HomeSort by relevance Sort by last modified time
    Searched refs:InputDriverInterface (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/inputflinger/host/
InputHost.h 31 class InputDriverInterface;
40 virtual void registerInputDriver(InputDriverInterface* driver) = 0;
49 virtual void registerInputDriver(InputDriverInterface* driver) override;
54 std::vector<sp<InputDriverInterface>> mDrivers;
InputHost.cpp 29 void InputHost::registerInputDriver(InputDriverInterface* driver) {
InputDriver.cpp 297 auto driver = static_cast<InputDriverInterface*>(host);
302 auto driver = static_cast<InputDriverInterface*>(host);
307 auto driver = static_cast<InputDriverInterface*>(host);
312 auto driver = static_cast<InputDriverInterface*>(host);
317 auto driver = static_cast<InputDriverInterface*>(host);
323 auto driver = static_cast<InputDriverInterface*>(host);
329 auto driver = static_cast<InputDriverInterface*>(host);
336 auto driver = static_cast<InputDriverInterface*>(host);
343 auto driver = static_cast<InputDriverInterface*>(host);
349 auto driver = static_cast<InputDriverInterface*>(host)
    [all...]
InputDriver.h 35 class InputDriverInterface : public input_host_t, public virtual RefBase {
37 InputDriverInterface() = default;
38 virtual ~InputDriverInterface() = default;
83 class InputDriver : public InputDriverInterface {

Completed in 164 milliseconds