HomeSort by relevance Sort by last modified time
    Searched refs:IsActive (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/webrtc/talk/session/media/
rtcpmuxfilter_unittest.cc 102 EXPECT_FALSE(filter.IsActive());
105 EXPECT_FALSE(filter.IsActive());
108 EXPECT_TRUE(filter.IsActive());
118 EXPECT_TRUE(filter.IsActive());
122 EXPECT_FALSE(filter.IsActive());
125 EXPECT_TRUE(filter.IsActive());
131 EXPECT_FALSE(filter.IsActive());
134 EXPECT_FALSE(filter.IsActive());
137 EXPECT_TRUE(filter.IsActive());
146 EXPECT_TRUE(filter.IsActive());
    [all...]
rtcpmuxfilter.h 42 bool IsActive() const;
srtpfilter_unittest.cc 87 EXPECT_FALSE(f1_.IsActive());
88 EXPECT_FALSE(f2_.IsActive());
91 EXPECT_TRUE(f1_.IsActive());
92 EXPECT_TRUE(f2_.IsActive());
147 EXPECT_FALSE(f1_.IsActive());
149 EXPECT_TRUE(f1_.IsActive());
162 EXPECT_FALSE(f1_.IsActive());
164 EXPECT_TRUE(f1_.IsActive());
172 EXPECT_FALSE(f1_.IsActive());
180 EXPECT_FALSE(f1_.IsActive());
    [all...]
rtcpmuxfilter.cc 37 bool RtcpMuxFilter::IsActive() const {
139 return (IsActive() || offered_mux) && IsRtcp(data, len);
srtpfilter.cc 125 bool SrtpFilter::IsActive() const {
155 if (IsActive()) {
215 if (!IsActive()) {
228 if (!IsActive()) {
237 if (!IsActive()) {
250 if (!IsActive()) {
259 if (!IsActive()) {
272 if (!IsActive()) {
283 if (IsActive()) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmHelpers.c 171 BOOLEAN IsActive;
176 IsActive = TRUE;
185 IsActive = FALSE;
196 IsActive = FALSE;
206 if (IsActive) {
215 IsActive = FALSE;
227 return IsActive;
  /external/v8/src/libsampler/
sampler.h 56 bool IsActive() const { return base::NoBarrier_Load(&active_); }
sampler.cc 224 DCHECK(sampler->IsActive() || !sampler->IsRegistered());
253 DCHECK(sampler->IsActive() || sampler->IsRegistered());
289 if (v8::Locker::IsActive() && !Locker::IsLocked(isolate)) continue;
576 DCHECK(!IsActive());
586 DCHECK(!IsActive());
598 DCHECK(IsActive());
624 if (!IsActive() && !IsRegistered()) {
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_tonemapper.h 82 bool IsActive() { return !tone_map_sessions_.empty(); }
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_tonemapper.h 84 bool IsActive() { return !tone_map_sessions_.empty(); }
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 167 bool IsActive() const;
gl_env.cpp 191 bool GLEnv::IsActive() const {
192 ALOGV("IsActive()");
221 bool wasActive = IsActive();
298 if (context_id_ == context_id && IsActive())
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_tonemapper.h 106 bool IsActive() { return !tone_map_sessions_.empty(); }
  /external/autotest/client/cros/cellular/pseudomodem/
bearer.py 54 def IsActive(self):
  /external/clang/lib/CodeGen/
CGCleanup.h 75 unsigned IsActive : 1;
288 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
297 CleanupBits.IsActive = isActive;
318 bool isActive() const { return CleanupBits.IsActive; }
319 void setActive(bool A) { CleanupBits.IsActive = A; }
CGCleanup.cpp 179 if (cleanup.isActive()) return si;
190 bool IsActive = !(Kind & InactiveCleanup);
195 IsActive,
524 llvm::Value *IsActive
526 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
610 bool IsActive = Scope.isActive();
636 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
661 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
755 assert(!IsActive && "source without fallthrough for active cleanup")
    [all...]
  /external/libchrome/base/metrics/
statistics_recorder.cc 101 bool StatisticsRecorder::IsActive() {
208 if (!IsActive())
223 if (!IsActive())
241 if (!IsActive())
statistics_recorder.h 104 static bool IsActive();
  /external/v8/src/
bootstrapper.h 101 bool IsActive() const { return nesting_ != 0; }
codegen.cc 95 if (info->isolate()->bootstrapper()->IsActive()) {
238 isolate->bootstrapper()->IsActive()
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 793 milliseconds

1 2 3 4