Searched refs:halCreateHintSessionWithConfig (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/ |
D | HintManagerServiceTest.java | 185 when(mNativeWrapperMock.halCreateHintSessionWithConfig(eq(TGID), eq(UID), 189 when(mNativeWrapperMock.halCreateHintSessionWithConfig(eq(TGID), eq(UID), 193 when(mNativeWrapperMock.halCreateHintSessionWithConfig(eq(TGID), eq(UID), 217 when(mNativeWrapperMock.halCreateHintSessionWithConfig(anyInt(), anyInt(), 238 public long halCreateHintSessionWithConfig(int tgid, int uid, int[] tids, 363 verify(mNativeWrapperMock, times(3)).halCreateHintSessionWithConfig(anyInt(), anyInt(), 586 when(mNativeWrapperMock.halCreateHintSessionWithConfig(eq(TGID), eq(UID), eq(tids1), 622 when(mNativeWrapperMock.halCreateHintSessionWithConfig(eq(TGID), eq(UID), eq(tids1), 643 when(mNativeWrapperMock.halCreateHintSessionWithConfig(eq(TGID), eq(UID),
|
/frameworks/base/services/core/java/com/android/server/power/hint/ |
D | HintManagerService.java | 310 public long halCreateHintSessionWithConfig( in halCreateHintSessionWithConfig() method in HintManagerService.NativeWrapper 853 halSessionPtr = mNativeWrapper.halCreateHintSessionWithConfig( in createHintSessionWithConfig()
|