Home
last modified time | relevance | path

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

123

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_direct_mode_display/
Dacquire_release_displays.adoc25 [open,refpage='vkReleaseDisplayEXT',desc='Release access to an acquired VkDisplayKHR',type='protos']
27 To release a previously acquired display, call:
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DIVirtualHal.aidl151 void setOperationAuthenticateAcquired(in AcquiredInfoAndVendorCode[] acquired); in setOperationAuthenticateAcquired() argument
240 void setOperationDetectInteractionAcquired(in AcquiredInfoAndVendorCode[] acquired); in setOperationDetectInteractionAcquired() argument
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp157 auto acquired = progress[i + 1]; in onEnrollFingerDown() local
158 auto N = acquired.size(); in onEnrollFingerDown()
168 auto ac = convertAcquiredInfo(acquired[j]); in onEnrollFingerDown()
203 auto acquired = Fingerprint::cfg().get<std::string>("operation_authenticate_acquired"); in onAuthenticateFingerDown() local
204 auto acquiredInfos = Util::parseIntSequence(acquired); in onAuthenticateFingerDown()
208 LOG(ERROR) << "Fail to parse authentiate acquired info: " + acquired; in onAuthenticateFingerDown()
282 auto acquired = Fingerprint::cfg().get<std::string>("operation_detect_interaction_acquired"); in onDetectInteractFingerDown() local
283 auto acquiredInfos = Util::parseIntSequence(acquired); in onDetectInteractFingerDown()
288 LOG(ERROR) << "Fail to parse detect interaction acquired info: " + acquired; in onDetectInteractFingerDown()
DREADME.md80 …s at HAL are reported to framework via onAcquired() callback. The valid acquired state info for AI…
97 | | .-------------- acquired info first (TOO_SLOW)
98 | | | .------------ acquired info second (GOOD)
106 For vendor specific acquired info, acquiredInfo = 1000 + vendorAcquiredInfo
Dfingerprint.sysprop161 # acquired info during authentication in format of sequence
180 # acquired info during detect interaction operation in format of sequence
183 # vendorAcquiredCode = (acquired>1000) ? acquired-1000 : 0
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DIVirtualHal.aidl47 …henticateAcquired(in android.hardware.biometrics.fingerprint.AcquiredInfoAndVendorCode[] acquired); in setOperationAuthenticateAcquired() argument
53 …teractionAcquired(in android.hardware.biometrics.fingerprint.AcquiredInfoAndVendorCode[] acquired); in setOperationDetectInteractionAcquired() argument
/hardware/interfaces/biometrics/fingerprint/2.2/
DIBiometricsFingerprintClientCallback.hal27 * Sent when a fingerprint image is acquired by the sensor
29 * @param acquiredInfo a message about the quality of the acquired image
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp116 auto acquired = progress[i + 1]; in enrollImpl() local
117 auto N = acquired.size(); in enrollImpl()
128 auto ac = convertAcquiredInfo(acquired[j]); in enrollImpl()
197 auto acquired = in authenticateImpl() local
199 auto acquiredInfos = Util::parseIntSequence(acquired); in authenticateImpl()
203 LOG(ERROR) << "Fail to parse authentiate acquired info: " + acquired; in authenticateImpl()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc23 * Impossible to release acquired images without presenting them
55 not eventually acquired.
68 application has acquired images from the old swapchain that it is no longer
163 acquired, or recording command buffers using those swapchain images.
190 However, in all implementations, releasing an acquired image without presenting
274 acquired through `vkAcquireNextImageKHR`, specify the
284 defer the above operations for each image until it is first acquired.
309 To release previously acquired images back to the swapchain, call
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_acquire_drm_display.adoc20 When acquired, the display will be under full control of the application
DVK_EXT_swapchain_maintenance1.adoc48 * Allow applications to release previously acquired images without
DVK_EXT_acquire_xlib_display.adoc26 When control is acquired, the display will be deassociated from the X11
DVK_NV_acquire_winrt_display.adoc29 When control is acquired the application has exclusive access to the display
32 already acquired the display.
/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
170 * must be acquired if the device is reconnected. All subsequent
197 * must be acquired with a timeout.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_acquire_xlib_display/
Dacquire_xlib_display.adoc21 when the X11 server from which control was acquired itself loses access to
26 if permission to access it has already been acquired by another entity, the
/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc67 acquired for use by the application.
110 While acquired by the application, presentable images can: be used in any
238 Swapchain creation may: fail if that slink:VkDisplayKHR is not acquired by
300 the intended usage of the (acquired) swapchain images.
355 acquired from it.
367 acquired by the application may: be freed by the implementation, which may:
380 flink:vkQueuePresentKHR any images it had already acquired from
389 from pname:oldSwapchain until a presentable image is acquired from the new
805 outstanding operations on images that were acquired from the swapchain.
807 must: not be acquired or used any more by the application.
[all …]
/hardware/libhardware/include_all/hardware/
Dfingerprint.h116 fingerprint_acquired_t acquired; member
/hardware/libhardware/include/hardware/
Dfingerprint.h116 fingerprint_acquired_t acquired; member
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal53 * A callback invoked when a face is acquired.
61 * service that acquired a face.
64 * @param acquiredInfo A message about the quality of the acquired image.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dqueriesperformance.adoc87 The profiling lock must: be acquired prior to any call to
99 acquired.
127 profiling lock was acquired.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_acquire_winrt_display/
Dacquire_winrt_display.adoc22 If permission to access pname:display has already been acquired by another
46 One example of when a display has already been acquired by another entity is
/hardware/interfaces/wifi/aidl/default/
DTHREADING.README34 AIDL thread would have acquired the global lock which is needed by the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Dcreate_shared_swapchains.adoc41 Images presented to multiple swapchains must: be re-acquired from all of
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal52 /** Buffer is acquired by the specified client. */

123