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 461 struct DeviceResetEntry : EventEntry {
464 DeviceResetEntry(nsecs_t eventTime, int32_t deviceId);
468 virtual ~DeviceResetEntry();
    [all...]
InputDispatcher.cpp 338 DeviceResetEntry* typedEntry =
339 static_cast<DeviceResetEntry*>(mPendingEvent);
686 nsecs_t currentTime, DeviceResetEntry* entry) {
    [all...]

Completed in 547 milliseconds