Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DTestHal.java112 public int remove(int gid, int fid) throws RemoteException { in remove() argument
115 if (fid == 0) { in remove()
125 mCallback.onRemoved(0 /* deviceId */, fid, gid, 0 /* remaining */); in remove()
H A DBiometricTestSessionImpl.java188 final int fid = fingerprints.get(0).getBiometricId(); in acceptAuthentication() local
190 mHalResultController.onAuthenticated(0 /* deviceId */, fid, userId, hat); in acceptAuthentication()
/aosp14/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp290 FileId fid = {}; in toFileId() local
291 memcpy(&fid, id.data(), std::min(sizeof(fid), id.size())); in toFileId()
292 return fid; in toFileId()
301 auto fid = toFileId(id); in getMetadataById() local
302 auto metadata = mImpl.getMetadata(storageId, fid); in getMetadataById()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp101 arg1 = msg.data.authenticated.finger.fid; in hal_notify_callback()
109 arg1 = msg.data.enroll.finger.fid; in hal_notify_callback()
114 arg1 = msg.data.removed.finger.fid; in hal_notify_callback()
174 finger.fid = fingerId; in nativeRemove()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DBiometricTestSessionImpl.java178 final int fid = faces.get(0).getBiometricId(); in acceptAuthentication() local
180 mHalResultController.onAuthenticated(0 /* deviceId */, fid, userId, hat); in acceptAuthentication()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DBiometricTestSessionImpl.java188 final int fid = fingerprints.get(0).getBiometricId(); in acceptAuthentication() local
189 mSensor.getSessionForUser(userId).getHalSessionCallback().onAuthenticationSucceeded(fid, in acceptAuthentication()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java190 final int fid = faces.get(0).getBiometricId(); in acceptAuthentication() local
191 mSensor.getSessionForUser(userId).getHalSessionCallback().onAuthenticationSucceeded(fid, in acceptAuthentication()
/aosp14/system/core/trusty/storage/lib/
H A Dstorage.c32 static inline file_handle_t make_file_handle(storage_session_t s, uint32_t fid) in make_file_handle() argument
34 return ((uint64_t)s << 32) | fid; in make_file_handle()
/aosp14/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp361 jfieldID fid = in Typeface_forceSetStaticFinalField() local
363 if (fid == 0) { in Typeface_forceSetStaticFinalField()
367 env->SetStaticObjectField(cls, fid, typeface); in Typeface_forceSetStaticFinalField()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java213 int index, Script.FieldID fid, Object obj, in retrieveValueAndDependenceInfo() argument
234 unbound.addReference(this, fid); in retrieveValueAndDependenceInfo()