OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IID_to_MPH
(Results
1 - 8
of
8
) sorted by null
/frameworks/wilhelm/tools/hashgen/
part1.c
19
/** \file
IID_to_MPH
.c Interface ID to MPH mapping */
30
int
IID_to_MPH
(const SLInterfaceID iid)
test.c
24
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
(©);
42
fprintf(stderr, "error:
IID_to_MPH
(copy) = %d != %d\n", MPH, i);
Makefile
1
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/
IID_to_MPH.cpp
19
/** \file
IID_to_MPH
.c Interface ID to MPH mapping */
30
int
IID_to_MPH
(const SLInterfaceID iid)
/frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.cpp
118
if ((0 > (MPH =
IID_to_MPH
(iid))) ||
214
if ((0 > (MPH =
IID_to_MPH
(iid))) ||
366
if ((0 > (MPH =
IID_to_MPH
(iid))) ||
IObject.cpp
339
if ((0 > (MPH =
IID_to_MPH
(iid))) ||
710
if ((0 <= (MPH =
IID_to_MPH
(iid))) &&
/frameworks/wilhelm/src/
sles_allinclusive.h
295
extern /*static*/ int
IID_to_MPH
(const SLInterfaceID iid);
sles.cpp
195
if ((0 > (MPH =
IID_to_MPH
(iid))) ||
Completed in 499 milliseconds