/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 61 boolean connectHid(byte[] address, int addressType, int transport) { in connectHid() 66 byte[] address, int addressType, int transport, boolean reconnectAllowed) { in disconnectHid() 70 boolean getProtocolMode(byte[] address, int addressType, int transport) { in getProtocolMode() 74 boolean virtualUnPlug(byte[] address, int addressType, int transport) { in virtualUnPlug() 78 boolean setProtocolMode(byte[] address, int addressType, int transport, byte protocolMode) { in setProtocolMode() 84 int addressType, in getReport() 93 byte[] address, int addressType, int transport, byte reportType, String report) { in setReport() 97 boolean sendData(byte[] address, int addressType, int transport, String report) { in sendData() 101 boolean setIdleTime(byte[] address, int addressType, int transport, byte idleTime) { in setIdleTime() 105 boolean getIdleTime(byte[] address, int addressType, int transport) { in getIdleTime() [all …]
|
D | HidHostService.java | 1261 void onGetProtocolMode(byte[] address, int addressType, int transport, int mode) { in onGetProtocolMode() 1270 void onGetIdleTime(byte[] address, int addressType, int transport, int idleTime) { in onGetIdleTime() 1279 void onGetReport(byte[] address, int addressType, int transport, byte[] report, int rptSize) { in onGetReport() 1291 void onHandshake(byte[] address, int addressType, int transport, int status) { in onHandshake() 1300 void onVirtualUnplug(byte[] address, int addressType, int transport, int status) { in onVirtualUnplug() 1309 void onConnectStateChanged(byte[] address, int addressType, int transport, int state) { in onConnectStateChanged()
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | MacAddressTest.java | 48 final int addressType; field in MacAddressTest.TestCase 51 TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) { in TestCase() 62 static String typeToString(int addressType) { in typeToString()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | PeriodicAdvertisementResultTest.java | 47 int addressType = 1; in constructor() local 76 int addressType = 1; in updateMethods() local 125 int addressType = 1; in print_doesNotCrash() local
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | ScanFilter.java | 104 @AddressType int addressType, in ScanFilter() 766 @NonNull String deviceAddress, @AddressType int addressType) { in setDeviceAddress() 808 @NonNull String deviceAddress, @AddressType int addressType, @NonNull byte[] irk) { in setDeviceAddress() 835 @NonNull String deviceAddress, @AddressType int addressType, @Nullable byte[] irk) { in setDeviceAddressInternal()
|
D | AdvertisingSetCallback.java | 136 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {} in onOwnAddressRead()
|
/aosp_15_r20/hardware/interfaces/bluetooth/lmp_event/aidl/android/hardware/bluetooth/lmp_event/ |
H A D | IBluetoothLmpEvent.aidl | 34 in AddressType addressType, in registerForLmpEvents() 44 void unregisterLmpEvents(in AddressType addressType, in byte[6] address); in unregisterLmpEvents()
|
H A D | IBluetoothLmpEventCallback.aidl | 37 in AddressType addressType, in onEventGenerated()
|
/aosp_15_r20/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/1/android/hardware/bluetooth/lmp_event/ |
H A D | IBluetoothLmpEvent.aidl | 37 …p_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType a… in registerForLmpEvents() 38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
|
H A D | IBluetoothLmpEventCallback.aidl | 37 …are.bluetooth.lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType a… in onEventGenerated()
|
/aosp_15_r20/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/current/android/hardware/bluetooth/lmp_event/ |
H A D | IBluetoothLmpEvent.aidl | 37 …p_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType a… in registerForLmpEvents() 38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
|
H A D | IBluetoothLmpEventCallback.aidl | 37 …are.bluetooth.lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType a… in onEventGenerated()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/lmp_event/aidl/android.hardware.bluetooth.lmp_event_interface/dump/android/hardware/bluetooth/lmp_event/ |
D | IBluetoothLmpEvent.aidl | 37 …p_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType a… in registerForLmpEvents() 38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
|
D | IBluetoothLmpEventCallback.aidl | 37 …are.bluetooth.lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType a… in onEventGenerated()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | PeriodicAdvertisementResult.java | 38 int addressType, in PeriodicAdvertisementResult() 90 public void updateAddressType(int addressType) { in updateAddressType()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanNativeInterface.java | 126 int addressType, in gattClientStartBatchScanNative() 234 int addressType, in gattClientStartBatchScan() 271 int addressType, in onScanResult()
|
D | PeriodicScanManager.java | 181 int addressType, in onSyncStarted() 291 int addressType = scanResult.getDevice().getAddressType(); in startSync() local
|
/aosp_15_r20/external/okio/samples/src/jvmMain/kotlin/okio/samples/ |
H A D | SocksProxyServer.kt | 116 val addressType = fromSource.readByte().toInt() and 0xff in <lambda>() constant
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 292 int addressType, in gattClientConnectNative() 354 int serverIf, String address, int addressType, boolean isDirect, int transport); in gattServerConnectNative() 447 int addressType, in gattClientConnect() 603 int serverIf, String address, int addressType, boolean isDirect, int transport) { in gattServerConnect()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 249 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local 559 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in serverConnect() local
|
D | GattServiceBinderTest.java | 193 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local 500 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in serverConnect() local
|
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | LeAdvertisingTest.java | 72 int addressType = addressPair.second; in scanWithBumble() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead()
|
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/ |
D | AdvertisingSetCallbackHelper.java | 147 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead()
|
/aosp_15_r20/external/nist-sip/java/gov/nist/core/ |
H A D | Host.java | 79 protected int addressType; field in Host
|