HomeSort by relevance Sort by last modified time
    Searched refs:playerStreamInfoItf (Results 1 - 2 of 2) 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,
  /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 184 milliseconds