Home
last modified time | relevance | path

Searched refs:acquired (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal44 * instance must be acquired if the device is reconnected. All
73 * instance must be acquired if the device is reconnected. All
137 * instance must be acquired if the device is reconnected. All
168 * must be acquired if the device is reconnected. All subsequent
195 * must be acquired with a timeout.
DICameraDeviceSession.hal56 * instance must be acquired if the device is reconnected. All
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprintClientCallback.hal33 * Sent when a fingerprint image is acquired by the sensor
35 * @param acquiredInfo a message about the quality of the acquired image
/hardware/libhardware/include/hardware/
Dfingerprint.h116 fingerprint_acquired_t acquired; member
/hardware/interfaces/wifi/1.1/default/
DTHREADING.README34 HIDL thread would have acquired the global lock which is needed by the
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp598 bool acquired = false; in acquireSurfaceBuffer() local
600 while (acquired == false) { in acquireSurfaceBuffer()
608 acquired = true; in acquireSurfaceBuffer()
618 acquired = false; in acquireSurfaceBuffer()
623 if (acquired) { in acquireSurfaceBuffer()
635 if (acquired == false) { in acquireSurfaceBuffer()
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal50 * instance must be acquired if the device is reconnected. All
73 * instance must be acquired if the device is reconnected. All
132 * instance must be acquired if the device is reconnected. All
176 * must be acquired if the device is reconnected. All subsequent
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal99 * primitives used (such as mutex locks or semaphores) must be acquired
Dtypes.hal991 * based on audio H/W variant information acquired from AUDIO_HW_VARIANT
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp282 VendorAcquiredFilter(msg->data.acquired.acquired_info, &vendorCode); in notify()