Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceLightsManager.java124 mGlobal.closeLightSession(mDeviceId, getToken()); in close()
H A DIInputManager.aidl208 void closeLightSession(int deviceId, in IBinder token); in closeLightSession() method
H A DInputManagerGlobal.java1071 void closeLightSession(int deviceId, @NonNull IBinder token) { in closeLightSession() method in InputManagerGlobal
1073 mIm.closeLightSession(deviceId, token); in closeLightSession()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceLightsManagerTest.java203 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlMultipleLights()
244 verify(mIInputManagerMock).closeLightSession(eq(DEVICE_ID), eq(token)); in testControlPlayerIdLight()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1970 closeLightSession(mDeviceId, mToken); in binderDied()
2070 public void closeLightSession(int deviceId, IBinder token) { in closeLightSession() method in InputManagerService