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

  /frameworks/native/services/inputflinger/
InputDispatcher.h 451 struct ConfigurationChangedEntry : EventEntry {
452 ConfigurationChangedEntry(nsecs_t eventTime);
456 virtual ~ConfigurationChangedEntry();
    [all...]
InputDispatcher.cpp 335 ConfigurationChangedEntry* typedEntry =
336 static_cast<ConfigurationChangedEntry*>(mPendingEvent);
685 nsecs_t currentTime, ConfigurationChangedEntry* entry) {
    [all...]

Completed in 735 milliseconds