Home
last modified time | relevance | path

Searched refs:SW_LID (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/healthd/
H A Dhealthd_mode_charger.cpp458 if (code == SW_LID) { in SetSwCallback()
471 if (ev->type == EV_SW && ev->code == SW_LID) { in UpdateInputState()
537 if (code == SW_LID) { in ProcessHallSensor()
553 ProcessHallSensor(SW_LID); in HandleInputState()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java344 public static final int SW_LID = 0x00; field in InputManagerService
372 public static final int SW_LID_BIT = 1 << SW_LID;
499 boolean lidOpen = getSwitchState(-1 /* deviceId */, InputDevice.SOURCE_ANY, SW_LID) in registerLidSwitchCallbackInternal()
537 int switchState = getSwitchState(-1 /* deviceId */, InputDevice.SOURCE_ANY, SW_LID); in systemRunning()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3503 InputManagerService.SW_LID); in getLidState()