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 453 struct ConfigurationChangedEntry : EventEntry {
454 ConfigurationChangedEntry(nsecs_t eventTime);
458 virtual ~ConfigurationChangedEntry();
    [all...]
InputDispatcher.cpp 330 ConfigurationChangedEntry* typedEntry =
331 static_cast<ConfigurationChangedEntry*>(mPendingEvent);
670 nsecs_t currentTime, ConfigurationChangedEntry* entry) {
    [all...]

Completed in 200 milliseconds