Searched refs:A2dpSink (Results 1 – 5 of 5) sorted by relevance
52 struct A2dpSink::impl {90 A2dpSink::impl &a2dpSink_;94 A2dpSink::impl::impl() in impl()106 A2dpSink::impl::~impl() in ~impl()115 A2dpSink::A2dpSink() in A2dpSink() function in OHOS::Bluetooth::A2dpSink123 A2dpSink::~A2dpSink() in ~A2dpSink()225 bool A2dpSink::Connect(const BluetoothRemoteDevice &device) in Connect()245 bool A2dpSink::Disconnect(const BluetoothRemoteDevice &device) in Disconnect()265 A2dpSink *A2dpSink::GetProfile() in GetProfile()269 static BluetoothNoDestructor<A2dpSink> service; in GetProfile()[all …]
41 static A2dpSink *profile_;93 profile_ = A2dpSink::GetProfile();107 profile_ = A2dpSink::GetProfile();123 profile_ = A2dpSink::GetProfile();139 profile_ = A2dpSink::GetProfile();155 profile_ = A2dpSink::GetProfile();169 profile_ = A2dpSink::GetProfile();183 profile_ = A2dpSink::GetProfile();199 profile_ = A2dpSink::GetProfile();216 profile_ = A2dpSink::GetProfile();[all …]
65 class BLUETOOTH_API A2dpSink {73 static A2dpSink *GetProfile();201 A2dpSink(void);208 ~A2dpSink(void);209 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(A2dpSink);213 friend class BluetoothNoDestructor<A2dpSink>;
67 A2dpSink *profile = A2dpSink::GetProfile(); in On()88 A2dpSink *profile = A2dpSink::GetProfile(); in GetConnectionDevices()122 A2dpSink *profile = A2dpSink::GetProfile(); in GetDeviceState()154 A2dpSink *profile = A2dpSink::GetProfile(); in Connect()186 A2dpSink *profile = A2dpSink::GetProfile(); in Disconnect()218 A2dpSink *profile = A2dpSink::GetProfile(); in getPlayingState()
114 std::to_string(A2dpSink::GetProfile()->GetPlayingState(devices[i])).c_str()); in AddDevicesToArray()173 devices = A2dpSink::GetProfile()->GetDevicesByStates(connectState_); in GetA2dpSinkDeviceInfo()