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 459 struct DeviceResetEntry : EventEntry {
462 DeviceResetEntry(nsecs_t eventTime, int32_t deviceId);
466 virtual ~DeviceResetEntry();
    [all...]
InputDispatcher.cpp 343 DeviceResetEntry* typedEntry =
344 static_cast<DeviceResetEntry*>(mPendingEvent);
701 nsecs_t currentTime, DeviceResetEntry* entry) {
    [all...]

Completed in 36 milliseconds