Home
last modified time | relevance | path

Searched refs:BluetoothA2dpSinkServer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp50 struct BluetoothA2dpSinkServer::impl {
65 SystemStateObserver(BluetoothA2dpSinkServer::impl *pimpl) : pimpl_(pimpl) {}; in SystemStateObserver()
95 BluetoothA2dpSinkServer::impl *pimpl_ = nullptr;
98 BluetoothA2dpSinkServer::impl::impl() in impl()
103 BluetoothA2dpSinkServer::impl::~impl() in ~impl()
108 BluetoothA2dpSinkServer::BluetoothA2dpSinkServer() in BluetoothA2dpSinkServer() function in OHOS::Bluetooth::BluetoothA2dpSinkServer
124 BluetoothA2dpSinkServer::~BluetoothA2dpSinkServer() in ~BluetoothA2dpSinkServer()
156 int BluetoothA2dpSinkServer::Connect(const RawAddress &device) in Connect()
162 int BluetoothA2dpSinkServer::Disconnect(const RawAddress &device) in Disconnect()
168 int BluetoothA2dpSinkServer::GetDeviceState(const RawAddress &device) in GetDeviceState()
[all …]
H A Dbluetooth_host_server.cpp669 sptr<BluetoothA2dpSinkServer> a2dpSink = new BluetoothA2dpSinkServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_sink_server.h29 class BluetoothA2dpSinkServer : public BluetoothA2dpSinkStub {
31 BluetoothA2dpSinkServer();
32 ~BluetoothA2dpSinkServer() override;
48 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkServer);