Searched refs:inotifyEventSize (Results 1 – 1 of 1) sorted by relevance
157 constexpr size_t inotifyEventSize = sizeof(*event); in startMonitoringSilentModeHwState() local162 if (numBytes < static_cast<int>(inotifyEventSize)) { in startMonitoringSilentModeHwState()175 while (numBytes >= static_cast<int>(inotifyEventSize)) { in startMonitoringSilentModeHwState()181 eventSize = inotifyEventSize + event->len; in startMonitoringSilentModeHwState()