Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp24 int32_t BluetoothA2dpSrcProxy::Connect(const RawAddress &device) in Connect()
27 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in Connect()
40 int32_t BluetoothA2dpSrcProxy::Disconnect(const RawAddress &device) in Disconnect()
43 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), in Disconnect()
56 void BluetoothA2dpSrcProxy::RegisterObserver(const sptr<IBluetoothA2dpSourceObserver> &observer) in RegisterObserver()
60 data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), "WriteInterfaceToken error"); in RegisterObserver()
69 void BluetoothA2dpSrcProxy::DeregisterObserver(const sptr<IBluetoothA2dpSourceObserver> &observer) in DeregisterObserver()
72 CHECK_AND_RETURN_LOG(data.WriteInterfaceToken(BluetoothA2dpSrcProxy::GetDescriptor()), "WriteInterfaceToken error"); in DeregisterObserver()
81 int BluetoothA2dpSrcProxy::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) in GetDevicesByStates()
84 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothA2dpSrcProxy in GetDevicesByStates()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h26 class BluetoothA2dpSrcProxy : public IRemoteProxy<IBluetoothA2dpSrc> { class
28 explicit BluetoothA2dpSrcProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothA2dpSrc>(impl) in BluetoothA2dpSrcProxy() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
30 ~BluetoothA2dpSrcProxy() in ~BluetoothA2dpSrcProxy()
67 static inline BrokerDelegator<BluetoothA2dpSrcProxy> delegator_;

Completed in 1 milliseconds