Home
last modified time | relevance | path

Searched refs:in_loc (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/default/
DVirtualHal.cpp260 ::ndk::ScopedAStatus VirtualHal::setSensorLocation(const SensorLocation& in_loc) { in setSensorLocation() argument
261 std::string str = std::to_string(in_loc.sensorLocationX) + ":" + in setSensorLocation()
262 std::to_string(in_loc.sensorLocationY) + ":" + in setSensorLocation()
263 std::to_string(in_loc.sensorRadius); in setSensorLocation()
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DVirtualHal.h64 const ::aidl::android::hardware::biometrics::fingerprint::SensorLocation& in_loc)