Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DRTSPSource.h69 kWhatNotify = 'noti', enumerator
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp117 sp<AMessage> notify = new AMessage(kWhatNotify, this); in prepareAsync()
519 CHECK_EQ(msg->what(), kWhatNotify); in onMessageReceived()
801 sp<AMessage> notify = new AMessage(kWhatNotify, this); in onSDPLoaded()