Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3RawSnapshotTest.cpp227 int32_t ready = 0; in rawProcessBuffers() local
231 ready = poll(&pollfds, (nfds_t)num_of_fds, -1); in rawProcessBuffers()
232 if (ready > 0) { in rawProcessBuffers()
DQCameraHAL3SnapshotTest.cpp217 int32_t ready = 0; in hal3appSnapshotProcessBuffers() local
221 ready = poll(&pollfds, (nfds_t)num_of_fds, -1); in hal3appSnapshotProcessBuffers()
222 if (ready > 0) { in hal3appSnapshotProcessBuffers()
/hardware/interfaces/automotive/evs/1.0/
DIEvsCameraStream.hal26 * Receives calls from the HAL each time a video frame is ready for inspection.
DIEvsDisplay.hal72 * This call tells the display that the buffer is ready for display.
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h185 bool ready; // If the shutter is ready. member
187 Shutter() : ready(false), timestamp(0) {}; in Shutter()
221 bool ready; // If the buffer is ready. member
223 Buffer() : ready(false), buffer({}) {}; in Buffer()
DQCamera3HWI.cpp15472 uint8_t ready = true; in onNextCaptureReady() local
15473 metadata.update(NEXUS_EXPERIMENTAL_2017_NEXT_STILL_INTENT_REQUEST_READY, &ready, 1); in onNextCaptureReady()
15839 if (shutter->second.ready) { in markShutterReady()
15845 shutter->second.ready = true; in markShutterReady()
15851 if (!shutter->second.ready) { in markShutterReady()
15880 __FUNCTION__, shutter.first, shutter.second.ready, in clear()
15887 __FUNCTION__, shutter.first, shutter.second.ready, in clear()
15950 pendingBuffer->second.ready = true; in markBufferReady()
15956 if (!pendingBuffer->second.ready) { in markBufferReady()
15981 __FUNCTION__, buffers.first, buffer.first, buffer.second.ready); in clear()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp594 bool ready = false; in canProcess() local
596 ready = true; in canProcess()
599 return ready; in canProcess()
/hardware/interfaces/nfc/1.0/
DINfc.hal26 * If open completes successfully, the controller should be ready to perform
/hardware/interfaces/power/1.0/
DIPower.hal26 * and ready for interaction, often with UI devices such as
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal101 * return false to avoid extra resource usage. Daydream ready devices must
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp179 if (status == std::future_status::ready) { in waitForCallback()
/hardware/interfaces/audio/2.0/
DIStreamIn.hal139 * @return retval INVALID_STATE if the device is not ready/available,
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp63 if (status == std::future_status::ready) { in waitForCallback()
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal161 * ready to accept a future valid stream configuration in a later
176 * this call until it is ready to accept the next set of requests to
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal134 * set this to Fence::NO_FENCE if the buffer is ready immediately. */
/hardware/qcom/audio/hal/
Daudio_hw.c1124 const bool ready = read_usb_sup_sample_rates( in is_usb_ready() local
1127 return ready; in is_usb_ready()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1226 * ready to render to instrument cluster. Before this message, rendering
2827 * engine might be running or ready to be started.
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal717 * presented on the previous frame is ready to be written.
/hardware/interfaces/radio/1.0/
DIRadio.hal1133 * ready to receive unsolicited stkXXXXX commands.
Dtypes.hal113 NETWORK_NOT_READY = 60, // Network is not ready to perform the request