OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connectInBackground
(Results
1 - 3
of
3
) sorted by null
/system/chre/host/common/include/chre_host/
socket_client.h
40
*
connectInBackground
(), or disconnect() from the context of these callbacks.
99
bool
connectInBackground
(const char *socketName,
143
bool
connectInBackground
);
/system/chre/host/common/
socket_client.cc
44
return doConnect(socketName, callbacks, false /*
connectInBackground
*/);
47
bool SocketClient::
connectInBackground
(const char *socketName,
49
return doConnect(socketName, callbacks, true /*
connectInBackground
*/);
105
bool
connectInBackground
) {
122
} else if (
connectInBackground
|| tryConnect()) {
/system/chre/host/hal_generic/
generic_context_hub.cc
70
if (!mClient.
connectInBackground
(kChreSocketName, mSocketCallbacks)) {
Completed in 374 milliseconds