/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | WiredAccessoryManager.java | 19 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT; 20 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT; 21 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT; 22 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT; 23 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT; 24 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT; 40 import com.android.server.input.InputManagerService; 41 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks; 89 private final InputManagerService mInputManager; 93 public WiredAccessoryManager(Context context, InputManagerService inputManager) { in WiredAccessoryManager()
|
/aosp12/frameworks/native/services/inputflinger/docs/ |
H A D | pointer_capture.md | 5 …n be enabled or disabled for an `InputWindow` through requests to `InputManagerService`. Enabling … 26 1. Requests to enable Pointer Capture are forwarded from `InputManagerService` to `InputDispatcher`. 33 Pointer Capture can be disabled in two ways: by a request through `InputManagerService`, and as a r… 45 …nter Capture. This is updated whenever the Dispatcher receives requests from `InputManagerService`.
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskPositioningController.java | 36 import com.android.server.input.InputManagerService; 43 private final InputManagerService mInputManager; 64 TaskPositioningController(WindowManagerService service, InputManagerService inputManager, in TaskPositioningController()
|
H A D | InputManagerCallback.java | 36 import com.android.server.input.InputManagerService; 40 final class InputManagerCallback implements InputManagerService.WindowManagerCallbacks {
|
H A D | WindowManagerInternal.java | 39 import com.android.server.input.InputManagerService; 263 DragState state, Display display, InputManagerService service, in registerInputChannel()
|
H A D | PointerEventDispatcher.java | 19 import static com.android.server.input.InputManagerService.ENABLE_PER_WINDOW_INPUT_ROTATION;
|
H A D | WindowManagerService.java | 304 import com.android.server.input.InputManagerService; 1003 final InputManagerService mInputManager; 1158 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 1171 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 1200 private WindowManagerService(Context context, InputManagerService inputManager, in WindowManagerService() 3431 InputManagerService.SW_LID); in getLidState() 3454 InputManagerService.SW_CAMERA_LENS_COVER); in getCameraLensCoverState() 4884 InputManagerService.BTN_MOUSE); in detectSafeMode()
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | PersistentDataStore.java | 224 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 227 … 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()
|
H A D | InputManagerService.java | 149 public class InputManagerService extends IInputManager.Stub class 280 private static native long nativeInit(InputManagerService service, in nativeInit() 424 public InputManagerService(Context context) { in InputManagerService() method in InputManagerService 3496 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SystemServicesTestRule.java | 76 import com.android.server.input.InputManagerService; 115 private InputManagerService mImService; 236 mImService = mock(InputManagerService.class);
|
/aosp12/frameworks/opt/car/services/tests/src/com/android/server/wm/ |
H A D | CarLaunchParamsModifierTest.java | 66 import com.android.server.input.InputManagerService; 117 private InputManagerService mInputManagerService;
|
/aosp12/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 131 import com.android.server.input.InputManagerService; 1342 InputManagerService inputManager = null; in startOtherServices() 1473 inputManager = new InputManagerService(context); in startOtherServices() 2664 final InputManagerService inputManagerF = inputManager; in startOtherServices()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 19437 HSPLcom/android/server/input/InputManagerService$1;-><init>(Lcom/android/server/input/InputManagerS… 19439 HSPLcom/android/server/input/InputManagerService$2;-><init>(Lcom/android/server/input/InputManagerS… 19441 HSPLcom/android/server/input/InputManagerService$3;-><init>(Lcom/android/server/input/InputManagerS… 19452 …r/input/InputManagerService$InputFilterHost;-><init>(Lcom/android/server/input/InputManagerService… 19462 …ver/input/InputManagerService$LocalService;-><init>(Lcom/android/server/input/InputManagerService;… 19470 HSPLcom/android/server/input/InputManagerService;->access$100(Lcom/android/server/input/InputManage… 19472 HSPLcom/android/server/input/InputManagerService;->access$200(Lcom/android/server/input/InputManage… 19473 HPLcom/android/server/input/InputManagerService;->access$2000(Lcom/android/server/input/InputManage… 19481 HSPLcom/android/server/input/InputManagerService;->access$300(Lcom/android/server/input/InputManage… 19484 HSPLcom/android/server/input/InputManagerService;->access$500(Lcom/android/server/input/InputManage… [all …]
|