Home
last modified time | relevance | path

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

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