Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp172 static jmethodID method_setVolume; variable
214 method_setVolume = env->GetMethodID(clazz, "setVolume", "(I)V"); in classInitNative()
801 sCallbackEnv->CallVoidMethod(mJavaInterface, method_setVolume, volume); in setVolume()