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

  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 50 static XAStreamInformationItf playerStreamInfoItf = NULL;
252 playerStreamInfoItf = NULL;
377 res = (*playerObj)->GetInterface(playerObj, XA_IID_STREAMINFORMATION, &playerStreamInfoItf);
401 res = (*playerStreamInfoItf)->RegisterStreamChangeCallback(playerStreamInfoItf,
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 55 static XAStreamInformationItf playerStreamInfoItf = NULL;
391 res = (*playerObj)->GetInterface(playerObj, XA_IID_STREAMINFORMATION, &playerStreamInfoItf);
411 res = (*playerStreamInfoItf)->RegisterStreamChangeCallback(playerStreamInfoItf,
464 playerStreamInfoItf = NULL;
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 41 static XAStreamInformationItf playerStreamInfoItf = NULL;
404 res = (*playerObj)->GetInterface(playerObj, XA_IID_STREAMINFORMATION, &playerStreamInfoItf);
430 res = (*playerStreamInfoItf)->RegisterStreamChangeCallback(playerStreamInfoItf,
482 playerStreamInfoItf = NULL;

Completed in 76 milliseconds