Lines Matching refs:InputClassifier
335 InputClassifier::HalDeathRecipient::HalDeathRecipient(InputClassifier& parent) : mParent(parent) {} in HalDeathRecipient()
337 void InputClassifier::HalDeathRecipient::serviceDied( in serviceDied()
348 InputClassifier::InputClassifier(const sp<InputListenerInterface>& listener) in InputClassifier() function in android::InputClassifier
351 void InputClassifier::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled()
370 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
375 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
380 void InputClassifier::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
394 void InputClassifier::notifySensor(const NotifySensorArgs* args) { in notifySensor()
399 void InputClassifier::notifyVibratorState(const NotifyVibratorStateArgs* args) { in notifyVibratorState()
404 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
409 void InputClassifier::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
418 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
423 void InputClassifier::setMotionClassifier( in setMotionClassifier()
429 void InputClassifier::dump(std::string& dump) { in dump()
441 InputClassifier::~InputClassifier() { in ~InputClassifier()