mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
MH2 | Fix wakelock name
Name is supposed to be "SensorsHAL_WAKEUP". Bug: 142505817 Test: N/A Change-Id: I79f01509bffba499678fa519d038db37e2a9efbd
This commit is contained in:
@@ -233,7 +233,7 @@ class HalProxy : public ISensors, public IScopedWakelockRefCounter {
|
||||
|
||||
int64_t mWakelockTimeoutResetTime = getTimeNow();
|
||||
|
||||
const char* kWakelockName = "SensorsMultiHal";
|
||||
const char* kWakelockName = "SensorsHAL_WAKEUP";
|
||||
|
||||
/**
|
||||
* Initialize the list of SubHal objects in mSubHalList by reading from dynamic libraries
|
||||
|
||||
Reference in New Issue
Block a user