Home
last modified time | relevance | path

Searched refs:kWhatStop (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
DMediaPuller.cpp70 sp<AMessage> msg = new AMessage(kWhatStop, this); in stopAsync()
114 case kWhatStop: in onMessageReceived()
DMediaPuller.h48 kWhatStop, enumerator
DWifiDisplaySource.h80 kWhatStop, enumerator
DWifiDisplaySource.cpp119 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop()
300 case kWhatStop: in onMessageReceived()
/frameworks/av/cmds/stagefright/
DSimplePlayer.h60 kWhatStop, enumerator
DSimplePlayer.cpp96 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop()
204 case kWhatStop: in onMessageReceived()
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.h54 kWhatStop = 'stop', enumerator
DARTPWriter.cpp164 (new AMessage(kWhatStop, mReflector))->post(); in stop()
221 case kWhatStop: in onMessageReceived()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp70 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()
DMediaCodec.cpp950 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/
DMediaCodecSource.h84 kWhatStop, enumerator
DMediaCodec.h233 kWhatStop = 'stop', enumerator
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h101 kWhatStop = 'stop', enumerator
DPlaylistFetcher.cpp589 sp<AMessage> msg = new AMessage(kWhatStop, this); in stopAsync()
633 case kWhatStop: in onMessageReceived()