Searched refs:SW_LID (Results 1 – 3 of 3) sorted by relevance
458 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()
344 public static final int SW_LID = 0x00; field in InputManagerService372 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()
3503 InputManagerService.SW_LID); in getLidState()