Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dplatform_nanoapp.cc109 bool isBiasEventType(uint16_t eventType) { in isBiasEventType() function
153 if (eventData != nullptr && !isUimgApp() && isBiasEventType(eventType)) { in handleEvent()