Loading biometrics/Android.bp +1 −0 Original line number Diff line number Diff line // This is an autogenerated file, do not edit. subdirs = [ "fingerprint/2.1", "fingerprint/2.1/vts/functional" ] biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2016 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading biometrics/fingerprint/2.1/default/BiometricsFingerprint.h +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2016 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading biometrics/fingerprint/2.1/default/service.cpp +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2016 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading biometrics/fingerprint/2.1/types.hal +2 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ enum RequestStatus : int32_t { * followed by ERROR_CANCELED. */ enum FingerprintError : int32_t { /* Used for testing, no error returned */ ERROR_NO_ERROR = 0, /* The hardware has an error that can't be resolved. */ ERROR_HW_UNAVAILABLE = 1, /* Bad data; operation can't continue */ Loading Loading
biometrics/Android.bp +1 −0 Original line number Diff line number Diff line // This is an autogenerated file, do not edit. subdirs = [ "fingerprint/2.1", "fingerprint/2.1/vts/functional" ]
biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2016 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading
biometrics/fingerprint/2.1/default/BiometricsFingerprint.h +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2016 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading
biometrics/fingerprint/2.1/default/service.cpp +1 −1 Original line number Diff line number Diff line /* * Copyright (C) 2016 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Loading
biometrics/fingerprint/2.1/types.hal +2 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,8 @@ enum RequestStatus : int32_t { * followed by ERROR_CANCELED. */ enum FingerprintError : int32_t { /* Used for testing, no error returned */ ERROR_NO_ERROR = 0, /* The hardware has an error that can't be resolved. */ ERROR_HW_UNAVAILABLE = 1, /* Bad data; operation can't continue */ Loading