HomeSort by relevance Sort by last modified time
    Searched refs:mConfigurationChangesToRefresh (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/inputflinger/
InputReader.cpp 255 mConfigurationChangesToRefresh(0) {
283 uint32_t changes = mConfigurationChangesToRefresh;
285 mConfigurationChangesToRefresh = 0;
732 bool needWake = !mConfigurationChangesToRefresh;
733 mConfigurationChangesToRefresh |= changes;
    [all...]
InputReader.h 551 uint32_t mConfigurationChangesToRefresh;
    [all...]

Completed in 41 milliseconds