/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 79 @callflow(next={"authenticate", "setActiveGroup", "enumerate", "remove"}) 101 @callflow(next={"authenticate", "enroll", "enumerate", "remove", 117 enumerate() generates (RequestStatus debugErrno); 135 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId", 149 @callflow(next={"authenticate", "preEnroll", "enumerate", "remove"})
|
/hardware/interfaces/biometrics/fingerprint/2.2/default/ |
D | BiometricsFingerprint.cpp | 83 Return<RequestStatus> BiometricsFingerprint::enumerate() { in enumerate() function in android::hardware::biometrics::fingerprint::V2_2::implementation::BiometricsFingerprint
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFace.hal | 66 @callflow(next={"authenticate", "generateChallenge", "enumerate", "remove"}) 139 @callflow(next={"authenticate", "setActiveUser", "enumerate", "remove"}) 198 * Cancels the current enroll, authenticate, remove, or enumerate operation. 202 @callflow(next={"authenticate", "enroll", "enumerate", "remove", 215 enumerate() generates (Status status); 227 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId",
|
D | IBiometricsFaceClientCallback.hal | 104 * A callback invoked to enumerate all current face templates.
|
D | types.hal | 117 * request (authenticate, remove, enumerate, enroll) is initiated while
|
/hardware/interfaces/biometrics/face/1.0/default/ |
D | BiometricsFace.h | 64 Return<Status> enumerate() override;
|
D | BiometricsFace.cpp | 91 Return<Status> BiometricsFace::enumerate() { in enumerate() function in android::hardware::biometrics::face::implementation::BiometricsFace
|
/hardware/libhardware/include/hardware/ |
D | fingerprint.h | 223 int (*enumerate)(struct fingerprint_device *dev); member
|
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | BiometricsFingerprint.h | 59 Return<RequestStatus> enumerate() override;
|
D | BiometricsFingerprint.cpp | 180 Return<RequestStatus> BiometricsFingerprint::enumerate() { in enumerate() function in android::hardware::biometrics::fingerprint::V2_1::implementation::BiometricsFingerprint 181 return ErrorFilter(mDevice->enumerate(mDevice)); in enumerate()
|
/hardware/interfaces/cas/1.2/ |
D | ICasListener.hal | 31 * Client must enumerate plugins after receive the event.
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
D | README.md | 7 Functionality of store is to enumerate all the omx components (and the roles it supports) available…
|
/hardware/interfaces/biometrics/face/1.0/vts/functional/ |
D | VtsHalBiometricsFaceV1_0TargetTest.cpp | 272 Return<Status> ret = mService->enumerate(); in TEST_P()
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 304 Return<RequestStatus> res = mService->enumerate(); in TEST_P()
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProvider.hal | 55 * Multiple providers must not enumerate the same device ID.
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3435 * Used by seat occupancy to enumerate the current occupancy state of the seat. 3445 * Used by EVS_SERVICE_REQUEST to enumerate the service's type. 3454 * Used by EVS_SERVICE_REQUEST to enumerate the service's state. 3472 * Used by lights state properties to enumerate the current state of the lights. 3485 * Used by lights switch properties to enumerate user selected switch setting. 3506 * Used by INFO_EV_CONNECTOR_TYPE to enumerate the type of connectors 3536 * Used by INFO_FUEL_DOOR_LOCATION/INFO_CHARGE_PORT_LOCATION to enumerate fuel door or 3554 * Used by INFO_FUEL_TYPE to enumerate the type of fuels this vehicle uses.
|