Searched refs:method_onGetReport (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_device.cpp | 28 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()
|
D | com_android_bluetooth_hid_host.cpp | 29 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()
|