Searched refs:kWhatStop (Results 1 – 14 of 14) sorted by relevance
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | MediaPuller.cpp | 70 sp<AMessage> msg = new AMessage(kWhatStop, this); in stopAsync() 114 case kWhatStop: in onMessageReceived()
|
D | MediaPuller.h | 48 kWhatStop, enumerator
|
D | WifiDisplaySource.h | 80 kWhatStop, enumerator
|
D | WifiDisplaySource.cpp | 119 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop() 300 case kWhatStop: in onMessageReceived()
|
/frameworks/av/cmds/stagefright/ |
D | SimplePlayer.h | 60 kWhatStop, enumerator
|
D | SimplePlayer.cpp | 96 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop() 204 case kWhatStop: in onMessageReceived()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPWriter.h | 54 kWhatStop = 'stop', enumerator
|
D | ARTPWriter.cpp | 164 (new AMessage(kWhatStop, mReflector))->post(); in stop() 221 case kWhatStop: in onMessageReceived()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 70 kWhatStop, enumerator 211 sp<AMessage> msg = new AMessage(kWhatStop, this); in stopSource() 277 case kWhatStop: in onMessageReceived() 386 sp<AMessage> msg = new AMessage(kWhatStop, mReflector); in stop() 986 case kWhatStop: in onMessageReceived()
|
D | MediaCodec.cpp | 950 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop() 2202 case kWhatStop: in onMessageReceived() 2206 (msg->what() == kWhatStop) ? INITIALIZED : UNINITIALIZED; in onMessageReceived() 2291 if (msg->what() == kWhatStop && (mFlags & kFlagStickyError)) { in onMessageReceived() 2297 setState(msg->what() == kWhatStop ? STOPPING : RELEASING); in onMessageReceived() 2300 msg->what() == kWhatStop /* keepComponentAllocated */); in onMessageReceived()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecSource.h | 84 kWhatStop, enumerator
|
D | MediaCodec.h | 233 kWhatStop = 'stop', enumerator
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.h | 101 kWhatStop = 'stop', enumerator
|
D | PlaylistFetcher.cpp | 589 sp<AMessage> msg = new AMessage(kWhatStop, this); in stopAsync() 633 case kWhatStop: in onMessageReceived()
|