Searched refs:InputManagerService (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | WiredAccessoryManager.java | 35 import com.android.server.input.InputManagerService; 36 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks; 37 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT; 38 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT; 39 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT; 40 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT; 41 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT; 42 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT; 88 private final InputManagerService mInputManager; 92 public WiredAccessoryManager(Context context, InputManagerService inputManager) { in WiredAccessoryManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 220 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 223 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 249 … Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex); in save() 315 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex); in getTouchCalibration() 328 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex); in setTouchCalibration()
|
D | InputManagerService.java | 103 public class InputManagerService extends IInputManager.Stub class 156 private static native long nativeInit(InputManagerService service, in nativeInit() 261 public InputManagerService(Context context) { in InputManagerService() method in InputManagerService
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 19 import com.android.server.input.InputManagerService; 35 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
|
D | WindowManagerService.java | 46 import com.android.server.input.InputManagerService; 626 final InputManagerService mInputManager; 790 final InputManagerService im, in main() 818 private WindowManagerService(Context context, InputManagerService inputManager, in WindowManagerService() 5566 InputManagerService.SW_LID); in getLidState() 5583 InputManagerService.SW_CAMERA_LENS_COVER); in getCameraLensCoverState() 7497 InputManagerService.BTN_MOUSE); in detectSafeMode()
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 70 import com.android.server.input.InputManagerService; 408 InputManagerService inputManager = null; in startOtherServices() 477 inputManager = new InputManagerService(context); in startOtherServices() 1053 final InputManagerService inputManagerF = inputManager; in startOtherServices()
|