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

  /system/bt/binder/android/bluetooth/
IBluetoothHidDeviceCallback.aidl 27 void onSetProtocol(in BluetoothDevice device, in byte protocol);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDevice.java 208 * @see Callback#onSetProtocol(BluetoothDevice, byte)
215 * @see Callback#onSetProtocol(BluetoothDevice, byte)
306 public void onSetProtocol(BluetoothDevice device, byte protocol) {
307 Log.d(TAG, "onSetProtocol: device=" + device + " protocol=" + protocol);
370 public void onSetProtocol(BluetoothDevice device, byte protocol) {
372 mExecutor.execute(() -> mCallback.onSetProtocol(device, protocol));
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 218 private synchronized void onSetProtocol(byte protocol) {
223 Log.wtfStack(TAG, "FATAL: onSetProtocol() "
HidDeviceService.java 197 mCallback.onSetProtocol(mHidDevice, protocol);
779 Log.d(TAG, "onSetProtocol(): protocol=" + protocol);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidDeviceFacade.java 203 public void onSetProtocol(BluetoothDevice device, byte protocol) {
204 Log.d("onSetProtocol: device=" + device + " protocol=" + protocol);
207 mEventFacade.postEvent("onSetProtocol", result);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 236 public void onSetProtocol(BluetoothDevice device, byte protocol) {
479 * onSetProtocol, onInterruptData, onVirtualCableUnplug. The HID Device server should send the
512 // Received callback: onSetProtocol
  /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 171 milliseconds