HomeSort by relevance Sort by last modified time
    Searched defs:InputFlinger (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/inputflinger/host/
InputFlinger.h 33 class InputFlinger : public BnInputFlinger {
36 return "inputflinger";
39 InputFlinger() ANDROID_API;
44 virtual ~InputFlinger();
InputFlinger.cpp 17 #define LOG_TAG "InputFlinger"
29 #include "InputFlinger.h"
38 InputFlinger::InputFlinger() :
40 ALOGI("InputFlinger is starting");
45 InputFlinger::~InputFlinger() {
48 status_t InputFlinger::dump(int fd, const Vector<String16>& args) {
64 void InputFlinger::dumpInternal(String8& result) {
65 result.append("INPUT FLINGER (dumpsys inputflinger)\n")
    [all...]

Completed in 173 milliseconds