Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp911 if (mWaitOnEofInterval >= WaitOnEofMaxInterval) { in doWaitOnEof()
915 auto result = mWaitOnEofInterval; in doWaitOnEof()
916 mWaitOnEofInterval = in doWaitOnEof()
917 std::min<std::chrono::milliseconds>(mWaitOnEofInterval * 2, WaitOnEofMaxInterval); in doWaitOnEof()
922 void resetWaitOnEof() { mWaitOnEofInterval = WaitOnEofMinInterval; } in resetWaitOnEof()
934 std::chrono::milliseconds mWaitOnEofInterval{WaitOnEofMinInterval}; member in android::__anon5cfad2040111::PMSCDataLoader