Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp913 if (mWaitOnEofInterval >= WaitOnEofMaxInterval) { in doWaitOnEof()
917 auto result = mWaitOnEofInterval; in doWaitOnEof()
918 mWaitOnEofInterval = in doWaitOnEof()
919 std::min<std::chrono::milliseconds>(mWaitOnEofInterval * 2, WaitOnEofMaxInterval); in doWaitOnEof()
924 void resetWaitOnEof() { mWaitOnEofInterval = WaitOnEofMinInterval; } in resetWaitOnEof()
936 std::chrono::milliseconds mWaitOnEofInterval{WaitOnEofMinInterval}; member in android::__anon9ef61c320110::PMSCDataLoader