Home
last modified time | relevance | path

Searched refs:BluetoothRemoteDeviceProps (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/common/android/bluetooth/
Dbluetooth_remote_device_props.h31 class BluetoothRemoteDeviceProps : public Parcelable,
34 BluetoothRemoteDeviceProps() = default;
35 BluetoothRemoteDeviceProps(const ::bluetooth::RemoteDeviceProps& other) in BluetoothRemoteDeviceProps() function
37 BluetoothRemoteDeviceProps(const BluetoothRemoteDeviceProps& other) in BluetoothRemoteDeviceProps() function
39 ~BluetoothRemoteDeviceProps() = default;
DIBluetoothCallback.aidl19 import android.bluetooth.BluetoothRemoteDeviceProps;
38 in BluetoothRemoteDeviceProps props); in OnGetRemoteDeviceProperties()
40 in BluetoothRemoteDeviceProps props); in OnDeviceFound()
DBluetoothRemoteDeviceProps.aidl19 parcelable BluetoothRemoteDeviceProps cpp_header "android/bluetooth/bluetooth_remote_device_props.h…
Dbluetooth_remote_device_props.cc31 status_t BluetoothRemoteDeviceProps::writeToParcel(Parcel* parcel) const { in writeToParcel()
59 status_t BluetoothRemoteDeviceProps::readFromParcel(const Parcel* parcel) { in readFromParcel()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc469 android::bluetooth::BluetoothRemoteDeviceProps(properties); in OnGetRemoteDeviceProperties()
482 android::bluetooth::BluetoothRemoteDeviceProps(properties); in OnDeviceFound()
/system/bt/service/client/
Dmain.cc196 const android::bluetooth::BluetoothRemoteDeviceProps& props) override { in OnGetRemoteDeviceProperties()
202 const android::bluetooth::BluetoothRemoteDeviceProps& props) override { in OnDeviceFound()