/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_bluetooth_manager.h | 65 int StopPlaying();
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src.h | 53 virtual int StopPlaying(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 53 int StopPlaying(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 309 virtual int StopPlaying(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 51 int StopPlaying(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 334 int StopPlaying(const BluetoothRemoteDevice &device);
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_bluetooth_manager.cpp | 458 int StopPlaying() in StopPlaying() function 473 return g_proxy_->StopPlaying(g_proxy_->GetActiveSinkDevice()); in StopPlaying()
|
H A D | audio_render.cpp | 87 OHOS::Bluetooth::StopPlaying(); in AudioRenderStop() 90 OHOS::Bluetooth::StopPlaying(); in AudioRenderStop()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.h | 381 int StopPlaying(const RawAddress &device) override;
|
H A D | a2dp_service.cpp | 903 int A2dpService::StopPlaying(const RawAddress &device) in StopPlaying() function in OHOS::bluetooth::A2dpService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 415 int BluetoothA2dpSourceServer::StopPlaying(const RawAddress &device) in StopPlaying() function in OHOS::Bluetooth::BluetoothA2dpSourceServer 418 return pimpl->a2dpSrcService_->StopPlaying(device); in StopPlaying()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 390 EXPECT_EQ(profile_->StopPlaying(device), 0);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 553 int A2dpSource::StopPlaying(const BluetoothRemoteDevice &device) in StopPlaying() function in OHOS::Bluetooth::A2dpSource 569 return proxy->StopPlaying(RawAddress(device.GetDeviceAddr())); in StopPlaying()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_stub.cpp | 385 int result = StopPlaying(RawAddress(addr)); in StopPlayingInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_proxy.cpp | 352 int BluetoothA2dpSrcProxy::StopPlaying(const RawAddress &device) in StopPlaying() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
|