Home
last modified time | relevance | path

Searched defs:sensorId (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DIFace.aidl38 …android.hardware.biometrics.face.ISession createSession(in int sensorId, in int userId, in android… in createSession()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DIFace.aidl38 …android.hardware.biometrics.face.ISession createSession(in int sensorId, in int userId, in android… in createSession()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl38 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession()
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl54 ISession createSession(in int sensorId, in int userId, in ISessionCallback cb); in createSession()
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DIFace.aidl54 ISession createSession(in int sensorId, in int userId, in ISessionCallback cb); in createSession()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl38 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession()
/hardware/interfaces/biometrics/fingerprint/2.3/vts/functional/
DVtsHalBiometricsFingerprintV2_3TargetTest.cpp49 uint32_t sensorId = 1234; in TEST_P() local
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFingerprint.cpp61 ndk::ScopedAStatus Fingerprint::createSession(int32_t sensorId, int32_t userId, in createSession()
DSession.cpp25 Session::Session(int sensorId, int userId, std::shared_ptr<ISessionCallback> cb, in Session()