Home
last modified time | relevance | path

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

/aosp12/system/chre/host/common/
H A Dsocket_client.cc200 bool suppressErrorLogs = (delay == kMinDelay); in reconnect() local
201 if (!tryConnect(suppressErrorLogs)) { in reconnect()
202 if (!suppressErrorLogs) { in reconnect()
222 bool SocketClient::tryConnect(bool suppressErrorLogs) { in tryConnect() argument
242 if (!suppressErrorLogs) { in tryConnect()
247 if (!suppressErrorLogs) { in tryConnect()
256 } else if (!suppressErrorLogs) { in tryConnect()
265 } else if (!suppressErrorLogs) { in tryConnect()
/aosp12/system/chre/host/common/include/chre_host/
H A Dsocket_client.h149 bool tryConnect(bool suppressErrorLogs = false);