Home
last modified time | relevance | path

Searched refs:callIfConnected (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/common/
Dhal_client.cc165 ScopedAStatus result = callIfConnected( in connectEndpoint()
185 ScopedAStatus result = callIfConnected( in disconnectEndpoint()
207 return callIfConnected([&](const std::shared_ptr<IContextHub> &hub) { in sendMessage()
220 ->callIfConnected( in tryReconnectEndpoints()
/system/chre/host/common/include/chre_host/
Dhal_client.h138 return callIfConnected([&](const std::shared_ptr<IContextHub> &hub) { in queryNanoapps()
234 ScopedAStatus callIfConnected( in callIfConnected() function