Searched refs:playerBQItf (Results 1 – 1 of 1) sorted by relevance
40 static XAAndroidBufferQueueItf playerBQItf = NULL; variable117 res = (*playerBQItf)->Clear(playerBQItf); in AndroidBufferQueueCallback()323 res = (*playerBQItf)->Enqueue(playerBQItf, NULL /*pBufferContext*/, in enqueueInitialBuffers()329 res = (*playerBQItf)->Enqueue(playerBQItf, NULL /*pBufferContext*/, in enqueueInitialBuffers()412 res = (*playerObj)->GetInterface(playerObj, XA_IID_ANDROIDBUFFERQUEUESOURCE, &playerBQItf); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()416 res = (*playerBQItf)->SetCallbackEventsMask(playerBQItf, XA_ANDROIDBUFFERQUEUEEVENT_PROCESSED); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()426 res = (*playerBQItf)->RegisterCallback(playerBQItf, AndroidBufferQueueCallback, NULL); in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()481 playerBQItf = NULL; in Java_com_example_nativemedia_NativeMedia_shutdown()525 if (NULL != playerBQItf && NULL != file) { in Java_com_example_nativemedia_NativeMedia_rewindStreamingMediaPlayer()