Home
last modified time | relevance | path

Searched refs:acquire (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/wifi/1.3/default/
DTHREADING.README25 a) All of the asynchronous "C" style callbacks will acquire the global lock
27 b) All of the HIDL methods will also acquire the global lock before processing
30 Note: It's important that we only acquire the global lock for asynchronous
/hardware/interfaces/camera/common/1.0/default/include/
DCameraMetadata.h95 void acquire(camera_metadata_t* buffer);
101 void acquire(CameraMetadata &other);
/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp53 acquire(buffer); in CameraMetadata()
119 void CameraMetadata::acquire(camera_metadata_t *buffer) { in acquire() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
132 void CameraMetadata::acquire(CameraMetadata &other) { in acquire() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
137 acquire(other.release()); in acquire()
/hardware/interfaces/camera/device/3.2/
Dtypes.hal476 * The acquire sync fence for this buffer. The HAL must wait on this fence
786 * The HAL is required to wait on the acquire sync fence of the input buffer
794 * data from this capture/reprocess. The HAL must wait on the acquire fences
907 * 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 the
911 * The acquire fence must be set to null for all output buffers.
DICameraDeviceSession.hal321 * the acquire fences passed by the framework, or -1 if they have been
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal182 * Returns an acquire sync fence file descriptor which must signal when the
202 * // Implicitly wait on the acquire fence before accessing the buffer
/hardware/interfaces/sensors/2.0/
DISensors.hal102 * zero. It is important to note that the HAL must acquire the wake lock and
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal560 * whether to acquire buffers from the sideband stream or from the queued
651 * attempt to acquire buffers even if it is not aware of any being
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal788 * Also provides a file descriptor referring to an acquire sync fence
915 * Also provides a file descriptor referring to an acquire sync fence
/hardware/interfaces/radio/1.4/
Dtypes.hal1165 * Device failed to acquire a co-located HDR for origination.
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp3408 modifiedSessionParams.acquire(modifiedSessionParamsBuffer); in TEST_F()
3423 sessionParams.acquire(sessionParamsBuffer); in TEST_F()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp4618 metadata.acquire(resultMetadata); in removeUnrequestedMetadata()