Home
last modified time | relevance | path

Searched refs:BluetoothA2dpSinkProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp23 int BluetoothA2dpSinkProxy::Connect(const RawAddress &device) in Connect()
26 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSinkProxy::GetDescriptor()), in Connect()
39 int BluetoothA2dpSinkProxy::Disconnect(const RawAddress &device) in Disconnect()
42 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSinkProxy::GetDescriptor()), in Disconnect()
55 void BluetoothA2dpSinkProxy::RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in RegisterObserver()
59 data.WriteInterfaceToken(BluetoothA2dpSinkProxy::GetDescriptor()), "WriteInterfaceToken error"); in RegisterObserver()
68 void BluetoothA2dpSinkProxy::DeregisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in DeregisterObserver()
72 data.WriteInterfaceToken(BluetoothA2dpSinkProxy::GetDescriptor()), "WriteInterfaceToken error"); in DeregisterObserver()
81 std::vector<RawAddress> BluetoothA2dpSinkProxy::GetDevicesByStates(const std::vector<int32_t> &states) in GetDevicesByStates()
85 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSinkProxy in GetDevicesByStates()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_sink_proxy.h26 class BluetoothA2dpSinkProxy : public IRemoteProxy<IBluetoothA2dpSink> { class
28 explicit BluetoothA2dpSinkProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothA2dpSink>(impl) in BluetoothA2dpSinkProxy() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
30 ~BluetoothA2dpSinkProxy() in ~BluetoothA2dpSinkProxy()
45 static inline BrokerDelegator<BluetoothA2dpSinkProxy> delegator_;

Completed in 1 milliseconds