Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java94 return getReportNative(address, addressType, transport, reportType, reportId, bufferSize); in getReport()
197 private native boolean getReportNative( in getReportNative() method in HidHostNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp408 static jboolean getReportNative(JNIEnv* env, jobject /* object */, jbyteArray address, in getReportNative() function
550 {"getReportNative", "([BIIBBI)Z", (void*)getReportNative}, in register_com_android_bluetooth_hid_host() method