Home
last modified time | relevance | path

Searched refs:IHintSession (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/os/
DIHintManager.aidl20 import android.os.IHintSession;
35 IHintSession createHintSessionWithConfig(in IBinder token, in int[] threadIds, in createHintSessionWithConfig()
43 void setHintSessionThreads(in IHintSession hintSession, in int[] tids); in setHintSessionThreads()
44 int[] getHintSessionThreadIds(in IHintSession hintSession); in getHintSessionThreadIds()
DIHintSession.aidl23 oneway interface IHintSession { interface
DOWNERS92 per-file IHintSession.aidl = file:/ADPF_OWNERS
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp36 using aidl::android::os::IHintSession;
48 std::shared_ptr<IHintSession>* _aidl_return),
52 (const std::shared_ptr<IHintSession>& hintSession,
56 (const std::shared_ptr<IHintSession>& hintSession, ::std::vector<int32_t>* tids),
65 class MockIHintSession : public IHintSession {
111 SetArgPointee<5>(std::shared_ptr<IHintSession>(mMockSession)), in createSession()
/frameworks/base/native/android/
Dperformance_hint.cpp90 std::shared_ptr<IHintSession> session, int64_t preferredRateNanos,
110 std::shared_ptr<IHintSession> mHintSession;
187 std::shared_ptr<IHintSession> session; in createSession()
212 std::shared_ptr<IHintSession> session, in APerformanceHintSession()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/
DHintManagerServiceTest.java58 import android.os.IHintSession;
326 IHintSession a = service.getBinderServiceInstance().createHintSessionWithConfig(token,
330 IHintSession b = service.getBinderServiceInstance().createHintSessionWithConfig(token,
334 IHintSession c = service.getBinderServiceInstance().createHintSessionWithConfig(token,
347 IHintSession a = service.getBinderServiceInstance().createHintSessionWithConfig(token,
353 IHintSession b = service.getBinderServiceInstance().createHintSessionWithConfig(token,
359 IHintSession c = service.getBinderServiceInstance().createHintSessionWithConfig(token,
411 IHintSession a = service.getBinderServiceInstance().createHintSessionWithConfig(token,
423 IHintSession a = service.getBinderServiceInstance().createHintSessionWithConfig(token,
/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java43 import android.os.IHintSession;
805 public IHintSession createHintSessionWithConfig(@NonNull IBinder token, in createHintSessionWithConfig()
942 public void setHintSessionThreads(@NonNull IHintSession hintSession, @NonNull int[] tids) { in setHintSessionThreads()
948 public int[] getHintSessionThreadIds(@NonNull IHintSession hintSession) { in getHintSessionThreadIds()
996 final class AppHintSession extends IHintSession.Stub implements IBinder.DeathRecipient {
/frameworks/base/core/tests/coretests/src/android/os/
DPerformanceHintManagerTest.java52 private IHintSession mIHintSessionMock;
/frameworks/base/core/java/
DAndroid.bp150 "android/os/IHintSession.aidl",
/frameworks/base/boot/
Dpreloaded-classes6061 android.os.IHintSession$Stub$Proxy
6062 android.os.IHintSession$Stub
6063 android.os.IHintSession
Dboot-image-profile.txt12075 HSPLandroid/os/IHintSession$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IHintSession;
28459 Landroid/os/IHintSession$Stub$Proxy;
28460 Landroid/os/IHintSession$Stub;
28461 Landroid/os/IHintSession;
/frameworks/base/config/
Dpreloaded-classes6065 android.os.IHintSession$Stub$Proxy
6066 android.os.IHintSession$Stub
6067 android.os.IHintSession
Dboot-image-profile.txt12078 HSPLandroid/os/IHintSession$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IHintSession;
38593 Landroid/os/IHintSession$Stub$Proxy;
38594 Landroid/os/IHintSession$Stub;
38595 Landroid/os/IHintSession;
/frameworks/base/services/
Dart-wear-profile21705 …tManagerService$BinderService;->createHintSession(Landroid/os/IBinder;[IJ)Landroid/os/IHintSession;