Searched refs:should_mute_locally (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc289 bool should_mute_locally = (mutee_nick == nick_); local
290 SignalRemoteMute(mutee_nick, muter_nick, should_mute_locally);
H A Dhangoutpubsubclient_unittest.cc66 bool should_mute_locally) {
69 last_should_mute = should_mute_locally;
63 OnRemoteMute( const std::string& mutee_nick, const std::string& muter_nick, bool should_mute_locally) argument
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h214 bool should_mute_locally);
H A Dcallclient.cc1037 bool should_mute_locally) {
1038 if (should_mute_locally) {
1035 OnRemoteMuted(const std::string& mutee_nick, const std::string& muter_nick, bool should_mute_locally) argument

Completed in 386 milliseconds