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

/development/ndk/platforms/android-14/samples/native-media/jni/
H A Dnative-media-jni.c53 static XAPlayItf playerPlayItf = NULL; variable
387 res = (*playerObj)->GetInterface(playerObj, XA_IID_PLAY, &playerPlayItf);
421 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
429 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING);
443 if (NULL != playerPlayItf) {
446 res = (*playerPlayItf)->SetPlayState(playerPlayItf, isPlaying ?
462 playerPlayItf
[all...]

Completed in 155 milliseconds