Home
last modified time | relevance | path

Searched refs:IID_to_MPH (Results 1 – 9 of 9) sorted by relevance

/frameworks/wilhelm/tools/hashgen/
DMakefile1 all : IID_to_MPH.c
3 install : IID_to_MPH.c
4 cp IID_to_MPH.c ../../src/autogen
11 IID_to_MPH.c : part1.c part2.c part3.c part4.c part5.c part6.c part7.c part8.c
65 $(RM) IID_to_MPH.c
DREADME.txt1 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
Dpart1.c30 int IID_to_MPH(const SLInterfaceID iid) function
/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c118 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()
DIObject.c339 if ((0 > (MPH = IID_to_MPH(iid))) || in IObject_GetInterface()
710 if ((0 <= (MPH = IID_to_MPH(iid))) && in IObject_SetLossOfControlInterfaces()
/frameworks/wilhelm/src/autogen/
DIID_to_MPH.c30 int IID_to_MPH(const SLInterfaceID iid) in IID_to_MPH() function
/frameworks/wilhelm/src/
DAndroid.mk99 autogen/IID_to_MPH.c \
Dsles_allinclusive.h295 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid);
Dsles.c195 if ((0 > (MPH = IID_to_MPH(iid))) || in checkInterfaces()