Home
last modified time | relevance | path

Searched refs:StartPlaying (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_bluetooth_manager.h63 int StartPlaying();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h51 virtual int StartPlaying(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h51 int StartPlaying(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h289 virtual int StartPlaying(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h49 int StartPlaying(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h312 int StartPlaying(const BluetoothRemoteDevice &device);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp422 int StartPlaying() in StartPlaying() function
432 return g_proxy_->StartPlaying(g_proxy_->GetActiveSinkDevice()); in StartPlaying()
H A Daudio_render.cpp57 OHOS::Bluetooth::StartPlaying(); in AudioRenderStart()
140 OHOS::Bluetooth::StartPlaying(); in AudioRenderResume()
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp403 int BluetoothA2dpSourceServer::StartPlaying(const RawAddress &device) in StartPlaying() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
406 return pimpl->a2dpSrcService_->StartPlaying(device); in StartPlaying()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp358 EXPECT_EQ(profile_->StartPlaying(device), 0);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp515 int A2dpSource::StartPlaying(const BluetoothRemoteDevice &device) in StartPlaying() function in OHOS::Bluetooth::A2dpSource
531 return proxy->StartPlaying(RawAddress(device.GetDeviceAddr())); in StartPlaying()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp357 int result = StartPlaying(RawAddress(addr)); in StartPlayingInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp320 int BluetoothA2dpSrcProxy::StartPlaying(const RawAddress &device) in StartPlaying() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy