Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/
Dobject.c157 SLchar *supportedExt; in main() local
161 supportedExt = (SLchar *) "ANDROID_SDK_LEVEL_19"; in main()
163 supportedExt = (SLchar *) "WILHELM_DESKTOP"; in main()
166 result = (*engineEngine)->IsExtensionSupported(engineEngine, supportedExt, &isSupported); in main()