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

  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 38 // Parameters for kWhatOneShot (see explanation at definition of kWhatOneShot below)
117 kWhatOneShot = 13, // deferred (non-0 timeout) handler for SL_PLAYEVENT_*
android_GenericPlayer.cpp 381 case kWhatOneShot:
382 SL_LOGV("kWhatOneShot");
708 sp<AMessage> msg = new AMessage(kWhatOneShot, this);

Completed in 730 milliseconds