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.h74 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
DHeicCompositeStream.cpp333 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) { in isSizeSupportedByHeifEncoder() argument
335 return heicManager.isSizeSupported(width, height, useHeic, useGrid, stall, hevcName); in isSizeSupportedByHeifEncoder()
/frameworks/base/proto/src/
Dwifi.proto1761 // Minimum number of txBad to trigger a data stall
1764 // Minimum number of txSuccess to trigger a data stall
1777 // There is a data stall from tx failures
1780 // There is a data stall from rx failures
1783 // There is a data stall from both tx and rx failures
2073 // There is a data stall from tx failures
2076 // There is a data stall from rx failures
2079 // There is a data stall from both tx and rx failures
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp938 int64_t stall = 0; in fillHeicStreamCombinations() local
942 &useHeic, &useGrid, &stall)) { in fillHeicStreamCombinations()
966 halStreamConfigs.data.i32[i+2], stall}; in fillHeicStreamCombinations()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto712 // Logging a data stall + its action
1686 // Data call stall recovery action
/frameworks/base/cmds/statsd/src/
Datoms.proto5313 * Logs when a data stall event occurs.
5319 // Data stall evaluation type.