Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hidd.cpp32 static jmethodID method_onGetReport; variable
97 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetReport, type, id, in get_report_callback()
163 method_onGetReport = env->GetMethodID(clazz, "onGetReport", "(BBS)V"); in classInitNative()
Dcom_android_bluetooth_hid.cpp32 static jmethodID method_onGetReport; variable
122 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onGetReport, addr.get(), in get_report_callback()
192 method_onGetReport = env->GetMethodID(clazz, "onGetReport", "([B[BI)V"); in classInitNative()