Searched refs:socketId (Results 1 – 3 of 3) sorted by relevance
49 RLOGD("Socket id:%d", request->socketId); in sOnRequestComplete()51 sap_socket = getSocketById(request->socketId); in sOnRequestComplete()68 RIL_SOCKET_ID socketId) { in sOnUnsolicitedResponse() argument69 RilSapSocket *sap_socket = getSocketById(socketId); in sOnUnsolicitedResponse()95 RilSapSocket *RilSapSocket::getSocketById(RIL_SOCKET_ID socketId) { in getSocketById() argument103 if(socketId == current->socket->id) { in getSocketById()191 RIL_SOCKET_ID socketId, in RilSapSocket() argument193 RilSocket(socketName, socketId) { in RilSapSocket()211 currRequest->socketId = id; in dispatchRequest()
51 RIL_SOCKET_ID socketId; member99 static RilSapSocket* getSocketById(RIL_SOCKET_ID socketId);159 RIL_SOCKET_ID socketId,
53 RilSocket(const char* socketName, RIL_SOCKET_ID socketId) { in RilSocket() argument55 id = socketId; in RilSocket()