sm7125: fod-extension: change usageBits data type

Signed-off-by: Michael Benedict <michaelbt@live.com>
Change-Id: Ibdb8758e71a1103587e9f6260a4c6b73ce86d7f8
fourteen-wip
Michael Benedict 5 years ago committed by Simon1511
parent 8542cf6773
commit 0f1cb16830
  1. 1
      fod/FingerprintInscreen.cpp
  2. 2
      fod/FodExtension.cpp

@ -21,6 +21,7 @@
#include <hidl/HidlTransportSupport.h>
#include <fstream>
#include <cmath>
#include <thread>
#define FINGERPRINT_ACQUIRED_VENDOR 6

@ -21,7 +21,7 @@ uint32_t getFodZOrder(uint32_t z, bool touched) {
return z;
}
uint32_t getFodUsageBits(uint32_t usageBits, bool touched) {
uint64_t getFodUsageBits(uint64_t usageBits, bool touched) {
if (touched) {
usageBits |= 0x400000000LL;
}

Loading…
Cancel
Save