Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DFakeFingerprintEngineUdfpsTest.cpp118 SensorLocation sc = mEngine.getSensorLocation(); in TEST_F()
125 sc = mEngine.getSensorLocation(); in TEST_F()
137 sc = mEngine.getSensorLocation(); in TEST_F()
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DFakeFingerprintEngine.h65 virtual SensorLocation getSensorLocation();
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFingerprint.cpp82 SensorLocation sensorLocation = mEngine->getSensorLocation(); in getSensorProps()
DFakeFingerprintEngine.cpp440 SensorLocation FakeFingerprintEngine::getSensorLocation() { in getSensorLocation() function in aidl::android::hardware::biometrics::fingerprint::FakeFingerprintEngine