Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h296 size_t mNotificationThresholdBytes = 0; variable
/system/chre/platform/shared/
Dlog_buffer.cc82 if (mBufferDataSize > mNotificationThresholdBytes) { in handleLogVa()
130 mNotificationThresholdBytes = thresholdBytes; in updateNotificationSetting()