Home
last modified time | relevance | path

Searched defs:APerformanceHintSession (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/native/android/
Dperformance_hint.cpp53 struct APerformanceHintSession { struct
66 sp<IHintSession> mHintSession;
68 const int64_t mPreferredRateNanos;
70 int64_t mTargetDurationNanos;
72 int64_t mLastUpdateTimestamp;
74 std::vector<int64_t> mActualDurationsNanos;
75 std::vector<int64_t> mTimestampsNanos;
139 APerformanceHintSession::APerformanceHintSession(sp<IHintSession> session, in APerformanceHintSession() function in APerformanceHintSession
/frameworks/native/include/private/
Dperformance_hint_private.h69 typedef struct APerformanceHintSession APerformanceHintSession; typedef