Searched refs:getReportNative (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 89 return getReportNative(address, addressType, transport, reportType, reportId, bufferSize); in getReport() 192 private native boolean getReportNative( in getReportNative() method in HidHostNativeInterface
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_host.cpp | 409 static jboolean getReportNative(JNIEnv* env, jobject /* object */, in getReportNative() function 549 {"getReportNative", "([BIIBBI)Z", (void*)getReportNative}, in register_com_android_bluetooth_hid_host()
|