OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_pending_unmute_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.cc
43
has_pending_unmute_
(false) {
54
if (
has_pending_unmute_
) {
77
has_pending_unmute_
= true;
91
if (
has_pending_unmute_
) {
95
has_pending_unmute_
= false;
106
if (!channel_->IsStreamMuted(0) || !
has_pending_unmute_
) return;
113
has_pending_unmute_
= false;
typingmonitor.h
78
bool
has_pending_unmute_
;
member in class:cricket::TypingMonitor
Completed in 442 milliseconds