Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_device.cpp31 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 Dcom_android_bluetooth_hid_host.cpp31 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()