Home
last modified time | relevance | path

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

/hardware/ril/libril/
DRilSapSocket.cpp113 void RilSapSocket::initSapSocket(const char *socketName, in initSapSocket()
147 void RilSapSocket::addSocketToList(const char *socketName, RIL_SOCKET_ID socketid, in addSocketToList()
179 bool RilSapSocket::SocketExists(const char *socketName) { in SocketExists()
191 RilSapSocket::RilSapSocket(const char *socketName, in RilSapSocket()
DRilSocket.h53 RilSocket(const char* socketName, RIL_SOCKET_ID socketId) { in RilSocket()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocIpc.cpp153 const char *socketName = nullptr; in stopListening() local