Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp45 static jmethodID method_onVrStateChanged; variable
126 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVrStateChanged, (jint)state, addr.get()); in vr_cmd_cb()
981 {"onVrStateChanged", "(I[B)V", &method_onVrStateChanged}, in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_hfp.cpp41 static jmethodID method_onVrStateChanged; variable
141 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVrStateChanged, (jint)state, addr.get()); in VoiceRecognitionCallback()
1015 {"onVrStateChanged", "(I[B)V", &method_onVrStateChanged}, in register_com_android_bluetooth_hfp()