Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 57) sorted by relevance

123

/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.cpp147 if (started) { in start()
151 started = true; in start()
158 if (!started) { in stop()
162 started = false; in stop()
172 if (!started) { in notify_histogram_event()
191 cv.wait(lk, [this] { return !started || work_available; }); in blob_processing_thread()
192 if (!started) { in blob_processing_thread()
Dhistogram_collector.h67 bool started /* GUARDED_BY(mutex) */ = false; variable
/hardware/qcom/sm7250/display/libhistogram/
Dhistogram_collector.cpp142 if (started) { in start()
146 started = true; in start()
154 if (!started) { in stop()
158 started = false; in stop()
168 if (!started) { in notify_histogram_event()
187 cv.wait(lk, [this] { return !started || work_available; }); in blob_processing_thread()
188 if (!started) { in blob_processing_thread()
Dhistogram_collector.h63 bool started /* GUARDED_BY(mutex) */ = false; variable
/hardware/interfaces/wifi/supplicant/aidl/vts/functional/
Dsupplicant_aidl_test_utils.h88 bool started = false; in waitForWifiHalStop() local
89 auto status = wifi->isStarted(&started); in waitForWifiHalStop()
90 if (status.isOk() && !started) { in waitForWifiHalStop()
/hardware/interfaces/broadcastradio/1.0/
DITuner.hal54 * @return result OK if scan successfully started
70 * @return result OK if scan successfully started
87 * @return result OK if scan successfully started
98 * @return result OK if scan successfully started
106 * @return result OK if scan successfully started
/hardware/interfaces/wifi/1.0/
DIWifi.hal50 * @return started true if started, false otherwise.
52 isStarted() generates (bool started);
56 * is already started then this must be a noop.
DIWifiStaIface.hal263 * Stop the background scan started.
282 * Radio statistics (once started) must not stop until disabled.
283 * Iface statistics (once started) reset and start afresh after each
479 * - Once started, monitoring must remain active until HAL is stopped or the
/hardware/interfaces/automotive/evs/1.1/default/
Dandroid.hardware.automotive.evs@1.1-service.rc8 disabled # will not automatically start with its class; must be explicitly started.
/hardware/interfaces/input/classifier/1.0/default/
Dandroid.hardware.input.classifier@1.0-service.default.rc8 # will only be started when requested
/hardware/interfaces/power/1.2/
Dtypes.hal23 * This hint indicates that audio stream is being started. Can be used
47 * This hint indicates that camera stream is being started. Can be used
/hardware/interfaces/soundtrigger/2.1/
DISoundTriggerHwCallback.hal65 * started (see ISoundtriggerHw.startRecognition*())
76 * started (see ISoundtriggerHw.startRecognition*())
DISoundTriggerHw.hal69 * started and stopped. Only one active recognition per model at a time.
103 * be started and stopped. Only one active recognition per model at a time.
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal84 * @return result OK if transation started
107 * @return result OK if transation started
128 * @return result OK if transation started
149 * @return result OK if transation started
/hardware/google/camera/common/profiler/
Dprofiler.proto30 // Unix epoch timestamp when profile started.
/hardware/interfaces/boot/1.1/
Dtypes.hal31 * Partitions are being snapshotted, but no merge has been started.
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHwCallback.hal95 * started (see ISoundtriggerHw.startRecognition()
105 * started (see ISoundtriggerHw.startRecognition()
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal38 * @return result OK if successfully started tunning.
64 * @return result OK if scan successfully started
114 * NOT_STARTED if the scan has not been started, client may
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal27 * @return result OK if successfully started tuning.
60 * @return result OK if the operation has successfully started.
73 * @return result OK successfully started tuning.
101 * @return result OK successfully started fetching list updates.
/hardware/interfaces/tetheroffload/control/1.1/
DIOffloadControl.hal36 * management process MUST NOT store the values when offload is not started and applies once
37 * offload is started. This is because the quota values would likely become stale over
/hardware/interfaces/health/storage/1.0/
DIStorage.hal29 * Garbage collection must be started at regular intervals when it is a good
/hardware/interfaces/power/1.0/
Dtypes.hal21 * Foreground app has started or stopped requesting a VSYNC pulse
22 * from SurfaceFlinger. If the app has started requesting VSYNC
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dpipeline_barrier_common.adoc99 the render pass must: not have been started with
103 If fname:{refpage} is called within a render pass instance started with
/hardware/interfaces/camera/device/1.0/
Dtypes.hal115 * started. The camera must notify the listener of CAMERA_MSG_FACE and the
121 * same time. If the face detection has started, apps must not send this
151 * INVALID_OPERATION error if it is sent after video recording is started,
/hardware/interfaces/vibrator/1.0/
DIVibrator.hal33 * Cancel a previously-started vibration, if any.

123