Home
last modified time | relevance | path

Searched refs:commandFd (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/libril/
DRilSocket.cpp83 assert(fd == commandFd); in socketRequestsHandler()
109 close(commandFd); in socketRequestsHandler()
110 commandFd = -1; in socketRequestsHandler()
129 commandFd = fd; in setCommandFd()
137 return commandFd; in getCommandFd()
DRilSocket.h57 int commandFd = -1; variable
159 void setCommandFd(int commandFd);
DRilSapSocket.cpp345 hdr)) && encoded_size <= INT32_MAX && commandFd != -1) { in sendResponse()
360 if ( 0 != blockingWrite_helper(commandFd, buffer, buffer_size)) { in sendResponse()
371 hdr->type, encoded_size, commandFd, success); in sendResponse()
Dril.cpp4136 assert (sapSocket->commandFd < 0); in listenCallback()