Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.h57 kWhatNotify = 'noti', enumerator
DRTSPSource.cpp76 sp<AMessage> notify = new AMessage(kWhatNotify, mReflector->id()); in start()
233 CHECK_EQ(msg->what(), (int)kWhatNotify); in onMessageReceived()