Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DSilentModeHandler.cpp157 constexpr size_t inotifyEventSize = sizeof(*event); in startMonitoringSilentModeHwState() local
162 if (numBytes < static_cast<int>(inotifyEventSize)) { in startMonitoringSilentModeHwState()
175 while (numBytes >= static_cast<int>(inotifyEventSize)) { in startMonitoringSilentModeHwState()
181 eventSize = inotifyEventSize + event->len; in startMonitoringSilentModeHwState()