Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp27 int32_t BluetoothA2dpSrcProxy::Connect(const RawAddress &device) in Connect()
43 int32_t BluetoothA2dpSrcProxy::Disconnect(const RawAddress &device) in Disconnect()
112 int BluetoothA2dpSrcProxy::GetDeviceState(const RawAddress &device, int &state) in GetDeviceState()
133 int32_t BluetoothA2dpSrcProxy::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState()
190 int BluetoothA2dpSrcProxy::SetActiveSinkDevice(const RawAddress &device) in SetActiveSinkDevice()
206 RawAddress BluetoothA2dpSrcProxy::GetActiveSinkDevice() in GetActiveSinkDevice()
320 int BluetoothA2dpSrcProxy::StartPlaying(const RawAddress &device) in StartPlaying()
336 int BluetoothA2dpSrcProxy::SuspendPlaying(const RawAddress &device) in SuspendPlaying()
352 int BluetoothA2dpSrcProxy::StopPlaying(const RawAddress &device) in StopPlaying()
368 int BluetoothA2dpSrcProxy::WriteFrame(const uint8_t *data, uint32_t size) in WriteFrame()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h26 class BluetoothA2dpSrcProxy : public IRemoteProxy<IBluetoothA2dpSrc> {
28 …explicit BluetoothA2dpSrcProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothA2dpSrc>(… in BluetoothA2dpSrcProxy() function
30 ~BluetoothA2dpSrcProxy() in ~BluetoothA2dpSrcProxy()
67 static inline BrokerDelegator<BluetoothA2dpSrcProxy> delegator_;