Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/server/connectivity/
Ddata_stall_event.proto64 // Indicate the radio technology at the time of data stall suspected.
66 // True if device is in roaming network at the time of data stall suspected.
68 // Registered network MccMnc when data stall happen
72 // Signal strength level at the time of data stall suspected.
78 // Signal strength at the time of data stall suspected.
/frameworks/base/services/core/java/com/android/server/wm/
DPersisterQueue.java177 boolean stall = false; in yieldIfQueueTooDeep()
180 stall = true; in yieldIfQueueTooDeep()
183 if (stall) { in yieldIfQueueTooDeep()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp52 bool* useGrid, int64_t* stall, AString* hevcName) const { in isSizeSupported() argument
83 if (stall != nullptr) { in isSizeSupported()
93 *stall = 3333333LL * width * height / (kGridWidth * kGridHeight); in isSizeSupported()
102 *stall = ratio * NSEC_PER_SEC / avgFps; in isSizeSupported()
DHeicEncoderInfoManager.h39 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) const;
DHeicCompositeStream.h75 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
DHeicCompositeStream.cpp335 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) { in isSizeSupportedByHeifEncoder() argument
337 return heicManager.isSizeSupported(width, height, useHeic, useGrid, stall, hevcName); in isSizeSupportedByHeifEncoder()
/frameworks/base/proto/src/
Dwifi.proto1852 // Minimum number of txBad to trigger a data stall
1855 // Minimum number of txSuccess to trigger a data stall
1862 // Duration for evaluating Wifi condition to trigger a data stall
1866 // Threshold of Tx throughput below which to trigger a data stall
1870 // Threshold of Rx throughput below which to trigger a data stall
1874 // Threshold of Tx packet error rate above which to trigger a data stall
1878 // Threshold of CCA level above which to trigger a data stall in percentage
1887 // There is a data stall from tx failures
1890 // There is a data stall from rx failures
1893 // There is a data stall from both tx and rx failures
[all …]
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp959 int64_t stall = 0; in fillHeicStreamCombinations() local
963 &useHeic, &useGrid, &stall)) { in fillHeicStreamCombinations()
987 halStreamConfigs.data.i32[i+2], stall}; in fillHeicStreamCombinations()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto797 // Logging a data stall + its action
1782 // Data call stall recovery action
/frameworks/base/cmds/statsd/src/
Datoms.proto6079 * Logs when a data stall event occurs.
6085 // Data stall evaluation type.