Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/test/logging/
Dfile_log_writer.cc31 bool FileLogWriter::IsActive() const { in IsActive() function in webrtc::webrtc_impl::FileLogWriter
Dmemory_log_writer.cc29 bool IsActive() const override { return true; } in IsActive() function in webrtc::__anon141b8fa20111::MemoryLogWriter
/external/webrtc/api/
Drtc_event_log_output_file.cc53 bool RtcEventLogOutputFile::IsActive() const { in IsActive() function in webrtc::RtcEventLogOutputFile
/external/armnn/src/armnnUtils/
DLeakChecking.cpp31 bool ScopedLeakChecker::IsActive() in IsActive() function in armnnUtils::ScopedLeakChecker
/external/webrtc/pc/
Drtcp_mux_filter.cc27 bool RtcpMuxFilter::IsActive() const { in IsActive() function in cricket::RtcpMuxFilter
Dsrtp_filter.cc29 bool SrtpFilter::IsActive() const { in IsActive() function in cricket::SrtpFilter
Dpeer_connection_interface_unittest.cc457 bool IsActive() const override { return true; } in IsActive() function in webrtc::__anon353a12d30111::RtcEventLogOutputNull
/external/autotest/client/cros/cellular/pseudomodem/
Dbearer.py54 def IsActive(self): member in Bearer
/external/skia/src/sksl/
DSkSLThreadContext.cpp146 bool ThreadContext::IsActive() { in IsActive() function in SkSL::ThreadContext
/external/clang/lib/CodeGen/
DCGCleanup.cpp190 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
524 llvm::Value *IsActive in EmitCleanup() local
610 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
DCGCleanup.h75 unsigned IsActive : 1; variable
DCGCall.cpp3315 llvm::Instruction *IsActive = Builder.CreateUnreachable(); in EmitCallArg() local
/external/perfetto/src/trace_processor/importers/common/
Dflow_tracker.cc110 bool FlowTracker::IsActive(FlowId flow_id) const { in IsActive() function in perfetto::trace_processor::FlowTracker
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder.cc256 bool IsActive() const { return active_; } in IsActive() function in tensorflow::profiler::TraceMeRecorder::ThreadLocalRecorder
/external/webrtc/call/
Drtp_video_sender.cc497 bool RtpVideoSender::IsActive() { in IsActive() function in webrtc::RtpVideoSender
/external/gptfdisk/
Dbasicmbr.cc966 int i, IsActive = 0; in IsEEActive() local
/external/vixl/src/aarch64/
Dsimulator-aarch64.h421 bool IsActive(VectorFormat vform, int lane_index) const { in IsActive() function
/external/clang/include/clang/Basic/
DDiagnostic.h882 mutable bool IsActive = false; variable
/external/mesa3d/src/imgui/
Dimgui.h1558 bool IsActive() const { return !Filters.empty(); } in IsActive() function