Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIPrefetchStatus.cpp159 static const struct SLPrefetchStatusItf_ IPrefetchStatus_Itf = {
/frameworks/wilhelm/src/
Ditfstruct.h499 const struct SLPrefetchStatusItf_ *mItf;
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1005 struct SLPrefetchStatusItf_;
1006 typedef const struct SLPrefetchStatusItf_ * const * SLPrefetchStatusItf;
1014 struct SLPrefetchStatusItf_ { struct
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc526 using PFN_callee = decltype(std::declval<SLPrefetchStatusItf_>().RegisterCallback); in DoCustomTrampoline_SLPrefetchStatusItf_RegisterCallback()