Home
last modified time | relevance | path

Searched defs:socketName (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
DRilSapSocket.cpp112 void RilSapSocket::initSapSocket(const char *socketName, in initSapSocket()
146 void RilSapSocket::addSocketToList(const char *socketName, RIL_SOCKET_ID socketid, in addSocketToList()
178 bool RilSapSocket::SocketExists(const char *socketName) { in SocketExists()
190 RilSapSocket::RilSapSocket(const char *socketName, in RilSapSocket()
DRilSocket.h53 RilSocket(const char* socketName, RIL_SOCKET_ID socketId) { in RilSocket()