Home
last modified time | relevance | path

Searched refs:kWhatNotify (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayer2/nuplayer2/
DRTSPSource2.h68 kWhatNotify = 'noti', enumerator
DRTSPSource2.cpp116 sp<AMessage> notify = new AMessage(kWhatNotify, this); in prepareAsync()
510 CHECK_EQ(msg->what(), kWhatNotify); in onMessageReceived()
792 sp<AMessage> notify = new AMessage(kWhatNotify, this); in onSDPLoaded()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.h69 kWhatNotify = 'noti', enumerator
DRTSPSource.cpp118 sp<AMessage> notify = new AMessage(kWhatNotify, this); in prepareAsync()
512 CHECK_EQ(msg->what(), kWhatNotify); in onMessageReceived()
794 sp<AMessage> notify = new AMessage(kWhatNotify, this); in onSDPLoaded()