Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_bluetooth_manager.h65 int StopPlaying();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h53 virtual int StopPlaying(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h53 int StopPlaying(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h309 virtual int StopPlaying(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h51 int StopPlaying(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h334 int StopPlaying(const BluetoothRemoteDevice &device);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp458 int StopPlaying() in StopPlaying() function
473 return g_proxy_->StopPlaying(g_proxy_->GetActiveSinkDevice()); in StopPlaying()
H A Daudio_render.cpp87 OHOS::Bluetooth::StopPlaying(); in AudioRenderStop()
90 OHOS::Bluetooth::StopPlaying(); in AudioRenderStop()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h381 int StopPlaying(const RawAddress &device) override;
H A Da2dp_service.cpp903 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 Dbluetooth_a2dp_source_server.cpp415 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 Da2dp_src_test.cpp390 EXPECT_EQ(profile_->StopPlaying(device), 0);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp553 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 Dbluetooth_a2dp_src_stub.cpp385 int result = StopPlaying(RawAddress(addr)); in StopPlayingInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp352 int BluetoothA2dpSrcProxy::StopPlaying(const RawAddress &device) in StopPlaying() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy