Searched refs:InputManagerService (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
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()
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 5 …n be enabled or disabled for an `InputWindow` through requests to `InputManagerService`. Enabling … 24 1. Requests to enable Pointer Capture are forwarded from `InputManagerService` to `InputDispatcher`. 31 Pointer Capture can be disabled in two ways: by a request through `InputManagerService`, and as a r… 43 …nter Capture. This is updated whenever the Dispatcher receives requests from `InputManagerService`.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskPositioningController.java | 36 import com.android.server.input.InputManagerService; 43 private final InputManagerService mInputManager; 64 TaskPositioningController(WindowManagerService service, InputManagerService inputManager, in TaskPositioningController()
|
D | WindowManagerInternal.java | 39 import com.android.server.input.InputManagerService; 244 DragState state, Display display, InputManagerService service, in registerInputChannel()
|
D | InputManagerCallback.java | 35 import com.android.server.input.InputManagerService; 39 final class InputManagerCallback implements InputManagerService.WindowManagerCallbacks {
|
D | PointerEventDispatcher.java | 19 import static com.android.server.input.InputManagerService.ENABLE_PER_WINDOW_INPUT_ROTATION;
|
D | WindowManagerService.java | 294 import com.android.server.input.InputManagerService; 1007 final InputManagerService mInputManager; 1162 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 1175 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 1204 private WindowManagerService(Context context, InputManagerService inputManager, in WindowManagerService() 3365 InputManagerService.SW_LID); in getLidState() 3388 InputManagerService.SW_CAMERA_LENS_COVER); in getCameraLensCoverState() 4805 InputManagerService.BTN_MOUSE); in detectSafeMode()
|
/frameworks/base/services/core/java/com/android/server/input/ |
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()
|
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 3461 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SystemServicesTestRule.java | 76 import com.android.server.input.InputManagerService; 115 private InputManagerService mImService; 236 mImService = mock(InputManagerService.class);
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 131 import com.android.server.input.InputManagerService; 1341 InputManagerService inputManager = null; in startOtherServices() 1472 inputManager = new InputManagerService(context); in startOtherServices() 2662 final InputManagerService inputManagerF = inputManager; in startOtherServices()
|
/frameworks/base/services/ |
D | art-profile | 3080 …/android/server/NetworkTimeUpdateService;Lcom/android/server/input/InputManagerService;Lcom/androi… 3112 …/android/server/NetworkTimeUpdateService;Lcom/android/server/input/InputManagerService;Lcom/androi… 3718 …AccessoryManager;-><init>(Landroid/content/Context;Lcom/android/server/input/InputManagerService;)V 17827 …roid/hardware/input/InputManagerInternal;Lcom/android/server/input/InputManagerService$LocalServic… 19429 HSPLcom/android/server/input/InputManagerService$$ExternalSyntheticLambda2;-><init>(Ljava/util/List… 19430 PLcom/android/server/input/InputManagerService$$ExternalSyntheticLambda2;->accept(Ljava/lang/Object… 19431 HSPLcom/android/server/input/InputManagerService$10;-><init>(Lcom/android/server/input/InputManager… 19432 PLcom/android/server/input/InputManagerService$10;->onChange(Z)V 19433 HSPLcom/android/server/input/InputManagerService$11;-><init>(Lcom/android/server/input/InputManager… 19434 HSPLcom/android/server/input/InputManagerService$12;-><init>(Lcom/android/server/input/InputManager… [all …]
|