Searched refs:socketId (Results 1 – 3 of 3) sorted by relevance
50 RLOGD("Socket id:%d", request->socketId); in sOnRequestComplete()52 sap_socket = getSocketById(request->socketId); in sOnRequestComplete()69 RIL_SOCKET_ID socketId) { in sOnUnsolicitedResponse() argument70 RilSapSocket *sap_socket = getSocketById(socketId); in sOnUnsolicitedResponse()96 RilSapSocket *RilSapSocket::getSocketById(RIL_SOCKET_ID socketId) { in getSocketById() argument104 if(socketId == current->socket->id) { in getSocketById()192 RIL_SOCKET_ID socketId, in RilSapSocket() argument194 RilSocket(socketName, socketId) { in RilSapSocket()212 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()