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()
635 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()637 assert(index == clazz->mMPH_to_index[MPH_ANDROIDSIMPLEBUFFERQUEUE]); in checkSourceSinkVsInterfacesCompatibility()658 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()666 index = clazz->mMPH_to_index[MPH_MUTESOLO]; in checkSourceSinkVsInterfacesCompatibility()680 index = clazz->mMPH_to_index[MPH_SEEK]; in checkSourceSinkVsInterfacesCompatibility()710 index = clazz->mMPH_to_index[MPH_BUFFERQUEUE]; in checkSourceSinkVsInterfacesCompatibility()712 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