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 32 import com.android.server.input.InputManagerService;
33 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks;
34 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT;
35 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;
36 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT;
37 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT;
38 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT;
39 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT;
50 * both the InputManagerService notifyWiredAccessoryChanged interface and the UEventObserver
85 private final InputManagerService mInputManager
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 246 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
249 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
275 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
355 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex);
368 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex);
InputManagerService.java 124 public class InputManagerService extends IInputManager.Stub
187 private static native long nativeInit(InputManagerService service,
302 public InputManagerService(Context context) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 37 import com.android.server.input.InputManagerService;
43 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
WindowManagerService.java 143 import com.android.server.input.InputManagerService;
719 final InputManagerService mInputManager;
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 71 import com.android.server.input.InputManagerService;
530 InputManagerService inputManager = null;
613 inputManager = new InputManagerService(context);
    [all...]

Completed in 199 milliseconds