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

  /frameworks/native/services/inputflinger/
InputDispatcher.h 464 struct DeviceResetEntry : EventEntry {
467 DeviceResetEntry(nsecs_t eventTime, int32_t deviceId);
471 virtual ~DeviceResetEntry();
    [all...]
InputDispatcher.cpp 386 DeviceResetEntry* typedEntry =
387 static_cast<DeviceResetEntry*>(mPendingEvent);
741 nsecs_t currentTime, DeviceResetEntry* entry) {
    [all...]

Completed in 431 milliseconds