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

  /frameworks/base/services/input/
InputDispatcher.h 454 struct ConfigurationChangedEntry : EventEntry {
455 ConfigurationChangedEntry(nsecs_t eventTime);
459 virtual ~ConfigurationChangedEntry();
    [all...]
InputDispatcher.cpp 332 ConfigurationChangedEntry* typedEntry =
333 static_cast<ConfigurationChangedEntry*>(mPendingEvent);
682 nsecs_t currentTime, ConfigurationChangedEntry* entry) {
    [all...]

Completed in 45 milliseconds