Home
last modified time | relevance | path

Searched defs:kActive (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/webrtc/common_audio/vad/include/
H A Dvad.h30 enum Activity { kPassive = 0, kActive = 1, kError = -1 }; enumerator
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dresource.hpp109 kActive, ///< Active Dataset enumerator
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.h62 kActive = 1, enumerator
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer.h110 enum State { kNew, kActive, kStopped }; enumerator
H A Ddefault_video_quality_analyzer_frames_comparator.h127 enum State { kNew, kActive, kStopped }; enumerator
/aosp_15_r20/external/webrtc/modules/pacing/
H A Dbitrate_prober.h91 kActive, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_executor.h176 kActive, enumerator
/aosp_15_r20/external/pigweed/pw_digital_io/public/pw_digital_io/
H A Ddigital_io.h27 kActive = true, enumerator
/aosp_15_r20/external/openthread/src/core/utils/
H A Dlink_metrics_manager.hpp121 kActive, enumerator
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dperf_producer.h144 enum class Status { kActive, kShuttingDown }; enumerator
H A Dunwinding.h150 enum class Status { kActive, kShuttingDown }; enumerator
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dlow_energy_discovery_manager.h178 kActive, enumerator
/aosp_15_r20/external/webrtc/net/dcsctp/tx/
H A Doutstanding_data.h228 kActive, enumerator
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
H A Dlow_energy_scanner.h123 kActive, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_state.h567 kActive, enumerator
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dcall.h549 kActive = 0b001, enumerator
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset.hpp72 kActive, ///< Active Dataset enumerator
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.h55 kActive = 1, enumerator
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h281 enum class FrameHint { kNone, kActive }; enumerator
/aosp_15_r20/external/webrtc/pc/
H A Dmedia_session_unittest.cc286 static constexpr bool kActive = false; variable