Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h50 virtual int GetOptionalCodecsSupportState(const RawAddress &device) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h50 int GetOptionalCodecsSupportState(const RawAddress &device ) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h279 virtual int GetOptionalCodecsSupportState(const RawAddress &device) const = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h48 int GetOptionalCodecsSupportState(const RawAddress &device) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h301 int GetOptionalCodecsSupportState(const BluetoothRemoteDevice &device) const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h351 int GetOptionalCodecsSupportState(const RawAddress &device) const override;
H A Da2dp_service.cpp793 if ((int)A2DP_OPTIONAL_SUPPORT != GetOptionalCodecsSupportState(device)) { in SwitchOptionalCodecs()
825 int A2dpService::GetOptionalCodecsSupportState(const RawAddress &device) const in GetOptionalCodecsSupportState() function in OHOS::bluetooth::A2dpService
1125 int supportState = GetOptionalCodecsSupportState(device); in UpdateOptCodecStatus()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp397 int BluetoothA2dpSourceServer::GetOptionalCodecsSupportState(const RawAddress &device) in GetOptionalCodecsSupportState() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
400 return pimpl->a2dpSrcService_->GetOptionalCodecsSupportState(device); in GetOptionalCodecsSupportState()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp342 EXPECT_EQ(profile_->GetOptionalCodecsSupportState(device), 0);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp497 int A2dpSource::GetOptionalCodecsSupportState(const BluetoothRemoteDevice &device) const in GetOptionalCodecsSupportState() function in OHOS::Bluetooth::A2dpSource
512 return proxy->GetOptionalCodecsSupportState(RawAddress(device.GetDeviceAddr())); in GetOptionalCodecsSupportState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp342 int result = GetOptionalCodecsSupportState(RawAddress(addr)); in GetOptionalCodecsSupportStateInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp304 int BluetoothA2dpSrcProxy::GetOptionalCodecsSupportState(const RawAddress &device) in GetOptionalCodecsSupportState() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy