Home
last modified time | relevance | path

Searched refs:closeLightSession (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceLightsManager.java125 mInputManager.closeLightSession(mDeviceId, getToken()); in close()
H A DIInputManager.aidl146 void closeLightSession(int deviceId, in IBinder token); in closeLightSession() method
H A DInputManager.java1646 void closeLightSession(int deviceId, @NonNull IBinder token) { in closeLightSession() method in InputManager
1648 mIm.closeLightSession(deviceId, token); in closeLightSession()
/aosp12/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceLightsManagerTest.java197 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlMultipleLights()
238 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlPlayerIdLight()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2474 closeLightSession(mDeviceId, mToken); in binderDied()
2574 public void closeLightSession(int deviceId, IBinder token) { in closeLightSession() method in InputManagerService