Home
last modified time | relevance | path

Searched refs:SwitchOptionalCodecs (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h49 virtual void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h49 void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h268 virtual void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h47 void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h290 void SwitchOptionalCodecs(const BluetoothRemoteDevice &device, bool isEnable);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h340 void SwitchOptionalCodecs(const RawAddress &device, bool isEnable) override;
H A Da2dp_service.cpp791 void A2dpService::SwitchOptionalCodecs(const RawAddress &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::bluetooth::A2dpService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp391 void BluetoothA2dpSourceServer::SwitchOptionalCodecs(const RawAddress &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
394 pimpl->a2dpSrcService_->SwitchOptionalCodecs(device, isEnable); in SwitchOptionalCodecs()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp326 profile_->SwitchOptionalCodecs(device, isEnable);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp479 void A2dpSource::SwitchOptionalCodecs(const BluetoothRemoteDevice &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::Bluetooth::A2dpSource
494 proxy->SwitchOptionalCodecs(RawAddress(device.GetDeviceAddr()), isEnable); in SwitchOptionalCodecs()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp335 SwitchOptionalCodecs(RawAddress(addr), isEnable); in SwitchOptionalCodecsInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp290 void BluetoothA2dpSrcProxy::SwitchOptionalCodecs(const RawAddress &device, bool isEnable) in SwitchOptionalCodecs() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy