Home
last modified time | relevance | path

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

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