Home
last modified time | relevance | path

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

/hardware/ril/libril/
DRilSapSocket.cpp113 void RilSapSocket::initSapSocket(const char *socketName, in initSapSocket() argument
116 if (strcmp(socketName, RIL1_SERVICE_NAME) == 0) { in initSapSocket()
117 if(!SocketExists(socketName)) { in initSapSocket()
118 addSocketToList(socketName, RIL_SOCKET_1, uimFuncs); in initSapSocket()
123 if (strcmp(socketName, RIL2_SERVICE_NAME) == 0) { in initSapSocket()
124 if(!SocketExists(socketName)) { in initSapSocket()
125 addSocketToList(socketName, RIL_SOCKET_2, uimFuncs); in initSapSocket()
131 if (strcmp(socketName, RIL3_SERVICE_NAME) == 0) { in initSapSocket()
132 if(!SocketExists(socketName)) { in initSapSocket()
133 addSocketToList(socketName, RIL_SOCKET_3, uimFuncs); in initSapSocket()
[all …]
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()