| /system/bt/binder/android/bluetooth/ |
| D | IBluetoothGattCallback.aidl | 28 in boolean connected, in String address); in onClientConnectionState() 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() 31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete() 32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead() 33 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite() 34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() 35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() 36 void onDescriptorWrite(in String address, in int status, in int handle); in onDescriptorWrite() 37 void onNotify(in String address, in int handle, in byte[] value); in onNotify() [all …]
|
| D | IBluetoothGattServerCallback.aidl | 27 in boolean connected, in String address); in onServerConnectionState() 29 void onCharacteristicReadRequest(in String address, in int transId, in int offset, in onCharacteristicReadRequest() 31 void onDescriptorReadRequest(in String address, in int transId, in onDescriptorReadRequest() 34 void onCharacteristicWriteRequest(in String address, in int transId, in int offset, in onCharacteristicWriteRequest() 37 void onDescriptorWriteRequest(in String address, in int transId, in int offset, in onDescriptorWriteRequest() 40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite() 41 void onNotificationSent(in String address, in int status); in onNotificationSent() 42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() [all …]
|
| D | IBluetoothGatt.aidl | 77 …void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in b… in clientConnect() 78 void clientDisconnect(in int clientIf, in String address); in clientDisconnect() 79 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy() 80 void clientReadPhy(in int clientIf, in String address); in clientReadPhy() 81 void refreshDevice(in int clientIf, in String address); in refreshDevice() 82 void discoverServices(in int clientIf, in String address); in discoverServices() 83 void discoverServiceByUuid(in int clientIf, in String address, in ParcelUuid uuid); in discoverServiceByUuid() 84 void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq); in readCharacteristic() 85 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() 87 void writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic() [all …]
|
| D | bluetooth_device.h | 46 RawAddress address; variable
|
| /system/bt/btif/src/ |
| D | btif_hearing_aid.cc | 69 const RawAddress& address) override { in OnConnectionState() 76 const RawAddress& address) override { in OnDeviceAvailable() 85 void Connect(const RawAddress& address) override { in Connect() 91 void Disconnect(const RawAddress& address) override { in Disconnect() 99 void AddToWhiteList(const RawAddress& address) override { in AddToWhiteList() 113 void RemoveDevice(const RawAddress& address) override { in RemoveDevice()
|
| D | btif_profile_queue.cc | 49 ConnectNode(const RawAddress& address, uint16_t uuid, in ConnectNode() 59 const RawAddress& address() const { return address_; } in address() function in ConnectNode
|
| /system/bt/stack/gatt/ |
| D | connection_manager.cc | 83 std::set<tAPP_ID> get_apps_connecting_to(const RawAddress& address) { in get_apps_connecting_to() 91 bool background_connect_add(uint8_t app_id, const RawAddress& address) { in background_connect_add() 120 bool remove_unconditional(const RawAddress& address) { in remove_unconditional() 132 bool background_connect_remove(uint8_t app_id, const RawAddress& address) { in background_connect_remove() 167 void on_connection_complete(const RawAddress& address) { in on_connection_complete() 185 void wl_direct_connect_timeout_cb(uint8_t app_id, const RawAddress& address) { in wl_direct_connect_timeout_cb() 195 bool direct_connect_add(uint8_t app_id, const RawAddress& address) { in direct_connect_add() 241 bool direct_connect_remove(uint8_t app_id, const RawAddress& address) { in direct_connect_remove()
|
| /system/core/base/include/android-base/ |
| D | memory.h | 26 static inline T get_unaligned(const void* address) { in get_unaligned() 33 static inline void put_unaligned(void* address, T v) { in put_unaligned()
|
| /system/bt/service/common/android/bluetooth/ |
| D | IBluetoothLowEnergy.aidl | 29 boolean Connect(int client_id, String address, boolean is_direct); in Connect() 30 boolean Disconnect(int client_id, String address); in Disconnect() 32 boolean SetMtu(int client_id, String address, int mtu); in SetMtu()
|
| D | IBluetoothLowEnergyCallback.aidl | 24 void OnConnectionState(int status, int client_id, String address, boolean connected); in OnConnectionState() 25 void OnMtuChanged(int status, String address, int mtu); in OnMtuChanged()
|
| /system/bt/service/ipc/binder/ |
| D | bluetooth_low_energy_binder_server.cc | 66 const String16& address, in Connect() 86 const String16& address, in Disconnect() 103 const String16& address, int mtu, in SetMtu() 121 bluetooth::LowEnergyClient* client, int status, const char* address, in OnConnectionState() 137 bluetooth::LowEnergyClient* client, int status, const char* address, in OnMtuChanged()
|
| /system/bt/service/common/bluetooth/ |
| D | remote_device_props.h | 35 void set_address(const std::string& address) { address_ = address; } in set_address() 38 const std::string& address() const { return address_; } in address() function
|
| D | remote_device_props.cc | 26 const std::string& address, in RemoteDeviceProps()
|
| /system/bt/stack/btm/ |
| D | btm_ble_bgconn.cc | 49 RawAddress address; member 68 const RawAddress& address) { in background_connection_add() 80 static void background_connection_remove(const RawAddress& address) { in background_connection_remove() 165 bool BTM_BackgroundConnectAddressKnown(const RawAddress& address) { in BTM_BackgroundConnectAddressKnown() 443 bool BTM_WhiteListAdd(const RawAddress& address) { in BTM_WhiteListAdd() 461 void BTM_WhiteListRemove(const RawAddress& address) { in BTM_WhiteListRemove()
|
| /system/bt/stack/test/ |
| D | gatt_connection_manager_test.cc | 44 bool BTM_WhiteListAdd(const RawAddress& address) { in BTM_WhiteListAdd() 48 void BTM_WhiteListRemove(const RawAddress& address) { in BTM_WhiteListRemove() 75 void on_connection_timed_out(uint8_t app_id, const RawAddress& address) { in on_connection_timed_out()
|
| /system/bt/types/ |
| D | raw_address.h | 28 uint8_t address[kLength]; variable
|
| /system/bt/gd/common/ |
| D | address.h | 30 uint8_t address[kLength]; variable
|
| /system/bt/vendor_libs/test_vendor_lib/types/ |
| D | address.h | 28 uint8_t address[kLength]; variable
|
| /system/bt/common/ |
| D | metrics.cc | 572 void LogLinkLayerConnectionEvent(const RawAddress* address, in LogLinkLayerConnectionEvent() 623 void LogA2dpAudioUnderrunEvent(const RawAddress& address, in LogA2dpAudioUnderrunEvent() 646 void LogA2dpAudioOverrunEvent(const RawAddress& address, in LogA2dpAudioOverrunEvent() 674 void LogReadRssiResult(const RawAddress& address, uint16_t handle, in LogReadRssiResult() 694 void LogReadFailedContactCounterResult(const RawAddress& address, in LogReadFailedContactCounterResult() 716 void LogReadTxPowerLevelResult(const RawAddress& address, uint16_t handle, in LogReadTxPowerLevelResult() 738 void LogSmpPairingEvent(const RawAddress& address, uint8_t smp_cmd, in LogSmpPairingEvent() 760 void LogClassicPairingEvent(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, uint16_t … in LogClassicPairingEvent() 779 void LogSdpAttribute(const RawAddress& address, uint16_t protocol_uuid, in LogSdpAttribute() 802 const RawAddress& address, int port, int type, in LogSocketConnectionState() [all …]
|
| /system/core/libcutils/ |
| D | socket_network_client_windows.cpp | 43 struct addrinfo* address = NULL; in socket_network_client() local
|
| /system/core/debuggerd/libdebuggerd/ |
| D | open_files_list.cpp | 73 uint64_t address = fdsan_table_address + entry_offset + sizeof(FdEntry) * i; in populate_fdsan_table() local 108 uint64_t address = overflow + offsetof(FdTableOverflow, entries) + i * sizeof(FdEntry); in populate_fdsan_table() local
|
| /system/core/libpixelflinger/tests/arch-mips64/disassembler/ |
| D | mips64_disassembler_test.cpp | 174 char temp[256], address[16]; in main() local 195 char temp[256], address[16]; in main() local
|
| /system/bt/bta/hearing_aid/ |
| D | hearing_aid.cc | 122 void Remove(const RawAddress& address) { in Remove() 134 HearingDevice* FindByAddress(const RawAddress& address) { in FindByAddress() 280 uint16_t UpdateBleConnParams(const RawAddress& address) { in UpdateBleConnParams() 312 void Connect(const RawAddress& address) override { in Connect() 318 void AddToWhiteList(const RawAddress& address) override { in AddToWhiteList() 347 tGATT_IF client_if, RawAddress address, in OnGattConnected() 515 void OnReadRssiComplete(const RawAddress& address, int8_t rssi_value) { in OnReadRssiComplete() 542 void OnEncryptionComplete(const RawAddress& address, bool success) { in OnEncryptionComplete() 572 void OnServiceChangeEvent(const RawAddress& address) { in OnServiceChangeEvent() 588 void OnServiceDiscDoneEvent(const RawAddress& address) { in OnServiceDiscDoneEvent() [all …]
|
| /system/bt/service/ |
| D | low_energy_client.cc | 53 bool LowEnergyClient::Connect(const std::string& address, bool is_direct) { in Connect() 70 bool LowEnergyClient::Disconnect(const std::string& address) { in Disconnect() 97 bool LowEnergyClient::SetMtu(const std::string& address, int mtu) { in SetMtu()
|
| /system/bt/vendor_libs/test_vendor_lib/model/controller/ |
| D | acl_connection.h | 49 void SetAddress(const Address& address) { in SetAddress()
|