We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc38de3 commit d6490bfCopy full SHA for d6490bf
1 file changed
src/common/AdpfWrapper.h
@@ -74,7 +74,9 @@ namespace oboe {
74
/**
75
* Report the measured duration of a callback.
76
* This is normally called by onEndCallback().
77
- * You may want to call this directly in order to give an advance hint of a jump in workload.
+ * On older Android devices (below Android 16), you may want to call this directly in order
78
+ * to give an advance hint of a jump in workload.
79
+ * On newer APIs, use notifyWorkloadIncrease() instead.
80
* @param actualDurationNanos
81
*/
82
void reportActualDuration(int64_t actualDurationNanos);
0 commit comments