Searched refs:mJavaInterface (Results 1 – 1 of 1) sorted by relevance
38 static jobject mJavaInterface; variable223 mJavaInterface = env->NewGlobalRef(object); in initNative()266 env->DeleteGlobalRef(mJavaInterface); in cleanupNative()267 mJavaInterface = nullptr; in cleanupNative()314 if (!sCallbackEnv.valid() || !mJavaInterface) return; in sendMediaKeyEvent()316 mJavaInterface, method_sendMediaKeyEvent, key, in sendMediaKeyEvent()450 if (!sCallbackEnv.valid() || !mJavaInterface) return SongInfo(); in getSongInfo()453 sCallbackEnv->CallObjectMethod(mJavaInterface, method_getCurrentSongInfo); in getSongInfo()461 if (!sCallbackEnv.valid() || !mJavaInterface) return PlayStatus(); in getCurrentPlayStatus()465 sCallbackEnv->CallObjectMethod(mJavaInterface, method_getPlaybackStatus); in getCurrentPlayStatus()[all …]