/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_direct_mode_display/ |
D | acquire_release_displays.adoc | 25 [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/ |
D | IVirtualHal.aidl | 151 void setOperationAuthenticateAcquired(in AcquiredInfoAndVendorCode[] acquired); in setOperationAuthenticateAcquired() argument 240 void setOperationDetectInteractionAcquired(in AcquiredInfoAndVendorCode[] acquired); in setOperationDetectInteractionAcquired() argument
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | FakeFingerprintEngine.cpp | 157 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()
|
D | README.md | 80 …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
|
D | fingerprint.sysprop | 161 # 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/ |
D | IVirtualHal.aidl | 47 …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/ |
D | IBiometricsFingerprintClientCallback.hal | 27 * 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/ |
D | FakeFaceEngine.cpp | 116 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/ |
D | VK_EXT_swapchain_maintenance1.adoc | 23 * 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/ |
D | VK_EXT_acquire_drm_display.adoc | 20 When acquired, the display will be under full control of the application
|
D | VK_EXT_swapchain_maintenance1.adoc | 48 * Allow applications to release previously acquired images without
|
D | VK_EXT_acquire_xlib_display.adoc | 26 When control is acquired, the display will be deassociated from the X11
|
D | VK_NV_acquire_winrt_display.adoc | 29 When control is acquired the application has exclusive access to the display 32 already acquired the display.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 44 * 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/ |
D | acquire_xlib_display.adoc | 21 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/ |
D | IBiometricsFingerprintClientCallback.hal | 33 * 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/ |
D | wsi.adoc | 67 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/ |
D | fingerprint.h | 116 fingerprint_acquired_t acquired; member
|
/hardware/libhardware/include/hardware/ |
D | fingerprint.h | 116 fingerprint_acquired_t acquired; member
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 53 * 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/ |
D | queriesperformance.adoc | 87 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/ |
D | acquire_winrt_display.adoc | 22 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/ |
D | THREADING.README | 34 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/ |
D | create_shared_swapchains.adoc | 41 Images presented to multiple swapchains must: be re-acquired from all of
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | types.hal | 52 /** Buffer is acquired by the specified client. */
|