Searched refs:IHintSession (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | IHintManager.aidl | 20 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()
|
D | IHintSession.aidl | 23 oneway interface IHintSession { interface
|
D | OWNERS | 92 per-file IHintSession.aidl = file:/ADPF_OWNERS
|
/frameworks/base/native/android/tests/performance_hint/ |
D | PerformanceHintNativeTest.cpp | 36 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/ |
D | performance_hint.cpp | 90 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/ |
D | HintManagerServiceTest.java | 58 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/ |
D | HintManagerService.java | 43 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/ |
D | PerformanceHintManagerTest.java | 52 private IHintSession mIHintSessionMock;
|
/frameworks/base/core/java/ |
D | Android.bp | 150 "android/os/IHintSession.aidl",
|
/frameworks/base/boot/ |
D | preloaded-classes | 6061 android.os.IHintSession$Stub$Proxy 6062 android.os.IHintSession$Stub 6063 android.os.IHintSession
|
D | boot-image-profile.txt | 12075 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/ |
D | preloaded-classes | 6065 android.os.IHintSession$Stub$Proxy 6066 android.os.IHintSession$Stub 6067 android.os.IHintSession
|
D | boot-image-profile.txt | 12078 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/ |
D | art-wear-profile | 21705 …tManagerService$BinderService;->createHintSession(Landroid/os/IBinder;[IJ)Landroid/os/IHintSession;
|