Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/tests/
H A DBatteryChecker_test.cpp40 kWhatStop, // codec exiting executing state enumerator
116 case kWhatStop: in onMessageReceived()
186 {EventType::kWhatStop, 0ll}, in TEST_F()
220 {EventType::kWhatStop, 0ll}, in TEST_F()
/aosp12/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h60 kWhatStop, enumerator
H A DSimplePlayer.cpp96 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop()
204 case kWhatStop: in onMessageReceived()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp73 kWhatStop, enumerator
204 sp<AMessage> msg = new AMessage(kWhatStop, this); in stopSource()
271 case kWhatStop: in onMessageReceived()
380 sp<AMessage> msg = new AMessage(kWhatStop, mReflector); in stop()
1042 case kWhatStop: in onMessageReceived()
H A DMediaCodec.cpp2311 sp<AMessage> msg = new AMessage(kWhatStop, this); in stop()
3918 case kWhatStop: { in onMessageReceived()
3928 (msg->what() == kWhatStop) ? INITIALIZED : UNINITIALIZED; in onMessageReceived()
4045 if (msg->what() == kWhatStop && (mFlags & kFlagStickyError)) { in onMessageReceived()
4082 setState(msg->what() == kWhatStop ? STOPPING : RELEASING); in onMessageReceived()
4085 msg->what() == kWhatStop /* keepComponentAllocated */); in onMessageReceived()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h86 kWhatStop, enumerator
H A DMediaCodec.h328 kWhatStop = 'stop', enumerator
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h67 kWhatStop = 'stop', enumerator
H A DARTPWriter.cpp308 (new AMessage(kWhatStop, mReflector))->post(); in stop()
492 case kWhatStop: in onMessageReceived()
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Component.h162 kWhatStop, enumerator
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h101 kWhatStop = 'stop', enumerator
H A DPlaylistFetcher.cpp607 sp<AMessage> msg = new AMessage(kWhatStop, this); in stopAsync()
651 case kWhatStop: in onMessageReceived()
/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h145 kWhatStop, enumerator
/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp111 case kWhatStop: { in onMessageReceived()
348 (new AMessage(WorkHandler::kWhatStop, mHandler))->postAndAwaitResponse(&reply); in stop()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1775 (new AMessage(kWhatStop, this))->post(); in initiateStop()
2199 case kWhatStop: { in onMessageReceived()