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

  /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...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 48 static XAPlayItf playerPlayItf = NULL;
245 if (playerPlayItf != NULL) {
246 (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_STOPPED);
250 playerPlayItf = NULL;
373 res = (*playerObj)->GetInterface(playerObj, XA_IID_PLAY, &playerPlayItf);
406 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PAUSED);
414 res = (*playerPlayItf)->SetPlayState(playerPlayItf, XA_PLAYSTATE_PLAYING)
    [all...]

Completed in 149 milliseconds