Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/jni/
Dplayer.c43 static SLPlayItf bqPlayerPlay = NULL; variable
131 SLresult result = (*bqPlayerPlay)->SetPlayState(bqPlayerPlay, SL_PLAYSTATE_STOPPED); in bqPlayerCallback()
159 result = (*bqPlayerPlay)->SetPlayState(bqPlayerPlay, SL_PLAYSTATE_PLAYING); in Java_org_chromium_latency_walt_AudioTest_playTone()
302 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_PLAY, &bqPlayerPlay); in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer()
332 result = (*bqPlayerPlay)->SetPlayState(bqPlayerPlay, SL_PLAYSTATE_PLAYING); in Java_org_chromium_latency_walt_AudioTest_startWarmTest()
343 result = (*bqPlayerPlay)->SetPlayState(bqPlayerPlay, SL_PLAYSTATE_STOPPED); in Java_org_chromium_latency_walt_AudioTest_stopTests()