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

  /system/core/include/sysutils/
SocketClient.h 54 int sendCode(int code);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 726 sendCode (Int64 sCode, int runCount, Int64 runCode,
779 sendCode (hcode[s], cs, hcode[rlc], c, lc, out);
790 sendCode (hcode[s], cs, hcode[rlc], c, lc, out);
  /system/netd/server/
DnsProxyListener.cpp 205 bool success = !mClient->sendCode(ResponseCode::DnsProxyQueryResult);
393 success = mClient->sendCode(ResponseCode::DnsProxyQueryResult) == 0;
515 success = mClient->sendCode(ResponseCode::DnsProxyQueryResult) == 0;
  /system/core/libsysutils/src/
SocketClient.cpp 108 int SocketClient::sendCode(int code) {

Completed in 327 milliseconds