Home | History | Annotate | Download | only in src

Lines Matching refs: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])) {
194 int MPH, index;
195 if ((0 > (MPH = IID_to_MPH(iid))) ||
197 (NULL == MPH_init_table[MPH].mInit) ||
198 (0 > (index = clazz->mMPH_to_index[MPH])) ||
203 SL_LOGE("class %s interface %u required but unavailable MPH=%d",
204 clazz->mName, i, MPH);
208 SL_LOGW("class %s interface %u requested but unavailable MPH=%d",
209 clazz->mName, i, MPH);