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

  /system/media/opensles/libopensles/
IPlay.c 243 if (this->mEventFlags != eventFlags) {
246 if (!(this->mEventFlags & SL_PLAYEVENT_HEADATNEWPOS) &&
251 this->mEventFlags = eventFlags;
271 SLuint32 eventFlags = this->mEventFlags;
349 // result = android_audioPlayer_useEventMask(this, this->mEventFlags);
417 this->mEventFlags = 0;
SndFile.c 64 (SL_PLAYEVENT_HEADATNEWPOS & thisAP->mPlay.mEventFlags)) {
android_AudioPlayer.cpp 204 bool headStalled = (ap->mPlay.mEventFlags & SL_PLAYEVENT_HEADSTALLED) != 0;
237 if (ap->mPlay.mEventFlags & SL_PLAYEVENT_HEADATEND) {
    [all...]
sles_allinclusive.h 727 SLuint32 mEventFlags;
    [all...]

Completed in 100 milliseconds