Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.h25 #define SEC_TO_MSEC(second) (second * 1000) macro
Ddumpstate.cpp1626 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1628 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1629 RunDumpsys("DUMPSYS", {"netd"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1631 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1633 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1635 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1672 SEC_TO_MSEC(10)); in DumpstateWifiOnly()
1674 SEC_TO_MSEC(10)); in DumpstateWifiOnly()
DDumpstateUtil.cpp173 return CommandOptions::CommandOptionsBuilder(SEC_TO_MSEC(timeout_sec)); in WithTimeout()