Home
last modified time | relevance | path

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

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