Searched refs:IID_to_MPH (Results 1 - 8 of 8) sorted by relevance

/frameworks/wilhelm/tools/hashgen/
H A Dpart1.c19 /** \file IID_to_MPH.c Interface ID to MPH mapping */
30 int IID_to_MPH(const SLInterfaceID iid) function
H A Dtest.c24 extern int IID_to_MPH(const SLInterfaceID iid);
33 int MPH = IID_to_MPH(original);
35 fprintf(stderr, "error: IID_to_MPH(SL_IID_array) = %d != %d\n", MPH, i);
40 MPH = IID_to_MPH(&copy);
42 fprintf(stderr, "error: IID_to_MPH(copy) = %d != %d\n", MPH, i);
H A 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
/frameworks/wilhelm/src/autogen/
H A DIID_to_MPH.cpp19 /** \file IID_to_MPH.c Interface ID to MPH mapping */
30 int IID_to_MPH(const SLInterfaceID iid) function
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.cpp118 if ((0 > (MPH = IID_to_MPH(iid))) ||
214 if ((0 > (MPH = IID_to_MPH(iid))) ||
366 if ((0 > (MPH = IID_to_MPH(iid))) ||
H A DIObject.cpp339 if ((0 > (MPH = IID_to_MPH(iid))) ||
710 if ((0 <= (MPH = IID_to_MPH(iid))) &&
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h295 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid);
H A Dsles.cpp195 if ((0 > (MPH = IID_to_MPH(iid))) ||

Completed in 128 milliseconds