Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp28 static jmethodID method_onGetReport; variable
93 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetReport, type, id, in get_report_callback()
509 {"onGetReport", "(BBS)V", &method_onGetReport}, in register_com_android_bluetooth_hid_device()
Dcom_android_bluetooth_hid_host.cpp29 static jmethodID method_onGetReport; variable
131 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetReport, addr.get(), in get_report_callback()
564 {"onGetReport", "([BII[BI)V", &method_onGetReport}, in register_com_android_bluetooth_hid_host()