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

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 57 kWhatPrepare,
SimplePlayer.cpp 83 sp<AMessage> msg = new AMessage(kWhatPrepare, id());
150 case kWhatPrepare:
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 103 kWhatPrepare = 'prep', // start preparation
android_GenericPlayer.cpp 138 sp<AMessage> msg = new AMessage(kWhatPrepare, id());
315 case kWhatPrepare:
316 SL_LOGV("kWhatPrepare");

Completed in 155 milliseconds