Home
last modified time | relevance | path

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

/frameworks/wilhelm/tools/hashgen/
DMakefile1 all : IID_to_MPH.c run_test
3 install : IID_to_MPH.c
4 cp IID_to_MPH.c ../../src/autogen
12 IID_to_MPH.c : part1.c part2.c part3.c part4.c part5.c part6.c part7.c part8.c
63 test : test.o OpenSLES_IID.o IID_to_MPH.o
73 $(RM) IID_to_MPH.c
Dtest.c24 extern int IID_to_MPH(const SLInterfaceID iid);
33 int MPH = IID_to_MPH(original); in main()
40 MPH = IID_to_MPH(&copy); in main()
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.cpp118 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.cpp339 if ((0 > (MPH = IID_to_MPH(iid))) || in IObject_GetInterface()
709 if ((0 <= (MPH = IID_to_MPH(iid))) && in IObject_SetLossOfControlInterfaces()
/frameworks/wilhelm/src/autogen/
DIID_to_MPH.cpp30 int IID_to_MPH(const SLInterfaceID iid) in IID_to_MPH() function
/frameworks/wilhelm/src/
Dsles_allinclusive.h295 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid);
DAndroid.bp131 "autogen/IID_to_MPH.cpp",
Dsles.cpp195 if ((0 > (MPH = IID_to_MPH(iid))) || in checkInterfaces()