Home
last modified time | relevance | path

Searched refs:StartPlaying (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h51 virtual int StartPlaying(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h289 virtual int StartPlaying(const RawAddress &device) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h312 int StartPlaying(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h51 int StartPlaying(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h49 int StartPlaying(const RawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp395 int BluetoothA2dpSourceServer::StartPlaying(const RawAddress &device) in StartPlaying() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
398 return pimpl->a2dpSrcService_->StartPlaying(device); in StartPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h361 int StartPlaying(const RawAddress &device) override;
H A Da2dp_service.cpp845 int A2dpService::StartPlaying(const RawAddress &device) in StartPlaying() function in OHOS::bluetooth::A2dpService
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp349 * @tc.name: StartPlaying
358 EXPECT_EQ(profile_->StartPlaying(device), 0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp512 int A2dpSource::StartPlaying(const BluetoothRemoteDevice &device) in StartPlaying() function in OHOS::Bluetooth::A2dpSource
528 return proxy->StartPlaying(RawAddress(device.GetDeviceAddr())); in StartPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp357 int result = StartPlaying(RawAddress(addr)); in StartPlayingInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp313 int BluetoothA2dpSrcProxy::StartPlaying(const RawAddress &device) in StartPlaying() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy

Completed in 10 milliseconds