Home
last modified time | relevance | path

Searched refs:sendReport (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateSectionReporter.cpp27 bool sendReport) in DumpstateSectionReporter() argument
28 : title_(title), listener_(listener), sendReport_(sendReport), status_(OK), size_(-1) { in DumpstateSectionReporter()
DDumpstateSectionReporter.h40 bool sendReport);
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp159 void Device::sendReport(uint8_t* report, size_t reportSize) { in sendReport() function in android::uhid::Device
222 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr, jbyteArray rawReport) { in sendReport() function
227 d->sendReport(report.get(), size); in sendReport()
245 { "nativeSendReport", "(J[B)V", reinterpret_cast<void*>(sendReport) },
Dcom_android_commands_hid_Device.h47 void sendReport(uint8_t* report, size_t reportSize);
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DHid.java100 d.sendReport(e.getReport()); in process()
DDevice.java72 public void sendReport(byte[] report) { in sendReport() method in Device
/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDevice.java636 public boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport() method in BluetoothHidDevice
642 result = service.sendReport(device, id, data); in sendReport()
/frameworks/base/config/
Dhiddenapi-public-dex.txt5751 Landroid/bluetooth/BluetoothHidDevice;->sendReport(Landroid/bluetooth/BluetoothDevice;I[B)Z
Dboot-image-profile.txt16811 HSPLandroid/bluetooth/IBluetoothHidDevice;->sendReport(Landroid/bluetooth/BluetoothDevice;I[B)Z
/frameworks/base/api/
Dcurrent.txt8382 method public boolean sendReport(android.bluetooth.BluetoothDevice, int, byte[]);