Searched refs:InputManagerService (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DWiredAccessoryManager.java32 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 mInputManage
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java246 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);
H A DInputManagerService.java118 public class InputManagerService extends IInputManager.Stub class in inherits:IInputManager.Stub,Watchdog.Monitor
179 private static native long nativeInit(InputManagerService service,
294 public InputManagerService(Context context) { method in class:InputManagerService
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java37 import com.android.server.input.InputManagerService;
43 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
H A DWindowManagerService.java141 import com.android.server.input.InputManagerService;
710 final InputManagerService mInputManager;
911 final InputManagerService im,
936 private WindowManagerService(Context context, InputManagerService inputManager,
5601 InputManagerService.SW_LID);
5624 InputManagerService.SW_CAMERA_LENS_COVER);
7845 InputManagerService.BTN_MOUSE);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java67 import com.android.server.input.InputManagerService;
521 InputManagerService inputManager = null;
604 inputManager = new InputManagerService(context);
1270 final InputManagerService inputManagerF = inputManager;
1386 reportWtf("Notifying InputManagerService running", e);

Completed in 170 milliseconds