Searched refs:GetA2dpSourceFactory (Results 1 – 4 of 4) sorted by relevance
55 MOCK_CONST_METHOD0(GetA2dpSourceFactory, A2dpSourceFactory*());
188 virtual A2dpSourceFactory* GetA2dpSourceFactory() const = 0;
470 A2dpSourceFactory* GetA2dpSourceFactory() const override { in GetA2dpSourceFactory() function in bluetooth::AdapterImpl
112 auto factory = adapter_->GetA2dpSourceFactory(); in Register()