Home
last modified time | relevance | path

Searched refs:SLInterfaceID_ (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/wilhelm/tools/hashgen/
H A Dfrag1.c24 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
29 const struct SLInterfaceID_ *x = SL_IID_array; in main()
34 for (k = 0; k < sizeof(struct SLInterfaceID_); ++k) in main()
H A Dtest.c25 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
31 const struct SLInterfaceID_ *original = &SL_IID_array[i]; in main()
39 const struct SLInterfaceID_ copy = *original; in main()
H A Dfrag3.c2 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
14 const struct SLInterfaceID_ *xx = SL_IID_array; in main()
H A Dpart1.c26 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
H A Dpart8.c6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
/aosp12/frameworks/wilhelm/src/
H A DOpenSLES_IID.cpp42 LI_API extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
53 const struct SLInterfaceID_ SL_IID_array[MPH_MAX] = {
H A Dsles_allinclusive.h303 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
/aosp12/frameworks/wilhelm/src/autogen/
H A DIID_to_MPH.cpp26 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
255 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_))) in IID_to_MPH()
/aosp12/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c117 if (!memcmp(*p->iid, iid, sizeof(struct SLInterfaceID_))) { in slesutPrintIID()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dengine.c147 struct SLInterfaceID_ copy = *engine_ids[index]; in main()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h94 typedef const struct SLInterfaceID_ { struct