Home
last modified time | relevance | path

Searched defs:sensorId (Results 1 – 17 of 17) 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/android/hardware/biometrics/face/
DIFace.aidl61 ISession createSession(in int sensorId, in int userId, in ISessionCallback cb); in createSession()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DIFace.aidl39 …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/3/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl39 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl39 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl38 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DIFace.aidl39 …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/2/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/3/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/4/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl39 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … 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/aidl/android/hardware/biometrics/fingerprint/
DIFingerprint.aidl56 ISession createSession(in int sensorId, in int userId, in ISessionCallback cb); 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.cpp71 auto sensorId = Fingerprint::cfg().get<std::int32_t>("sensor_id"); in getSensorProps() local
98 ndk::ScopedAStatus Fingerprint::createSession(int32_t sensorId, int32_t userId, in createSession()
DSession.cpp36 Session::Session(int sensorId, int userId, std::shared_ptr<ISessionCallback> cb, in Session()
/hardware/interfaces/audio/aidl/vts/
DVtsHalSpatializerTargetTest.cpp57 int sensorId = std::get<PARAM_HEADTRACK_SENSORID>(GetParam()); in SpatializerParamTest() local
167 std::string sensorId = ToString(std::get<PARAM_HEADTRACK_SENSORID>(info.param)); in __anonf77b5c970202() local
/hardware/interfaces/biometrics/face/aidl/default/
DFace.cpp83 ndk::ScopedAStatus Face::createSession(int32_t sensorId, int32_t userId, in createSession()