Searched refs:stall (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/proto/android/server/connectivity/ |
D | data_stall_event.proto | 64 // 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/ |
D | PersisterQueue.java | 177 boolean stall = false; in yieldIfQueueTooDeep() 180 stall = true; in yieldIfQueueTooDeep() 183 if (stall) { in yieldIfQueueTooDeep()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicEncoderInfoManager.cpp | 52 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()
|
D | HeicEncoderInfoManager.h | 39 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) const;
|
D | HeicCompositeStream.h | 75 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
|
D | HeicCompositeStream.cpp | 335 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/ |
D | wifi.proto | 1852 // 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/ |
D | CameraProviderManager.cpp | 959 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/ |
D | telephony.proto | 797 // Logging a data stall + its action 1782 // Data call stall recovery action
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6079 * Logs when a data stall event occurs. 6085 // Data stall evaluation type.
|