Searched refs:InputManagerService (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | WiredAccessoryManager.java | 33 import com.android.server.input.InputManagerService; 34 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks; 36 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT; 37 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT; 38 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT; 39 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT; 40 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT; 41 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT; 89 private final InputManagerService mInputManager; 93 public WiredAccessoryManager(Context context, InputManagerService inputManager) { in WiredAccessoryManager()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskPositioningController.java | 37 import com.android.server.input.InputManagerService; 44 private final InputManagerService mInputManager; 64 TaskPositioningController(WindowManagerService service, InputManagerService inputManager, in TaskPositioningController()
|
D | WindowManagerInternal.java | 33 import com.android.server.input.InputManagerService; 157 DragState state, Display display, InputManagerService service, in registerInputChannel()
|
D | InputManagerCallback.java | 17 import com.android.server.input.InputManagerService; 21 final class InputManagerCallback implements InputManagerService.WindowManagerCallbacks {
|
D | WindowManagerService.java | 259 import com.android.server.input.InputManagerService; 795 final InputManagerService mInputManager; 962 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 974 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 999 private WindowManagerService(Context context, InputManagerService inputManager, in WindowManagerService() 3078 InputManagerService.SW_LID); in getLidState() 3101 InputManagerService.SW_CAMERA_LENS_COVER); in getCameraLensCoverState() 4408 InputManagerService.BTN_MOUSE); in detectSafeMode()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 223 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 226 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 252 … Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex); in save() 319 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex); in getTouchCalibration() 332 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex); in setTouchCalibration()
|
D | InputManagerService.java | 121 public class InputManagerService extends IInputManager.Stub class 191 private static native long nativeInit(InputManagerService service, in nativeInit() 311 public InputManagerService(Context context) { in InputManagerService() method in InputManagerService
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SystemServicesTestRule.java | 58 import com.android.server.input.InputManagerService; 157 final InputManagerService ims = mock(InputManagerService.class);
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 101 import com.android.server.input.InputManagerService; 891 InputManagerService inputManager = null; in startOtherServices() 1016 inputManager = new InputManagerService(context); in startOtherServices() 2023 final InputManagerService inputManagerF = inputManager; in startOtherServices()
|
/frameworks/base/services/ |
D | art-profile | 336 …/android/server/NetworkTimeUpdateService;Lcom/android/server/input/InputManagerService;Lcom/androi… 1822 …/android/server/NetworkTimeUpdateService;Lcom/android/server/input/InputManagerService;Lcom/androi… 2029 …AccessoryManager;-><init>(Landroid/content/Context;Lcom/android/server/input/InputManagerService;)V 7157 HSPLcom/android/server/input/InputManagerService$1;->onReceive(Landroid/content/Context;Landroid/co… 7158 HSPLcom/android/server/input/InputManagerService$2;->onReceive(Landroid/content/Context;Landroid/co… 7159 HSPLcom/android/server/input/InputManagerService$5;->visitKeyboardLayout(Landroid/content/res/Resou… 7160 HSPLcom/android/server/input/InputManagerService$InputDevicesChangedListenerRecord;->binderDied()V 7161 PLcom/android/server/input/InputManagerService$InputDevicesChangedListenerRecord;->notifyInputDevic… 7162 HSPLcom/android/server/input/InputManagerService$InputManagerHandler;->handleMessage(Landroid/os/Me… 7163 HSPLcom/android/server/input/InputManagerService$LocalService;->setDisplayViewports(Ljava/util/List… [all …]
|