Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp37 static jobject mJavaInterface; variable
222 mJavaInterface = env->NewGlobalRef(object); in initNative()
286 env->DeleteGlobalRef(mJavaInterface); in cleanupNative()
287 mJavaInterface = nullptr; in cleanupNative()
334 if (!sCallbackEnv.valid() || !mJavaInterface) return; in sendMediaKeyEvent()
336 mJavaInterface, method_sendMediaKeyEvent, key, in sendMediaKeyEvent()
553 mJavaInterface, method_getCurrentMediaId); in getCurrentMediaId()
617 if (!sCallbackEnv.valid() || !mJavaInterface) in getMediaPlayerList()
621 mJavaInterface, method_getMediaPlayerList); in getMediaPlayerList()
683 if (!sCallbackEnv.valid() || !mJavaInterface) return; in setBrowsedPlayer()
[all …]