Home
last modified time | relevance | path

Searched defs:halClient (Results 1 – 4 of 4) sorted by relevance

/system/chre/host/test/hal_generic/common/
Dhal_client_test.cc98 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
121 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
141 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
156 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
179 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
189 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
199 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
217 auto halClient = std::make_unique<HalClientForTest>( in TEST() local
/system/chre/host/common/
Dhal_client.cc132 auto *halClient = static_cast<HalClient *>(cookie); in onHalDisconnected() local
210 void HalClient::tryReconnectEndpoints(HalClient *halClient) { in tryReconnectEndpoints()
Dchre_aidl_hal_client.cc801 std::unique_ptr<HalClient> halClient = HalClient::create(gCallback); in connectToHal() local
/system/chre/host/common/include/chre_host/
Dhal_client.h154 HalClient *halClient) in HalClientCallback()