Searched refs:method_onGetReport (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hid_device.cpp | 31 static jmethodID method_onGetReport; variable 96 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetReport, type, id, in get_report_callback() 162 method_onGetReport = env->GetMethodID(clazz, "onGetReport", "(BBS)V"); in classInitNative()
|
H A D | com_android_bluetooth_hid_host.cpp | 31 static jmethodID method_onGetReport; variable 125 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetReport, addr.get(), in get_report_callback() 198 method_onGetReport = env->GetMethodID(clazz, "onGetReport", "([B[BI)V"); in classInitNative()
|