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/ |
D | IFace.aidl | 38 …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/ |
D | IFace.aidl | 38 …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/ |
D | IFingerprint.aidl | 38 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession()
|
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ |
D | IFingerprint.aidl | 54 ISession createSession(in int sensorId, in int userId, in ISessionCallback cb); in createSession()
|
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
D | IFace.aidl | 54 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/ |
D | IFingerprint.aidl | 38 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession()
|
/hardware/interfaces/biometrics/fingerprint/2.3/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_3TargetTest.cpp | 49 uint32_t sensorId = 1234; in TEST_P() local
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | Fingerprint.cpp | 61 ndk::ScopedAStatus Fingerprint::createSession(int32_t sensorId, int32_t userId, in createSession()
|
D | Session.cpp | 25 Session::Session(int sensorId, int userId, std::shared_ptr<ISessionCallback> cb, in Session()
|