Searched refs:mJavaInterface (Results 1 – 1 of 1) sorted by relevance
37 static jobject mJavaInterface; variable222 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()505 if (!sCallbackEnv.valid() || !mJavaInterface) return SongInfo(); in getSongInfo()508 sCallbackEnv->CallObjectMethod(mJavaInterface, method_getCurrentSongInfo); in getSongInfo()518 if (!sCallbackEnv.valid() || !mJavaInterface) return PlayStatus(); in getCurrentPlayStatus()522 sCallbackEnv->CallObjectMethod(mJavaInterface, method_getPlaybackStatus); in getCurrentPlayStatus()[all …]