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

  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 386 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) {
388 bool ok = ParseServerResponse(notification_data_, content_length,
401 if (ParseEntry(notification_data_.substr(pos), &name, &id,
413 notification_data_.substr(pos));
417 notification_data_.clear();
peer_connection_client.h 116 std::string notification_data_; member in class:PeerConnectionClient

Completed in 513 milliseconds