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 | 74 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
|
D | HeicCompositeStream.cpp | 333 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/ |
D | wifi.proto | 1761 // 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/ |
D | CameraProviderManager.cpp | 938 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/ |
D | telephony.proto | 712 // Logging a data stall + its action 1686 // Data call stall recovery action
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5313 * Logs when a data stall event occurs. 5319 // Data stall evaluation type.
|