Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:DeviceResetEntry

386         DeviceResetEntry* typedEntry =
387 static_cast<DeviceResetEntry*>(mPendingEvent);
741 nsecs_t currentTime, DeviceResetEntry* entry) {
2636 DeviceResetEntry* newEntry = new DeviceResetEntry(args->eventTime, args->deviceId);
3975 // --- InputDispatcher::DeviceResetEntry ---
3977 InputDispatcher::DeviceResetEntry::DeviceResetEntry(nsecs_t eventTime, int32_t deviceId) :
3982 InputDispatcher::DeviceResetEntry::~DeviceResetEntry() {
3985 void InputDispatcher::DeviceResetEntry::appendDescription(std::string& msg) const {