Searched refs:parseEnrollmentCapture (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/ |
D | FakeFingerprintEngineTest.cpp | 465 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/ |
D | Util.h | 129 static std::vector<std::vector<int32_t>> parseEnrollmentCapture(const std::string& str) { in parseEnrollmentCapture() function
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | FakeFaceEngine.cpp | 112 auto progress = Util::parseEnrollmentCapture(parts[1]); in enrollImpl()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | FakeFingerprintEngine.cpp | 153 auto progress = Util::parseEnrollmentCapture(parts[1]); in onEnrollFingerDown()
|