Searched refs:BluetoothA2dpSinkServer (Results 1 – 3 of 3) sorted by relevance
50 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::BluetoothA2dpSinkServer124 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 …]
669 sptr<BluetoothA2dpSinkServer> a2dpSink = new BluetoothA2dpSinkServer(); in createServers()
29 class BluetoothA2dpSinkServer : public BluetoothA2dpSinkStub {31 BluetoothA2dpSinkServer();32 ~BluetoothA2dpSinkServer() override;48 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSinkServer);