Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
DRilSapSocket.cpp112 void RilSapSocket::initSapSocket(const char *socketName, in initSapSocket() argument
115 if (strcmp(socketName, RIL1_SERVICE_NAME) == 0) { in initSapSocket()
116 if(!SocketExists(socketName)) { in initSapSocket()
117 addSocketToList(socketName, RIL_SOCKET_1, uimFuncs); in initSapSocket()
122 if (strcmp(socketName, RIL2_SERVICE_NAME) == 0) { in initSapSocket()
123 if(!SocketExists(socketName)) { in initSapSocket()
124 addSocketToList(socketName, RIL_SOCKET_2, uimFuncs); in initSapSocket()
130 if (strcmp(socketName, RIL3_SERVICE_NAME) == 0) { in initSapSocket()
131 if(!SocketExists(socketName)) { in initSapSocket()
132 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()