Home
last modified time | relevance | path

Searched refs:GetA2dpSourceFactory (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/test/
H A Dmock_adapter.h55 MOCK_CONST_METHOD0(GetA2dpSourceFactory, A2dpSourceFactory*());
/aosp12/system/bt/service/
H A Dadapter.h188 virtual A2dpSourceFactory* GetA2dpSourceFactory() const = 0;
H A Dadapter.cc470 A2dpSourceFactory* GetA2dpSourceFactory() const override { in GetA2dpSourceFactory() function in bluetooth::AdapterImpl
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_a2dp_source_binder_server.cc112 auto factory = adapter_->GetA2dpSourceFactory(); in Register()