Home
last modified time | relevance | path

Searched refs:mMPH_to_index (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c36 int index = clazz->mMPH_to_index[MPH]; in HandleAdd()
121 (0 > (index = clazz->mMPH_to_index[MPH]))) { in IDynamicInterfaceManagement_AddInterface()
217 (0 > (index = clazz->mMPH_to_index[MPH]))) { in IDynamicInterfaceManagement_RemoveInterface()
292 int index = clazz->mMPH_to_index[MPH]; in HandleResume()
369 (0 > (index = clazz->mMPH_to_index[MPH]))) { in IDynamicInterfaceManagement_ResumeInterface()
DIObject.c342 (0 > (index = clazz->mMPH_to_index[MPH]))) { in IObject_GetInterface()
713 (0 <= (index = clazz->mMPH_to_index[MPH]))) { in IObject_SetLossOfControlInterfaces()
/frameworks/wilhelm/src/
Ddata.c619 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()
621 assert(index == clazz->mMPH_to_index[MPH_ANDROIDSIMPLEBUFFERQUEUE]); in checkSourceSinkVsInterfacesCompatibility()
642 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()
650 index = clazz->mMPH_to_index[MPH_MUTESOLO]; in checkSourceSinkVsInterfacesCompatibility()
664 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()
694 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()
696 assert(index == clazz->mMPH_to_index[MPH_ANDROIDSIMPLEBUFFERQUEUE]); in checkSourceSinkVsInterfacesCompatibility()
Dsles.c37 if (0 > (index = clazz->mMPH_to_index[MPH])) { in IsInterfaceInitialized()
198 (0 > (index = clazz->mMPH_to_index[MPH])) || in checkInterfaces()
Dsles_allinclusive.h208 const signed char *mMPH_to_index; member