Searched refs:sendReport (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.h47 void sendReport(uint8_t* report, size_t reportSize);
H A Dcom_android_commands_hid_Device.cpp158 void Device::sendReport(uint8_t* report, size_t reportSize) { function in class:android::uhid::Device
221 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr, jbyteArray rawReport) { function in namespace:android
226 d->sendReport(report.get(), size);
244 { "nativeSendReport", "(J[B)V", reinterpret_cast<void*>(sendReport) },
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothInputHost.aidl31 boolean sendReport(in BluetoothDevice device, in int id, in byte[] data);
H A DBluetoothInputHost.java420 public boolean sendReport(BluetoothDevice device, int id, byte[] data) { method in class:BluetoothInputHost
426 result = service.sendReport(device, id, data);
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java72 public void sendReport(byte[] report) { method in class:Device
H A DHid.java100 d.sendReport(e.getReport());

Completed in 384 milliseconds