HomeSort by relevance Sort by last modified time
    Searched refs:kWhatPrepare (Results 1 - 8 of 8) 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/wilhelm/src/android/
android_GenericPlayer.h 104 kWhatPrepare = 0, // start preparation
android_GenericPlayer.cpp 139 sp<AMessage> msg = new AMessage(kWhatPrepare, this);
316 case kWhatPrepare:
317 SL_LOGV("kWhatPrepare");
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.h 123 kWhatPrepare = 'prep',
NuPlayer2.cpp 462 (new AMessage(kWhatPrepare, this))->post();
754 case kWhatPrepare:
756 ALOGV("onMessageReceived kWhatPrepare");
    [all...]
  /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...]

Completed in 1243 milliseconds