Home
last modified time | relevance | path

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

/aosp12/system/chre/host/common/
H A Dsocket_server.cc68 void SocketServer::run(const char *socketName, bool allowSocketCreation, in run() argument
73 if (mSockFd == INVALID_SOCKET && allowSocketCreation) { in run()
/aosp12/system/chre/host/common/include/chre_host/
H A Dsocket_server.h61 void run(const char *socketName, bool allowSocketCreation,