Searched defs:sendReport (Results 1 – 4 of 4) sorted by relevance
27 bool sendReport) in DumpstateSectionReporter()
169 void Device::sendReport(const std::vector<uint8_t>& report) const { in sendReport() function in android::uhid::Device258 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr, jbyteArray rawReport) { in sendReport() function
79 public void sendReport(byte[] report) { in sendReport() method in Device
548 public boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport() method in BluetoothHidDevice