Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp154 static jmethodID method_getPlaybackStatus; variable
177 method_getPlaybackStatus = env->GetMethodID( in classInitNative()
522 sCallbackEnv->CallObjectMethod(mJavaInterface, method_getPlaybackStatus); in getCurrentPlayStatus()