Searched refs:mMPH_to_index (Results 1 – 5 of 5) sorted by relevance
36 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()
342 (0 > (index = clazz->mMPH_to_index[MPH]))) { in IObject_GetInterface()713 (0 <= (index = clazz->mMPH_to_index[MPH]))) { in IObject_SetLossOfControlInterfaces()
671 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()673 assert(index == clazz->mMPH_to_index[MPH_ANDROIDSIMPLEBUFFERQUEUE]); in checkSourceSinkVsInterfacesCompatibility()694 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()702 index = clazz->mMPH_to_index[MPH_MUTESOLO]; in checkSourceSinkVsInterfacesCompatibility()716 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()746 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()748 assert(index == clazz->mMPH_to_index[MPH_ANDROIDSIMPLEBUFFERQUEUE]); in checkSourceSinkVsInterfacesCompatibility()
37 if (0 > (index = clazz->mMPH_to_index[MPH])) { in IsInterfaceInitialized()198 (0 > (index = clazz->mMPH_to_index[MPH])) || in checkInterfaces()
208 const signed char *mMPH_to_index; member