Home
last modified time | relevance | path

Searched refs:nativeTestSetAsyncNotifyCallbackInInitState (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1716 static jboolean nativeTestSetAsyncNotifyCallbackInInitState(JNIEnv*, jobject) { in nativeTestSetAsyncNotifyCallbackInInitState() function
2005 (void*)nativeTestSetAsyncNotifyCallbackInInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2171 assertTrue(nativeTestSetAsyncNotifyCallbackInInitState()); in testSetAsyncNotifyCallbackInInitState()
2174 private native boolean nativeTestSetAsyncNotifyCallbackInInitState(); in nativeTestSetAsyncNotifyCallbackInInitState() method in CodecUnitTest.TestApiNative