Home
last modified time | relevance | path

Searched refs:RemoteDeviceProps (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/common/bluetooth/
Dremote_device_props.cc23 RemoteDeviceProps::RemoteDeviceProps() = default;
24 RemoteDeviceProps::RemoteDeviceProps(const RemoteDeviceProps& other) = default;
25 RemoteDeviceProps::RemoteDeviceProps(const std::string& name, in RemoteDeviceProps() function in bluetooth::RemoteDeviceProps
36 RemoteDeviceProps::~RemoteDeviceProps() = default;
Dremote_device_props.h26 class RemoteDeviceProps {
28 RemoteDeviceProps();
29 RemoteDeviceProps(const RemoteDeviceProps& other);
30 RemoteDeviceProps(const std::string& name, const std::string& address,
33 ~RemoteDeviceProps();
/system/bt/service/common/android/bluetooth/
Dbluetooth_remote_device_props.h32 public ::bluetooth::RemoteDeviceProps {
35 BluetoothRemoteDeviceProps(const ::bluetooth::RemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
36 : ::bluetooth::RemoteDeviceProps(other) {} // NOLINT(implicit) in BluetoothRemoteDeviceProps()
38 : ::bluetooth::RemoteDeviceProps(other) {} // NOLINT(implicit) in BluetoothRemoteDeviceProps()
/system/bt/service/
Dadapter.h94 const RemoteDeviceProps& props);
98 const RemoteDeviceProps& props);
Dadapter.cc48 RemoteDeviceProps ParseRemoteDeviceProps(int num_properties, in ParseRemoteDeviceProps()
123 return RemoteDeviceProps(name, address, service_uuids, device_class, in ParseRemoteDeviceProps()
186 const RemoteDeviceProps& properties) { in OnGetRemoteDeviceProperties()
191 const RemoteDeviceProps& properties) { in OnDeviceFound()
617 RemoteDeviceProps()); in RemoteDevicePropertiesCallback()
622 RemoteDeviceProps props = in RemoteDevicePropertiesCallback()
636 RemoteDeviceProps props = in DeviceFoundCallback()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h148 const bluetooth::RemoteDeviceProps& properties) override;
150 const bluetooth::RemoteDeviceProps& properties) override;
Dbluetooth_binder_server.cc463 const bluetooth::RemoteDeviceProps& properties) { in OnGetRemoteDeviceProperties()
478 const bluetooth::RemoteDeviceProps& properties) { in OnDeviceFound()