HomeSort by relevance Sort by last modified time
    Searched refs:playerPlayItf (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 47 static XAPlayItf playerPlayItf = NULL;
116 if (playerPlayItf != NULL) {
117 (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_STOPPED);
121 playerPlayItf = NULL;
230 res = (*playerObj)->GetInterface(playerObj, XA_IID_PLAY, &playerPlayItf);
247 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
255 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING)
    [all...]
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 39 static XAPlayItf playerPlayItf = NULL;
400 res = (*playerObj)->GetInterface(playerObj, XA_IID_PLAY, &playerPlayItf);
419 res = (*playerPlayItf)->SetCallbackEventsMask(playerPlayItf, XA_PLAYEVENT_HEADATEND);
421 res = (*playerPlayItf)->RegisterCallback(playerPlayItf,
439 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
447 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING)
    [all...]
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 53 static XAPlayItf playerPlayItf = NULL;
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 = NULL
    [all...]

Completed in 577 milliseconds