/hardware/qcom/sm8150/display/libhistogram/ |
D | histogram_collector.cpp | 147 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()
|
D | histogram_collector.h | 67 bool started /* GUARDED_BY(mutex) */ = false; variable
|
/hardware/qcom/sm7250/display/libhistogram/ |
D | histogram_collector.cpp | 142 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()
|
D | histogram_collector.h | 63 bool started /* GUARDED_BY(mutex) */ = false; variable
|
/hardware/interfaces/wifi/supplicant/aidl/vts/functional/ |
D | supplicant_aidl_test_utils.h | 88 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/ |
D | ITuner.hal | 54 * @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/ |
D | IWifi.hal | 50 * @return started true if started, false otherwise. 52 isStarted() generates (bool started); 56 * is already started then this must be a noop.
|
D | IWifiStaIface.hal | 263 * 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/ |
D | android.hardware.automotive.evs@1.1-service.rc | 8 disabled # will not automatically start with its class; must be explicitly started.
|
/hardware/interfaces/input/classifier/1.0/default/ |
D | android.hardware.input.classifier@1.0-service.default.rc | 8 # will only be started when requested
|
/hardware/interfaces/power/1.2/ |
D | types.hal | 23 * 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/ |
D | ISoundTriggerHwCallback.hal | 65 * started (see ISoundtriggerHw.startRecognition*()) 76 * started (see ISoundtriggerHw.startRecognition*())
|
D | ISoundTriggerHw.hal | 69 * 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/ |
D | IContexthub.hal | 84 * @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/ |
D | profiler.proto | 30 // Unix epoch timestamp when profile started.
|
/hardware/interfaces/boot/1.1/ |
D | types.hal | 31 * Partitions are being snapshotted, but no merge has been started.
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHwCallback.hal | 95 * started (see ISoundtriggerHw.startRecognition() 105 * started (see ISoundtriggerHw.startRecognition()
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITuner.hal | 38 * @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/ |
D | ITunerSession.hal | 27 * @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/ |
D | IOffloadControl.hal | 36 * 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/ |
D | IStorage.hal | 29 * Garbage collection must be started at regular intervals when it is a good
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 21 * 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/ |
D | pipeline_barrier_common.adoc | 99 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/ |
D | types.hal | 115 * 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/ |
D | IVibrator.hal | 33 * Cancel a previously-started vibration, if any.
|