Searched defs:myPlayerObject (Results 1 - 1 of 1) sorted by path

/frameworks/wilhelm/tests/sandbox/
H A Dmultithread.c72 SLObjectItf myPlayerObject; local
73 result = (*ta->mEngineEngine)->CreateAudioPlayer(ta->mEngineEngine, &myPlayerObject,
76 result = (*myPlayerObject)->Realize(myPlayerObject, SL_BOOLEAN_FALSE);
79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
86 (*myPlayerObject)->Destroy(myPlayerObject);

Completed in 91 milliseconds