Home
last modified time | relevance | path

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

/hardware/ril/libril/
DRilSapSocket.cpp119 void RilSapSocket::initSapSocket(const char *socketName, in initSapSocket() argument
122 if (strcmp(socketName, "sap_uim_socket1") == 0) { in initSapSocket()
123 if(!SocketExists(socketName)) { in initSapSocket()
124 addSocketToList(socketName, RIL_SOCKET_1, uimFuncs); in initSapSocket()
129 if (strcmp(socketName, "sap_uim_socket2") == 0) { in initSapSocket()
130 if(!SocketExists(socketName)) { in initSapSocket()
131 addSocketToList(socketName, RIL_SOCKET_2, uimFuncs); in initSapSocket()
137 if (strcmp(socketName, "sap_uim_socket3") == 0) { in initSapSocket()
138 if(!SocketExists(socketName)) { in initSapSocket()
139 addSocketToList(socketName, RIL_SOCKET_3, uimFuncs); in initSapSocket()
[all …]
DRilSapSocket.h87 static void initSapSocket(const char *socketName,
175 static void addSocketToList(const char *socketName, RIL_SOCKET_ID socketid,
184 static bool SocketExists(const char *socketName);
206 RilSapSocket(const char *socketName,
DRilSocket.h132 RilSocket(const char* socketName, RIL_SOCKET_ID socketId) { in RilSocket() argument
133 name = socketName; in RilSocket()