HomeSort by relevance Sort by last modified time
    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)
Makefile 1 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
  /frameworks/wilhelm/src/autogen/
IID_to_MPH.c 19 /** \file IID_to_MPH.c Interface ID to MPH mapping */
30 int IID_to_MPH(const SLInterfaceID iid)
  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.c 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.c 339 if ((0 > (MPH = IID_to_MPH(iid))) ||
710 if ((0 <= (MPH = IID_to_MPH(iid))) &&
  /frameworks/wilhelm/src/
Android.mk 100 autogen/IID_to_MPH.c \
sles_allinclusive.h 295 extern /*static*/ int IID_to_MPH(const SLInterfaceID iid);
sles.c 195 if ((0 > (MPH = IID_to_MPH(iid))) ||

Completed in 257 milliseconds