Home
last modified time | relevance | path

Searched refs:slesutObjectIDToString (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.h25 extern const char *slesutObjectIDToString(SLuint32 objectID);
H A DOpenSLESUT.c147 const char *slesutObjectIDToString(SLuint32 objectID) in slesutObjectIDToString() function
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dobject.c49 const char *string = slesutObjectIDToString(objectID); in main()