Home | History | Annotate | Download | only in itf

Lines Matching defs:MPH

23 // Parameter self is the DynamicInterface, and MPH specifies which interface to add.
25 static void HandleAdd(void *self, void *ignored, int MPH)
33 assert(0 <= MPH && MPH < MPH_MAX);
36 int index = clazz->mMPH_to_index[MPH];
56 BoolHook expose = MPH_init_table[MPH].mExpose;
98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
117 int MPH, index;
118 if ((0 > (MPH = IID_to_MPH(iid))) ||
120 // (NULL == MPH_init_table[MPH].mInit) ||
121 (0 > (index = clazz->mMPH_to_index[MPH]))) {
139 NULL, MPH);
165 BoolHook expose = MPH_init_table[MPH].mExpose;
213 int MPH, index;
214 if ((0 > (MPH = IID_to_MPH(iid))) ||
216 // (NULL == MPH_init_table[MPH].mInit) ||
217 (0 > (index = clazz->mMPH_to_index[MPH]))) {
246 VoidHook remove = MPH_init_table[MPH].mRemove;
279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume.
281 static void HandleResume(void *self, void *ignored, int MPH)
289 assert(0 <= MPH && MPH < MPH_MAX);
292 int index = clazz->mMPH_to_index[MPH];
312 VoidHook resume = MPH_init_table[MPH].mResume;
347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
365 int MPH, index;
366 if ((0 > (MPH = IID_to_MPH(iid))) ||
368 // (NULL == MPH_init_table[MPH].mInit) ||
369 (0 > (index = clazz->mMPH_to_index[MPH]))) {
387 thiz, NULL, MPH);
412 VoidHook resume = MPH_init_table[MPH].mResume;