Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp32 struct BluetoothAvrcpTgServer::impl {
45 BluetoothAvrcpTgServer::impl *impl_;
58 BluetoothAvrcpTgServer::impl *impl_;
151 BluetoothAvrcpTgServer::BluetoothAvrcpTgServer() in BluetoothAvrcpTgServer() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
158 BluetoothAvrcpTgServer::~BluetoothAvrcpTgServer() in ~BluetoothAvrcpTgServer()
208 int32_t BluetoothAvrcpTgServer::Connect(const BluetoothRawAddress &addr) in Connect()
340 void BluetoothAvrcpTgServer::NotifyTrackReachedEnd(int32_t playbackPos) in NotifyTrackReachedEnd()
405 void BluetoothAvrcpTgServer::NotifyNowPlayingContentChanged() in NotifyNowPlayingContentChanged()
418 void BluetoothAvrcpTgServer::NotifyAvailablePlayersChanged() in NotifyAvailablePlayersChanged()
444 void BluetoothAvrcpTgServer::NotifyUidChanged(int32_t uidCounter) in NotifyUidChanged()
[all …]
H A Dbluetooth_host_server.cpp643 sptr<BluetoothAvrcpTgServer> avrcpTgServer = new BluetoothAvrcpTgServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_tg_server.h29 class BluetoothAvrcpTgServer : public BluetoothAvrcpTgStub {
31 explicit BluetoothAvrcpTgServer();
32 ~BluetoothAvrcpTgServer() override;
60 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothAvrcpTgServer);