Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the APerformanceHintManager.createSession method, the binder will be sent to the peer HintManagerService.BinderService.createSession. In the HintManagerService.BinderService.createSession, it will be judged whether |mPreferredRateNanos| is equal to -1. If it is equal to -1, null will be returned. In order to prevent binder waste, Early judgment in APerformanceHintManager.createSession function Bug: b/269397293 Change-Id: I7a1ff3d796894600d8c59dcf7a475711b5dc987a Signed-off-by: DennySPb <[email protected]>
- Loading branch information