I try to follow the wifi display codes in Android Jelly bean 4.2. In wifi display, the PlaybackSession class will be responsible for getting the data. And finally it will get the data from a class called SurfaceMediaSource, which inherits from MediaSource. The data is in BufferQueue in SurfaceMediaSource. But I cannot find who is responsible for write the data to the BufferQueue. I believe the SurfaceFlinger should do it. However, I cannot find any specific codes. Does anyone know how it works?
Who provide the data for wifi display?
537 views Asked by user1659072 At
1
There are 1 answers
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in ANDROID-NDK
- android ndk application can not run macrobenchmark?
- How to enable echo-cancellation on Android Voip App?
- libcrypto.so: error adding symbols: File in wrong format clang++: error: linker command failed with exit code 1
- Andriod phone accelerometer reading: native code vs. Android API
- python - embed python into android - using c++ to call python source files
- Troubles with linking Rust lib when compiling as shared lib for Android using NDK
- Android ANR when calling OnPause in libc.so
- Android NDK: Linker Script .ld: OVERLAY : gives ld:4: malformed number: :
- I don't know how to solve "local reference table overflow" error in android JNI
- C++: Text was not handled properly, first \r\n was not parsed
- Error when using ndk-build in android studio
- ld.exe cannot find "-ldl, -lm, -landroid, etc" on Delphi
- Android AGDE Visual Studio plug-in breakpoints not working in other threads
- Why arm64 pass params throught register x8-x17?
- What is the exactly time that JNI release the LocalReference automatically?
Related Questions in WIFI-DIRECT
- Wifi direct (Wifi P2P) connection between raspberry pi 4b and android device only possible after reboot
- Does ESP32 support WiFi Direct?
- Can WiFi Direct be used with ESP32?
- In React Native using "react-native-wifi-p2p" this library,so startDiscoveringPeers method is working in debug mode but not working in release apk
- How to change the channel for android wifi-direct connection?
- is there any possible way to assign static ip address to android devices in wifi direct
- Local networking without an existing Wi-Fi or Internet connection
- Sending data device-to-device, Android or iOS agnostic with React Native
- Can i use rn-samsung-tv-remote to other TV by changing the logics?
- NetworkManager interfers with wpa_supplicant
- Wifi Direct discovery not working between two avds
- Brothers Android sdk not detecting wireless printers
- Button Click With Out this Screen Show Printing , Print using Wifi Printer ? Possible or Not
- Is there any way to do wifi provisioning using ble in flutter?
- Share files using Wifi Direct virtual adapter in C#
Related Questions in VNC-SERVER
- SteamOS on Android via Termux, VNC and Qemu
- How to fix tightvncserver grey screen?
- vncserver creating display as :<Displaynumber> instead of hostname:<Displaynumber>
- Android tablet missed wireless debugging
- Writing ZRLE Encoding for VNC Server
- Vncserver not connect /.vnc/xstartup: 13: gnome-settings-daemon: not found in EC2
- Solaris VNC Autostart with pseudocolors
- UI on debian VPS on Ionos
- How to live LocalHost on Docker
- Grey Screen VNC Ubuntu 22.04 KDE on Raspberrypi
- No GUI with Centos 7 running on AWS
- xdotool is not functioning properly when I start my vnc session using Xvnc instead of vncserver
- x11vnc can not authenticate from LAN in ubuntu 20.04
- Setup VNC for ssm-user on EC2 using user data script
- Vinagre displays terminal of remote computer, how do I display the desktop instead?
Related Questions in SURFACEFLINGER
- How to debug "SurfaceFlinger GPU Deadline missed" Jank in Android 13 using perfetto
- Manually config via ADB delay between refresh rate change
- What is "Comp Type" in surfaceflinger logs?
- How can I dump DisplayList
- Does Android 13 remove mEventQueue in SurfaceFlinger.cpp?
- Android SurfaceView - timeRecords is at its maximum size[64]
- Need some detail of how SurfaceFlinger and BufferQueue works on Android platform
- Android poor graphics performance
- android 12 porting : Surfaceflinger deadlock
- How to wirte file in surfaceflinger?
- Memory growth at surfaceflinger process on Android x86 platforms
- Android device FPS calculation
- Android 9: get "Black image" when take screenshot using SurfaceControl with specified minLayer & maxLayer
- Why do I see too many surfaceflinger screenshot entries in logcat?
- Permission Denial: SurfaceFlinger did not recognize request code: 1128 - Unity, Android
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Check
onDisplayConnected()call inwfd.cppandcom.android.server.display.DisplayDevice. Both will end up inSurfaceComposerClient::setDisplaySurface()inframeworks/native/libs/gui/SurfaceComposerClient.cpp.Sadly I don't understand how setting of
DisplayState::eSurfaceChangedwould cause the display to be rendered to theBufferQueueinSurfaceMediaSource.