Home | History | Annotate | Download | only in media

Lines Matching defs:recv

1476   bool recv = IsReadyToReceive();
1477 media_channel()->SetPlayout(recv);
1487 LOG(LS_INFO) << "Changing voice state, recv=" << recv << " send=" << send;
1517 SafeSetError("Failed to set local audio description recv parameters.",
1574 // recv them anyway).
1788 SafeSetError("Failed to set local video description recv parameters.",
1846 // recv them anyway).
2127 SafeSetError("Failed to set remote data description recv parameters.",
2195 // recv them anyway).
2210 bool recv = IsReadyToReceive();
2211 if (!media_channel()->SetReceive(recv)) {
2225 LOG(LS_INFO) << "Changing data state, recv=" << recv << " send=" << send;