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

/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.h106 bool fConnectionActive; member in class:VideoConsumer
H A DVideoConsumer.cpp57 fConnectionActive(false),
345 fConnectionActive = true;
374 fConnectionActive = false;
553 if (RunState() != B_STARTED || !fConnectionActive) {
/haiku/src/apps/codycam/
H A DVideoConsumer.h132 bool fConnectionActive; member in class:VideoConsumer
H A DVideoConsumer.cpp62 fConnectionActive(false),
398 fConnectionActive = true;
415 fConnectionActive = false;
562 if (RunState() == B_STARTED && fConnectionActive) {

Completed in 75 milliseconds