/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src.h | 50 virtual int GetOptionalCodecsSupportState(const RawAddress &device) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 50 int GetOptionalCodecsSupportState(const RawAddress &device ) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 279 virtual int GetOptionalCodecsSupportState(const RawAddress &device) const = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 48 int GetOptionalCodecsSupportState(const RawAddress &device) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 301 int GetOptionalCodecsSupportState(const BluetoothRemoteDevice &device) const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.h | 351 int GetOptionalCodecsSupportState(const RawAddress &device) const override;
|
H A D | a2dp_service.cpp | 793 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 D | bluetooth_a2dp_source_server.cpp | 397 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 D | a2dp_src_test.cpp | 342 EXPECT_EQ(profile_->GetOptionalCodecsSupportState(device), 0);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 497 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 D | bluetooth_a2dp_src_stub.cpp | 342 int result = GetOptionalCodecsSupportState(RawAddress(addr)); in GetOptionalCodecsSupportStateInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_proxy.cpp | 304 int BluetoothA2dpSrcProxy::GetOptionalCodecsSupportState(const RawAddress &device) in GetOptionalCodecsSupportState() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
|