Searched refs:acquire (Results 1 – 12 of 12) sorted by relevance
25 a) All of the asynchronous "C" style callbacks will acquire the global lock27 b) All of the HIDL methods will also acquire the global lock before processing30 Note: It's important that we only acquire the global lock for asynchronous
95 void acquire(camera_metadata_t* buffer);101 void acquire(CameraMetadata &other);
53 acquire(buffer); in CameraMetadata()119 void CameraMetadata::acquire(camera_metadata_t *buffer) { in acquire() function in android::hardware::camera::common::V1_0::helper::CameraMetadata132 void CameraMetadata::acquire(CameraMetadata &other) { in acquire() function in android::hardware::camera::common::V1_0::helper::CameraMetadata137 acquire(other.release()); in acquire()
476 * The acquire sync fence for this buffer. The HAL must wait on this fence786 * The HAL is required to wait on the acquire sync fence of the input buffer794 * data from this capture/reprocess. The HAL must wait on the acquire fences907 * the HAL did not wait on the acquire fence before encountering the error,908 * the acquire fence must be copied into the release fence, to allow the911 * The acquire fence must be set to null for all output buffers.
321 * the acquire fences passed by the framework, or -1 if they have been
182 * Returns an acquire sync fence file descriptor which must signal when the202 * // Implicitly wait on the acquire fence before accessing the buffer
102 * zero. It is important to note that the HAL must acquire the wake lock and
560 * whether to acquire buffers from the sideband stream or from the queued651 * attempt to acquire buffers even if it is not aware of any being
788 * Also provides a file descriptor referring to an acquire sync fence915 * Also provides a file descriptor referring to an acquire sync fence
1165 * Device failed to acquire a co-located HDR for origination.
3408 modifiedSessionParams.acquire(modifiedSessionParamsBuffer); in TEST_F()3423 sessionParams.acquire(sessionParamsBuffer); in TEST_F()
4618 metadata.acquire(resultMetadata); in removeUnrequestedMetadata()