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

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 58 kWhatPrepare,
SimplePlayer.cpp 84 sp<AMessage> msg = new AMessage(kWhatPrepare, this);
149 case kWhatPrepare:
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 133 kWhatPrepare = 'prep',
NuPlayer.cpp 374 (new AMessage(kWhatPrepare, this))->post();
616 case kWhatPrepare:
618 ALOGV("onMessageReceived kWhatPrepare");
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.h 130 kWhatPrepare = 'prep',
NuPlayer2.cpp 467 (new AMessage(kWhatPrepare, this))->post();
783 case kWhatPrepare:
785 ALOGV("onMessageReceived kWhatPrepare");
    [all...]

Completed in 3096 milliseconds