Home
last modified time | relevance | path

Searched refs:parseEnrollmentCapture (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DFakeFingerprintEngineTest.cpp465 ecV = Util::parseEnrollmentCapture("100,200,300"); in TEST_F()
473 ecV = Util::parseEnrollmentCapture("100"); in TEST_F()
478 ecV = Util::parseEnrollmentCapture("100-[5,6,7]"); in TEST_F()
485 ecV = Util::parseEnrollmentCapture("100-[5,6,7], 200, 300-[9,10]"); in TEST_F()
492 ecV = Util::parseEnrollmentCapture("100-[5,6,7], 200-[2,1], 300-[9]"); in TEST_F()
506 ecV = Util::parseEnrollmentCapture(s); in TEST_F()
/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h129 static std::vector<std::vector<int32_t>> parseEnrollmentCapture(const std::string& str) { in parseEnrollmentCapture() function
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp112 auto progress = Util::parseEnrollmentCapture(parts[1]); in enrollImpl()
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp153 auto progress = Util::parseEnrollmentCapture(parts[1]); in onEnrollFingerDown()