/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_bluetooth_manager.h | 63 int StartPlaying();
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src.h | 51 virtual int StartPlaying(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 51 int StartPlaying(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 289 virtual int StartPlaying(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 49 int StartPlaying(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 312 int StartPlaying(const BluetoothRemoteDevice &device);
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_bluetooth_manager.cpp | 422 int StartPlaying() in StartPlaying() function 432 return g_proxy_->StartPlaying(g_proxy_->GetActiveSinkDevice()); in StartPlaying()
|
H A D | audio_render.cpp | 57 OHOS::Bluetooth::StartPlaying(); in AudioRenderStart() 140 OHOS::Bluetooth::StartPlaying(); in AudioRenderResume()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.h | 361 int StartPlaying(const RawAddress &device) override;
|
H A D | a2dp_service.cpp | 845 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 D | bluetooth_a2dp_source_server.cpp | 403 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 D | a2dp_src_test.cpp | 358 EXPECT_EQ(profile_->StartPlaying(device), 0);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 515 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 D | bluetooth_a2dp_src_stub.cpp | 357 int result = StartPlaying(RawAddress(addr)); in StartPlayingInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_proxy.cpp | 320 int BluetoothA2dpSrcProxy::StartPlaying(const RawAddress &device) in StartPlaying() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
|