Home
last modified time | relevance | path

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

/system/bt/service/test/
Dmock_adapter.h61 MOCK_CONST_METHOD0(GetGattClientFactory, GattClientFactory*());
/system/bt/service/ipc/binder/
Dbluetooth_gatt_client_binder_server.cc44 adapter_->GetGattClientFactory(); in RegisterClient()
/system/bt/service/
Dadapter.h216 virtual GattClientFactory* GetGattClientFactory() const = 0;
Dadapter.cc494 GattClientFactory* GetGattClientFactory() const override { in GetGattClientFactory() function in bluetooth::AdapterImpl