OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsClosed
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/talk/media/devices/
gtkvideorenderer.h
59
bool
IsClosed
() const;
gtkvideorenderer.cc
88
if ((!window_ && !Initialize(width, height)) ||
IsClosed
()) {
120
if (
IsClosed
()) {
166
bool GtkVideoRenderer::
IsClosed
() const {
/external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc
141
if (!
IsClosed
()) {
195
bool
IsClosed
() {
366
if (!stream_.
IsClosed
()) {
714
if (!stream_.
IsClosed
()) {
[
all
...]
/external/webrtc/talk/app/webrtc/
peerconnection.h
212
bool
IsClosed
() const {
peerconnection.cc
681
if (
IsClosed
()) {
731
if (
IsClosed
()) {
[
all
...]
/external/webrtc/webrtc/base/
testutils.h
318
bool
IsClosed
() const {
Completed in 199 milliseconds