Home
last modified time | relevance | path

Searched refs:socketName (Results 1 – 3 of 3) sorted by relevance

/hardware/ril/libril/
DRilSapSocket.h71 static void initSapSocket(const char *socketName,
139 static void addSocketToList(const char *socketName, RIL_SOCKET_ID socketid,
148 static bool SocketExists(const char *socketName);
158 RilSapSocket(const char *socketName,
DRilSocket.h53 RilSocket(const char* socketName, RIL_SOCKET_ID socketId) { in RilSocket() argument
54 name = socketName; in RilSocket()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocIpc.cpp153 const char *socketName = nullptr; in stopListening() local
158 socketName = (reinterpret_cast<LocIpcRunnable *>(mRunnable))->mIpcName.c_str(); in stopListening()
159 send(socketName, abort); in stopListening()
171 if (socketName) { in stopListening()
172 unlink(socketName); in stopListening()