HomeSort by relevance Sort by last modified time
    Searched refs:kWhatNotify (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
RTSPSource2.h 68 kWhatNotify = 'noti',
RTSPSource2.cpp 116 sp<AMessage> notify = new AMessage(kWhatNotify, this);
510 CHECK_EQ(msg->what(), kWhatNotify);
792 sp<AMessage> notify = new AMessage(kWhatNotify, this);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 69 kWhatNotify = 'noti',
RTSPSource.cpp 118 sp<AMessage> notify = new AMessage(kWhatNotify, this);
512 CHECK_EQ(msg->what(), kWhatNotify);
794 sp<AMessage> notify = new AMessage(kWhatNotify, this);

Completed in 354 milliseconds