Searched refs:IID_to_MPH (Results 1 – 9 of 9) sorted by relevance
1 all : IID_to_MPH.c3 install : IID_to_MPH.c4 cp IID_to_MPH.c ../../src/autogen11 IID_to_MPH.c : part1.c part2.c part3.c part4.c part5.c part6.c part7.c part8.c65 $(RM) IID_to_MPH.c
1 This re-generates the file IID_to_MPH.c using gperf.15 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here.16 If the differences look OK, then copy the new IID_to_MPH.c back to
30 int IID_to_MPH(const SLInterfaceID iid) function
118 if ((0 > (MPH = IID_to_MPH(iid))) || in IDynamicInterfaceManagement_AddInterface()214 if ((0 > (MPH = IID_to_MPH(iid))) || in IDynamicInterfaceManagement_RemoveInterface()366 if ((0 > (MPH = IID_to_MPH(iid))) || in IDynamicInterfaceManagement_ResumeInterface()
339 if ((0 > (MPH = IID_to_MPH(iid))) || in IObject_GetInterface()710 if ((0 <= (MPH = IID_to_MPH(iid))) && in IObject_SetLossOfControlInterfaces()
30 int IID_to_MPH(const SLInterfaceID iid) in IID_to_MPH() function
99 autogen/IID_to_MPH.c \
295 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid);
195 if ((0 > (MPH = IID_to_MPH(iid))) || in checkInterfaces()