Lines Matching defs:MPH
30 bool IsInterfaceInitialized(IObject *thiz, unsigned MPH)
33 assert( /* (MPH_MIN <= MPH) && */ (MPH < (unsigned) MPH_MAX));
37 if (0 > (index = clazz->mMPH_to_index[MPH])) {
193 int MPH, index;
194 if ((0 > (MPH = IID_to_MPH(iid))) ||
196 (NULL == MPH_init_table[MPH].mInit) ||
197 (0 > (index = clazz->mMPH_to_index[MPH])) ||
202 SL_LOGE("class %s interface %u required but unavailable MPH=%d",
203 clazz->mName, i, MPH);
207 SL_LOGW("class %s interface %u requested but unavailable MPH=%d",
208 clazz->mName, i, MPH);