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

  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 35 import com.android.server.input.InputManagerService;
36 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks;
37 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT;
38 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;
39 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT;
40 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT;
41 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT;
42 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT;
53 * both the InputManagerService notifyWiredAccessoryChanged interface and the UEventObserver
88 private final InputManagerService mInputManager
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 220 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
223 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
249 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
315 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex);
328 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex);
InputManagerService.java 103 public class InputManagerService extends IInputManager.Stub
156 private static native long nativeInit(InputManagerService service,
261 public InputManagerService(Context context) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 19 import com.android.server.input.InputManagerService;
35 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
WindowManagerService.java 46 import com.android.server.input.InputManagerService;
626 final InputManagerService mInputManager;
790 final InputManagerService im,
818 private WindowManagerService(Context context, InputManagerService inputManager,
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 70 import com.android.server.input.InputManagerService;
408 InputManagerService inputManager = null;
477 inputManager = new InputManagerService(context);
    [all...]

Completed in 230 milliseconds