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()712 (0 <= (index = clazz->mMPH_to_index[MPH]))) { in IObject_SetLossOfControlInterfaces()
636 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()638 assert(index == clazz->mMPH_to_index[MPH_ANDROIDSIMPLEBUFFERQUEUE]); in checkSourceSinkVsInterfacesCompatibility()659 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()667 index = clazz->mMPH_to_index[MPH_MUTESOLO]; in checkSourceSinkVsInterfacesCompatibility()681 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()711 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()713 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