HomeSort by relevance Sort by last modified time
    Searched refs:sendReport (Results 1 - 25 of 25) sorted by null

  /frameworks/native/cmds/dumpstate/
DumpstateSectionReporter.cpp 27 bool sendReport)
28 : title_(title), listener_(listener), sendReport_(sendReport), status_(OK), size_(-1) {
DumpstateSectionReporter.h 33 * DumpstateSectionReporter sectionReporter(title, listener, sendReport);
40 bool sendReport);
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.h 47 void sendReport(uint8_t* report, size_t reportSize);
com_android_commands_hid_Device.cpp 159 void Device::sendReport(uint8_t* report, size_t reportSize) {
222 static void sendReport(JNIEnv* env, jclass /* clazz */, jlong ptr, jbyteArray rawReport) {
227 d->sendReport(report.get(), size);
245 { "nativeSendReport", "(J[B)V", reinterpret_cast<void*>(sendReport) },
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidDevice.h 49 virtual bool sendReport(uint8_t id, std::vector<uint8_t> &data) = 0;
HidRawDevice.h 46 virtual bool sendReport(uint8_t id, std::vector<uint8_t> &data) override;
HidRawDevice.cpp 259 bool HidRawDevice::sendReport(uint8_t id, std::vector<uint8_t> &data) {
266 LOG_E << "HidRawDevice::sendReport: unknown output " << id << LOG_ENDL;
272 LOG_E << "HidRawDevice::sendReport: send report " << id << " size mismatch, need "
290 LOG_E << "HidRawDevice::sendReport: output " << id << " write returns " << res
  /system/bt/binder/android/bluetooth/
IBluetoothHidDevice.aidl 30 boolean sendReport(in BluetoothDevice device, in int id, in byte[] data);
  /external/google-breakpad/src/client/mac/sender/
crash_report_sender.h 94 - (IBAction)sendReport:(id)sender;
  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawSensorTest.cpp 78 virtual bool sendReport(uint8_t id, std::vector<uint8_t> &data) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
HidDeviceActivity.java 212 mBluetoothHidDevice.sendReport(mHidHost, BluetoothHidDevice.REPORT_TYPE_INPUT,
214 mBluetoothHidDevice.sendReport(mHidHost, BluetoothHidDevice.REPORT_TYPE_INPUT,
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Device.java 72 public void sendReport(byte[] report) {
Hid.java 100 d.sendReport(e.getReport());
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 124 public boolean sendReport(int id, byte[] data) {
HidDeviceService.java 338 public boolean sendReport(BluetoothDevice device, int id, byte[] data) {
340 Log.d(TAG, "sendReport(): device=" + device + " id=" + id);
348 return service.sendReport(device, id, data);
565 synchronized boolean sendReport(BluetoothDevice device, int id, byte[] data) {
568 Log.d(TAG, "sendReport(): device=" + device + " id=" + id);
572 && mHidDeviceNativeInterface.sendReport(id, data);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 305 * Test the logic in sendReport(). This should fail when the app is not registered.
309 doReturn(true).when(mHidDeviceNativeInterface).sendReport(anyInt(), any(byte[].class));
310 // sendReport() should fail without app registered
312 mHidDeviceService.sendReport(mTestDevice, SAMPLE_REPORT_ID, SAMPLE_HID_REPORT));
327 // sendReport() should work when app is registered
329 mHidDeviceService.sendReport(mTestDevice, SAMPLE_REPORT_ID, SAMPLE_HID_REPORT));
331 verify(mHidDeviceNativeInterface).sendReport(eq((int) SAMPLE_REPORT_ID),
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDevice.java 636 public boolean sendReport(BluetoothDevice device, int id, byte[] data) {
642 result = service.sendReport(device, id, data);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidDeviceFacade.java 413 return sHidDeviceProfile.sendReport(device, id, reportByteArray);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 106 int64_t SendTimeOfSendReport(uint32_t sendReport);
rtcp_sender.cc 430 int64_t RTCPSender::SendTimeOfSendReport(uint32_t sendReport) {
434 if ((last_send_report_[0] == 0) || (sendReport == 0)) {
438 if (last_send_report_[i] == sendReport)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 934 milliseconds