Home
last modified time | relevance | path

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

/system/bt/service/test/
Dmock_adapter.h57 MOCK_CONST_METHOD0(GetAvrcpTargetFactory, AvrcpTargetFactory*());
/system/bt/service/
Dadapter.h198 virtual AvrcpTargetFactory* GetAvrcpTargetFactory() const = 0;
Dadapter.cc478 AvrcpTargetFactory* GetAvrcpTargetFactory() const override { in GetAvrcpTargetFactory() function in bluetooth::AdapterImpl
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc91 adapter_->GetAvrcpTargetFactory(); in Register()