Searched refs:getReportNative (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 94 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/ |
D | com_android_bluetooth_hid_host.cpp | 408 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
|