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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp460 device->addMapper(new VibratorInputMapper(device));
1996 // --- VibratorInputMapper ---
1998 VibratorInputMapper::VibratorInputMapper(InputDevice* device) : function in class:android::VibratorInputMapper
2002 VibratorInputMapper::~VibratorInputMapper() {
2005 uint32_t VibratorInputMapper::getSources() {
2009 void VibratorInputMapper::populateDeviceInfo(InputDeviceInfo* info) {
2015 void VibratorInputMapper::process(const RawEvent* rawEvent) {
2019 void VibratorInputMapper
[all...]
H A DInputReader.h1079 class VibratorInputMapper : public InputMapper { class in namespace:android
1081 VibratorInputMapper(InputDevice* device);
1082 virtual ~VibratorInputMapper();

Completed in 417 milliseconds