Home
last modified time | relevance | path

Searched refs:A2dpSink (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp48 struct A2dpSink::impl {
57 class A2dpSink::impl::BluetoothA2dpSinkObserverImp : public BluetoothA2dpSinkObserverStub {
59 explicit BluetoothA2dpSinkObserverImp(A2dpSink::impl &a2dpSink) : a2dpSink_(a2dpSink) in BluetoothA2dpSinkObserverImp()
86 A2dpSink::impl &a2dpSink_;
90 A2dpSink::impl::impl() in impl()
102 A2dpSink::impl::~impl() in ~impl()
111 A2dpSink::A2dpSink() in A2dpSink() function in OHOS::Bluetooth::A2dpSink
119 A2dpSink::~A2dpSink() in ~A2dpSink()
[all...]
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp41 static A2dpSink *profile_;
93 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
107 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
123 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
139 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
155 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
169 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
183 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
199 profile_ = A2dpSink::GetProfile(); in HWTEST_F()
216 profile_ = A2dpSink in HWTEST_F()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_snk.h65 class BLUETOOTH_API A2dpSink { class
73 static A2dpSink *GetProfile();
189 * @brief The external process calls the A2dpSink profile interface before the Bluetooth process starts. At this
191 * A2dpSink proflie.
201 A2dpSink(void);
208 ~A2dpSink(void);
209 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(A2dpSink);
213 friend class BluetoothNoDestructor<A2dpSink>;
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk.cpp42 napi_define_class(env, "A2dpSink", NAPI_AUTO_LENGTH, A2dpSinkConstructor, nullptr, in DefineA2dpSinkJSClass()
63 A2dpSink *profile = A2dpSink::GetProfile(); in On()
84 A2dpSink *profile = A2dpSink::GetProfile(); in GetConnectionDevices()
118 A2dpSink *profile = A2dpSink::GetProfile(); in GetDeviceState()
150 A2dpSink *profile = A2dpSink::GetProfile(); in Connect()
182 A2dpSink *profil in Disconnect()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp114 std::to_string(A2dpSink::GetProfile()->GetPlayingState(devices[i])).c_str()); in AddDevicesToArray()
173 devices = A2dpSink::GetProfile()->GetDevicesByStates(connectState_); in GetA2dpSinkDeviceInfo()

Completed in 3 milliseconds