summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display/source/MediaPuller.cpp
Commit message (Collapse)AuthorAgeFilesLines
* stagefright: don't use ALooperRoster mutex for reply handlingLajos Molnar2015-03-101-1/+1
| | | | | | | | Change replyID-s from uint32_t to an object Move reply handling into the loopers (to reuse a common mutex) Bug: 19607784 Change-Id: Iaa035b846c424c5687ed17ce1079b325e86c54be
* media: switch to new AMessage handlingLajos Molnar2015-03-051-5/+5
| | | | | Bug: 19607784 Change-Id: I94cddcb81f671422ad4982a23dc4acfe57a9f1aa
* MediaBuffer: ABuffer will release MediaBuffer when it's destructed.Wei Jia2014-09-191-1/+1
| | | | | Bug: 17454455 Change-Id: Ia423bcc2e1fa39137f114eac44912ed15357bb99
* ANetworkSession and ParsedMessage are now part of stagefright foundation.Andreas Huber2013-07-181-0/+3
| | | | | | | | Also fixes some bugs in ParseMessage and adds "WebSocket" mode to ANetworkSession, something that's opt-in and should not affect existing clients of the API. Change-Id: I86d5748e0d818231d85d3590d86c2b41d4f8b1f1
* [wfd] Support a low(er) power state by triggering PAUSE/RESUME.Andreas Huber2012-11-291-2/+32
| | | | | Change-Id: Ibe42bfa73816bbfeb7e652d435254d0171b89727 related-to-bug: 7638150
* ALooper::GetNowUs() now relies on systemTime instead of gettimeofday.Andreas Huber2012-10-011-1/+10
| | | | | Change-Id: Ia31eb0940b02581327a8bf51af6df135f9ab6de3 related-to-bug: 7266324
* Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber2012-09-281-20/+29
| | | | | Change-Id: Id029a89939e53c2bd1d20e572d3975ec2795c239 related-to-bug: 7247918
* Various improvements to cleanly shutdown a wfd session.Andreas Huber2012-09-131-2/+23
| | | | Change-Id: I86f0a27d7e8eb96200153bab847a862f21a19d13
* Various improvements to the wifi display implementation.Andreas Huber2012-09-121-0/+152
Using a MediaPuller now, audio and video on their separate threads. No more flushing the RTP stream on audio tracks, since it wastes too much of a full size UDP packet. Change-Id: I53346b4aea739c3142da13bd179428503a3c98b0