Home
last modified time | relevance | path

Searched refs:SL_PREFETCHEVENT_NONE (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
Dlocks.cpp218 SLuint32 prefetchEvents = SL_PREFETCHEVENT_NONE; in object_unlock_exclusive_attributes_()
228 ap->mPrefetchStatus.mDeferredPrefetchEvents = SL_PREFETCHEVENT_NONE; in object_unlock_exclusive_attributes_()
248 assert(prefetchEvents != SL_PREFETCHEVENT_NONE); in object_unlock_exclusive_attributes_()
Dsles_allinclusive.h460 #define SL_PREFETCHEVENT_NONE ((SLuint32) 0) // placeholder for non-existent SL_PREFETCHEVENT_* macro
/frameworks/wilhelm/src/itf/
DIPrefetchStatus.cpp182 thiz->mDeferredPrefetchEvents = SL_PREFETCHEVENT_NONE; in IPrefetchStatus_init()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1249 SLuint32 prefetchEvents = SL_PREFETCHEVENT_NONE; in audioTrack_callBack_pullFromBuffQueue()
1313 if (SL_PREFETCHEVENT_NONE != prefetchEvents) { in audioTrack_callBack_pullFromBuffQueue()
1326 assert(SL_PREFETCHEVENT_NONE != prefetchEvents); in audioTrack_callBack_pullFromBuffQueue()
2481 if (SL_PREFETCHEVENT_NONE != prefetchEvents) { in android_audioPlayer_bufferQueue_onRefilled_l()