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

  /system/bt/binder/android/bluetooth/
IBluetoothHidDeviceCallback.aidl 25 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDevice.java 145 * @see Callback#onGetReport(BluetoothDevice, byte, byte, int)
153 * @see Callback#onGetReport(BluetoothDevice, byte, byte, int)
161 * @see Callback#onGetReport(BluetoothDevice, byte, byte, int)
273 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) {
276 "onGetReport: device="
358 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) {
360 mExecutor.execute(() -> mCallback.onGetReport(device, type, id, bufferSize));
655 * Callback#onGetReport(BluetoothDevice, byte, byte, int)}.
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 198 private synchronized void onGetReport(byte type, byte id, short bufferSize) {
203 Log.wtfStack(TAG, "FATAL: onGetReport() "
HidDeviceService.java 170 mCallback.onGetReport(mHidDevice, type, id, bufferSize);
753 Log.d(TAG, "onGetReport(): type=" + type + " id=" + id + " bufferSize=" + bufferSize);
HidHostService.java 688 private void onGetReport(byte[] address, byte[] report, int rptSize) {
689 if (DBG) Log.d(TAG, "onGetReport()");
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidDeviceFacade.java 182 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) {
183 Log.d("onGetReport: device=" + device + " type=" + type + " id=" + id + " bufferSize="
189 mEventFacade.postEvent("onGetReport", result);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 220 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) {
478 * Test the logic in callback functions from native stack: onGetReport, onSetReport,
502 // Received callback: onGetReport
  /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 500 milliseconds