HomeSort by relevance Sort by last modified time
    Searched refs:commandFd (Results 1 - 4 of 4) sorted by null

  /hardware/ril/libril/
RilSocket.cpp 83 assert(fd == commandFd);
109 close(commandFd);
110 commandFd = -1;
129 commandFd = fd;
137 return commandFd;
RilSocket.h 57 int commandFd = -1;
159 void setCommandFd(int commandFd);
RilSapSocket.cpp 346 hdr)) && encoded_size <= INT32_MAX && commandFd != -1) {
366 if ( 0 != blockingWrite_helper(commandFd, buffer, buffer_size)) {
377 RLOGE("Not sending response type %d: encoded_size: %zu. commandFd: %d. encoded size result:\
378 %d", hdr->type, encoded_size, commandFd, success);
ril.cpp     [all...]

Completed in 499 milliseconds