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)
116 kWhatOneShot = 'ones', // deferred (non-0 timeout) handler for SL_PLAYEVENT_*
android_GenericPlayer.cpp 380 case kWhatOneShot:
381 SL_LOGV("kWhatOneShot");
707 sp<AMessage> msg = new AMessage(kWhatOneShot, id());

Completed in 43 milliseconds