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

  /frameworks/av/media/libstagefright/include/media/stagefright/
MPEG2TSWriter.h 51 kWhatSourceNotify = 'noti'
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 153 kWhatSourceNotify = 'srcN',
NuPlayer.cpp 233 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this);
265 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this);
309 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this);
331 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this);
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.h 152 kWhatSourceNotify = 'srcN',
NuPlayer2.cpp 278 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 531 new AMessage(kWhatSourceNotify, mReflector);
569 case kWhatSourceNotify:

Completed in 1436 milliseconds