HomeSort by relevance Sort by last modified time
    Searched defs:ReadIntoBuffer (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 294 bool PeerConnectionClient::ReadIntoBuffer(rtc::AsyncSocket* socket,
334 if (ReadIntoBuffer(socket, &control_data_, &content_length)) {
386 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) {
  /art/test/ti-stress/
stress.cc 53 static bool ReadIntoBuffer(const std::string& fname, /*out*/std::vector<unsigned char>* data) {
91 return ReadIntoBuffer(data->out_temp_dex, dex);

Completed in 166 milliseconds