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

  /frameworks/base/services/input/
InputDispatcher.h 458 struct DeviceResetEntry : EventEntry {
461 DeviceResetEntry(nsecs_t eventTime, int32_t deviceId);
464 virtual ~DeviceResetEntry();
    [all...]
InputDispatcher.cpp 410 DeviceResetEntry* typedEntry =
411 static_cast<DeviceResetEntry*>(mPendingEvent);
755 nsecs_t currentTime, DeviceResetEntry* entry) {
    [all...]

Completed in 30 milliseconds