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

/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c143 static const char * const objectIDstrings[10] = { local
155 return (0x1001 <= objectID) && (objectID <= 0x100A) ? objectIDstrings[objectID - 0x1001] : NULL;

Completed in 1262 milliseconds