Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h53 virtual int StopPlaying(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h309 virtual int StopPlaying(const RawAddress &device) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h334 int StopPlaying(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h53 int StopPlaying(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h51 int StopPlaying(const RawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp407 int BluetoothA2dpSourceServer::StopPlaying(const RawAddress &device) in StopPlaying() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
410 return pimpl->a2dpSrcService_->StopPlaying(device); in StopPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h381 int StopPlaying(const RawAddress &device) override;
H A Da2dp_service.cpp893 int A2dpService::StopPlaying(const RawAddress &device) in StopPlaying() function in OHOS::bluetooth::A2dpService
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp381 * @tc.name: StopPlaying
390 EXPECT_EQ(profile_->StopPlaying(device), 0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp550 int A2dpSource::StopPlaying(const BluetoothRemoteDevice &device) in StopPlaying() function in OHOS::Bluetooth::A2dpSource
566 return proxy->StopPlaying(RawAddress(device.GetDeviceAddr())); in StopPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp385 int result = StopPlaying(RawAddress(addr)); in StopPlayingInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp345 int BluetoothA2dpSrcProxy::StopPlaying(const RawAddress &device) in StopPlaying() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy

Completed in 11 milliseconds