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 462 struct DeviceResetEntry : EventEntry {
465 DeviceResetEntry(nsecs_t eventTime, int32_t deviceId);
469 virtual ~DeviceResetEntry();
    [all...]
InputDispatcher.cpp 340 DeviceResetEntry* typedEntry =
341 static_cast<DeviceResetEntry*>(mPendingEvent);
698 nsecs_t currentTime, DeviceResetEntry* entry) {
    [all...]

Completed in 37 milliseconds