Searched refs:mInputReportDef (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
H A DInputMapper.cpp25 if (mInputReportDef == nullptr) return nullptr;
26 mReport = mInputReportDef->allocateReport();
H A DInputMapper.h69 mInputReportDef = reportDef;
74 virtual InputReportDefinition* getInputReportDefinition() final { return mInputReportDef; }
80 InputReportDefinition* mInputReportDef = nullptr; member in class:android::InputMapper

Completed in 66 milliseconds