Home
last modified time | relevance | path

Searched refs:mScanMonitorErrorHistogram (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/chre/core/
H A Dwifi_request_manager.cc720 debugDump.logErrorHistogram(mScanMonitorErrorHistogram, in logStateToBuffer()
721 ARRAY_SIZE(mScanMonitorErrorHistogram)); in logStateToBuffer()
864 mScanMonitorErrorHistogram[errorCode]++; in postScanMonitorAsyncResultEvent()
/aosp_15_r20/system/chre/core/include/chre/core/
H A Dwifi_request_manager.h443 uint32_t mScanMonitorErrorHistogram[CHRE_ERROR_SIZE] = {0}; variable