/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3RawSnapshotTest.cpp | 227 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()
|
D | QCameraHAL3SnapshotTest.cpp | 217 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/ |
D | IEvsCameraStream.hal | 26 * Receives calls from the HAL each time a video frame is ready for inspection.
|
D | IEvsDisplay.hal | 72 * This call tells the display that the buffer is ready for display.
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 185 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()
|
D | QCamera3HWI.cpp | 15472 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/ |
D | QCameraDualFOVPP.cpp | 594 bool ready = false; in canProcess() local 596 ready = true; in canProcess() 599 return ready; in canProcess()
|
/hardware/interfaces/nfc/1.0/ |
D | INfc.hal | 26 * If open completes successfully, the controller should be ready to perform
|
/hardware/interfaces/power/1.0/ |
D | IPower.hal | 26 * and ready for interaction, often with UI devices such as
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 101 * return false to avoid extra resource usage. Daydream ready devices must
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 179 if (status == std::future_status::ready) { in waitForCallback()
|
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 139 * @return retval INVALID_STATE if the device is not ready/available,
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 63 if (status == std::future_status::ready) { in waitForCallback()
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceSession.hal | 161 * 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/ |
D | IGraphicBufferProducer.hal | 134 * set this to Fence::NO_FENCE if the buffer is ready immediately. */
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 1124 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/ |
D | types.hal | 1226 * 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/ |
D | IComposerClient.hal | 717 * presented on the previous frame is ready to be written.
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1133 * ready to receive unsolicited stkXXXXX commands.
|
D | types.hal | 113 NETWORK_NOT_READY = 60, // Network is not ready to perform the request
|