Searched refs:GetDabSupportedCodecs (Results 1 – 6 of 6) sorted by relevance
158 MOCK_METHOD(uint32_t, GetDabSupportedCodecs, (), (const));
163 MOCK_METHOD(uint32_t, GetDabSupportedCodecs, (), (const));
207 virtual uint32_t GetDabSupportedCodecs() const = 0;
196 virtual uint32_t GetDabSupportedCodecs() const override;
544 ASSERT_EQ(controller_->GetDabSupportedCodecs(), kDynamicAudioBufferSupport); in TEST_F()573 ASSERT_EQ(controller_->GetDabSupportedCodecs(), kDynamicAudioBufferSupport); in TEST_F()
1510 uint32_t Controller::GetDabSupportedCodecs() const { in GetDabSupportedCodecs() function in bluetooth::hci::Controller