Home
last modified time | relevance | path

Searched refs:fingerprint_module_t (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/libhardware/tests/fingerprint/
H A Dfingerprint_test_fixtures.h41 fp_module_ = reinterpret_cast<const fingerprint_module_t*>(hw_module); in SetUp()
43 const fingerprint_module_t* fp_module() { return fp_module_; } in fp_module()
45 const fingerprint_module_t *fp_module_;
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp50 fingerprint_module_t const* module;
212 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module); in nativeOpenHal()
/aosp12/hardware/libhardware/include/hardware/
H A Dfingerprint.h275 } fingerprint_module_t; typedef
/aosp12/hardware/libhardware/modules/fingerprint/
H A Dfingerprint.c114 fingerprint_module_t HAL_MODULE_INFO_SYM = {
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.cpp228 fingerprint_module_t const *module = in openHal()
229 reinterpret_cast<const fingerprint_module_t*>(hw_mdl); in openHal()