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

  /external/chromium_org/tools/android/forwarder2/
command.cc 50 int bytes_read = socket->ReadNumBytes(command_buffer, kCommandStringSize);
socket.h 67 int ReadNumBytes(void* buffer, size_t num_bytes);
socket.cc 293 int Socket::ReadNumBytes(void* buffer, size_t num_bytes) {

Completed in 48 milliseconds