Home
last modified time | relevance | path

Searched refs:GetDabSupportedCodecs (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h158 MOCK_METHOD(uint32_t, GetDabSupportedCodecs, (), (const));
Dcontroller_interface_mock.h163 MOCK_METHOD(uint32_t, GetDabSupportedCodecs, (), (const));
Dcontroller_interface.h207 virtual uint32_t GetDabSupportedCodecs() const = 0;
Dcontroller.h196 virtual uint32_t GetDabSupportedCodecs() const override;
Dcontroller_test.cc544 ASSERT_EQ(controller_->GetDabSupportedCodecs(), kDynamicAudioBufferSupport); in TEST_F()
573 ASSERT_EQ(controller_->GetDabSupportedCodecs(), kDynamicAudioBufferSupport); in TEST_F()
Dcontroller.cc1510 uint32_t Controller::GetDabSupportedCodecs() const { in GetDabSupportedCodecs() function in bluetooth::hci::Controller