OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputReportDef
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputMapper.cpp
25
if (
mInputReportDef
== nullptr) return nullptr;
26
mReport =
mInputReportDef
->allocateReport();
InputMapper.h
69
mInputReportDef
= reportDef;
74
virtual InputReportDefinition* getInputReportDefinition() final { return
mInputReportDef
; }
80
InputReportDefinition*
mInputReportDef
= nullptr;
Completed in 137 milliseconds