Searched refs:InputManagerService (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | 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; 85 private final InputManagerService mInputManager; 89 public WiredAccessoryManager(Context context, InputManagerService inputManager) { in WiredAccessoryManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 246 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 249 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 275 … Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex); in save() 355 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex); in getTouchCalibration() 368 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex); in setTouchCalibration()
|
D | InputManagerService.java | 124 public class InputManagerService extends IInputManager.Stub class 190 private static native long nativeInit(InputManagerService service, in nativeInit() 313 public InputManagerService(Context context) { in InputManagerService() method in InputManagerService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 49 import com.android.server.input.InputManagerService; 93 sWm = WindowManagerService.main(context, mock(InputManagerService.class), true, false, in getWindowManagerService()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 51 import com.android.server.input.InputManagerService; 59 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
|
D | WindowManagerService.java | 234 import com.android.server.input.InputManagerService; 711 final InputManagerService mInputManager; 977 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 997 private WindowManagerService(Context context, InputManagerService inputManager, in WindowManagerService() 3235 InputManagerService.SW_LID); in getLidState() 3258 InputManagerService.SW_CAMERA_LENS_COVER); in getCameraLensCoverState() 4673 InputManagerService.BTN_MOUSE); in detectSafeMode()
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 76 import com.android.server.input.InputManagerService; 685 InputManagerService inputManager = null; in startOtherServices() 813 inputManager = new InputManagerService(context); in startOtherServices() 1635 final InputManagerService inputManagerF = inputManager; in startOtherServices()
|
/frameworks/base/services/ |
D | profile-classes | 4388 Lcom/android/server/input/InputManagerService; 4389 Lcom/android/server/input/InputManagerService$1; 4390 Lcom/android/server/input/InputManagerService$10; 4391 Lcom/android/server/input/InputManagerService$11; 4392 Lcom/android/server/input/InputManagerService$12; 4393 Lcom/android/server/input/InputManagerService$2; 4394 Lcom/android/server/input/InputManagerService$3; 4395 Lcom/android/server/input/InputManagerService$5; 4396 Lcom/android/server/input/InputManagerService$InputDevicesChangedListenerRecord; 4397 Lcom/android/server/input/InputManagerService$InputManagerHandler; [all …]
|