/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 62 * Require the user to look at the device during enrollment and 76 * Face errors represent events that can't be immediately recovered by user 80 * notify the user where possible. 105 * should restart the operation on the next user interaction. 141 * Face authentication is disabled until the user unlocks with strong 151 * This information indicates that the user can take immediate action to resolve 153 * user. 158 * The face acquired was good; no further user interaction is necessary. 174 * The user is expected to take action to retry the operation in better 184 * The user is expected to take action to retry the operation in better [all …]
|
D | IBiometricsFace.hal | 29 * Registers a user function that must receive notifications from the HAL. 47 * Sets the active user, which all subsequent HAL operations are applied to. 50 * the given user. Clients must not call any part of this interface, except 51 * for setCallback(), without first having set an active user. The 57 * response to a user change in order to update the framework with the 58 * timeout of the new user (or 0 if the user is not locked out). 60 * @param userId A non-negative user identifier that must be unique and 61 * persistent for a given user. 63 * directory. This must be the /data/vendor_de/<user>/facedata 75 * generated in response to checking the user's PIN/pattern/password [all …]
|
D | IBiometricsFaceClientCallback.hal | 31 * @param userId The active user id for the template being enrolled. 45 * @param userId The active user id for the authenticated face. 57 * to allow clients to inform the user that some actionable change must be 62 * @param userId The id of the active user associated with the attempted 80 * @param userId The id of the active user when the error occured, or 81 * UserHandle::NONE if an active user had not been set yet. 86 * this scan be used to show the user an error message specific to the 99 * @param userId The active user id for the removed face template. 109 * @param userId The active user id for the enumerated face template. 121 * LOCKOUT or LOCKOUT_PERMANENT. If the user is permanently locked out, [all …]
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControl.hal | 24 * This interface is used to tell the GNSS HAL implementation whether the framework user has 26 * non-framework (NFW), non-user initiated emergency use cases, and to notify the framework user 29 * For user initiated emergency cases (and for the configured extended emergency session duration), 37 * enableNfwLocationAccess() whenever the user control proxy applications have, or do not have, 38 * location permission. The proxy applications are used to provide user visibility and control of 41 * For device user visibility, the GNSS HAL implementation must call the method 44 * the network initiated location requests for user-initiated emergency use cases as well. 47 * status, or other information that can be used to derive user location to any entity when not 56 * framework user, through the given proxy application(s) and/or device location settings, 57 * explicitly grants/revokes the location access permission for non-framework, non-user [all …]
|
/hardware/libhardware/include/hardware/ |
D | camera.h | 55 void *user); 60 void *user); 64 camera_frame_metadata_t *metadata, void *user); 69 void *user); 110 void *user);
|
/hardware/google/pixel/perfstatsd/ |
D | cpu_usage.cpp | 107 uint64_t user = utime + cutime; in profileProcess() local 109 uint64_t totalUsage = user + system; in profileProcess() 111 uint64_t diffUser = user - mPrevProcdata[pid].user; in profileProcess() 116 ldata.user = user; in profileProcess() 133 data.user = diffUser; in profileProcess() 145 data.name.c_str(), data.user, data.system)); in profileProcess() 168 uint64_t user = 0; in getOverallUsage() local 181 if (!base::ParseUint(fields[base], &user) || in getOverallUsage() 193 uint64_t cpuTime = user + nice + system + idle + iowait + irq + softirq + steal; in getOverallUsage() 195 uint64_t userUsage = user + nice; in getOverallUsage()
|
/hardware/interfaces/authsecret/1.0/ |
D | IAuthSecret.hal | 20 * the primary user's credential. For example, security hardware could require 27 * When the primary user is unlocked, this method is passed a secret to 28 * prove that is has been successfully unlocked. The primary user can either 33 * that depends on the primary user's secret. The same secret must be passed 38 * created for the new primary user which must be used to newly provision 43 * @param secret blob derived from the primary user's credential.
|
/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 41 /** trigger only if one user in model identified */ 43 /** trigger only if one user in mode authenticated */ 50 * Confidence level for each user in structure PhraseRecognitionExtra 53 /** user ID */ 72 * list of confidence levels per user for
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 21 * Enrolls desiredPassword, which may be derived from a user selected pin 30 * @param uid The Android user identifier 32 * @param currentPasswordHandle The currently enrolled password handle the user 36 * @param currentPassword The user's current password in plain text. 39 * @param desiredPassword The new password the user wishes to enroll in 67 * @param uid The Android user identifier 74 * user wishes to verify against. Must be non-empty. 96 * the user cannot be verified anymore. 99 * @param uid The Android user identifier
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationUI.hal | 24 * Asynchronously initiates a confirmation UI dialog prompting the user to confirm a given text. 26 * high confidence that a user has seen the given prompt text even if the Android framework 30 * the result of the current pending user prompt. 32 * @param promptText UTF-8 encoded string which is to be presented to the user. 52 * the prompt text to the user. 75 * Aborts a pending user prompt. This allows the framework to gracefully end a TUI dialog.
|
D | IConfirmationResultCallback.hal | 25 * This callback is called by the confirmation provider when it stops prompting the user. 26 * Iff the user has confirmed the prompted text, error is ErrorCode::OK and the 31 * @param error - OK: IFF the user has confirmed the prompt. 32 * - Canceled: If the user has pressed the cancel button.
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | types.hal | 42 * operation and ask for the user to correct the situation. These will almost 43 * always result in messaging and user interaction to correct the problem. 47 * user interaction. For example, if the sensor is dirty during enrollment and 58 /** The operation has timed out waiting for user input. */ 74 * Anything but ACQUIRED_GOOD must be shown to the user as feedback on how to 76 * be used to tell the user to clean the sensor if it is detected to be dirty. 112 /** Vendor specific message. Used for user guidance */
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 90 void* user; /* user's own data handle */ member 149 int32 rc = (loc_glue_callback_table[index].cb_func)(loc_glue_callback_table[index].user, in rpc_loc_event_cb_f_type_svc() 250 loc_glue_callback_table[i].rpc_cb(loc_glue_callback_table[i].user, client, event); in loc_api_glue_rpc_cb() 280 loc_glue_callback_table[i].user = NULL; in loc_api_glue_init() 331 if (loc_glue_callback_table[i].user == userData) in loc_open() 337 loc_glue_callback_table[i].user == NULL) { in loc_open() 355 loc_glue_callback_table[i].user = userData; in loc_open() 422 loc_glue_callback_table[i].user = NULL; in loc_clear()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.h | 113 void *user; member 167 void *user); 196 camera_frame_metadata_t *metadata, void *user, 278 camera_frame_metadata_t *metadata, void *user,
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 110 vals = sscanf(line, "cpu%d %" SCNu64 " %" SCNu64 " %" SCNu64 " %" SCNu64, &cpu_num, &user, in get_cpu_usages() 123 active = user + nice + system; in get_cpu_usages()
|
/hardware/qcom/sdm845/thermal/ |
D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local 113 vals = sscanf(line, "cpu%d %" SCNu64 " %" SCNu64 " %" SCNu64 " %" SCNu64, &cpu_num, &user, in get_cpu_usages() 131 active = user + nice + system; in get_cpu_usages()
|