Searched defs:sendReport (Results 1 – 4 of 4) sorted by relevance
27 bool sendReport) in DumpstateSectionReporter()
159 void Device::sendReport(uint8_t* report, size_t reportSize) { in sendReport() function in android::uhid::Device222 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr, jbyteArray rawReport) { in sendReport() function
72 public void sendReport(byte[] report) { in sendReport() method in Device
636 public boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport() method in BluetoothHidDevice