Home
last modified time | relevance | path

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

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