Home
last modified time | relevance | path

Searched defs:connectInBackground (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/chre/host/common/
H A Dsocket_client.cc50 bool SocketClient::connectInBackground(const char *socketName, in connectInBackground() function in android::chre::SocketClient
108 bool connectInBackground) { in doConnect()
/aosp_15_r20/system/chre/host/common/include/chre_host/
H A Dhal_client.h123 void connectInBackground(BackgroundConnectionCallback &callback) { in connectInBackground() function