|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2019 The LineageOS Project |
|
|
|
|
* Copyright (C) 2019-2022 The LineageOS Project |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -14,8 +14,7 @@ |
|
|
|
|
* limitations under the License. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H |
|
|
|
|
#define ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H |
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
#include <chrono> |
|
|
|
|
#include <thread> |
|
|
|
@ -118,5 +117,3 @@ struct BiometricsFingerprint : public IBiometricsFingerprint { |
|
|
|
|
} // namespace biometrics
|
|
|
|
|
} // namespace hardware
|
|
|
|
|
} // namespace android
|
|
|
|
|
|
|
|
|
|
#endif // ANDROID_HARDWARE_BIOMETRICS_FINGERPRINT_V2_3_BIOMETRICSFINGERPRINT_H
|
|
|
|
|