Home
last modified time | relevance | path

Searched refs:InputManagerService (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DWiredAccessoryManager.java32 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/
DPersistentDataStore.java246 … 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()
DInputManagerService.java118 public class InputManagerService extends IInputManager.Stub class
179 private static native long nativeInit(InputManagerService service, in nativeInit()
294 public InputManagerService(Context context) { in InputManagerService() method in InputManagerService
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java37 import com.android.server.input.InputManagerService;
43 final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
DWindowManagerService.java141 import com.android.server.input.InputManagerService;
710 final InputManagerService mInputManager;
911 final InputManagerService im, in main()
936 private WindowManagerService(Context context, InputManagerService inputManager, in WindowManagerService()
5601 InputManagerService.SW_LID); in getLidState()
5624 InputManagerService.SW_CAMERA_LENS_COVER); in getCameraLensCoverState()
7845 InputManagerService.BTN_MOUSE); in detectSafeMode()
/frameworks/base/services/java/com/android/server/
DSystemServer.java67 import com.android.server.input.InputManagerService;
521 InputManagerService inputManager = null; in startOtherServices()
604 inputManager = new InputManagerService(context); in startOtherServices()
1270 final InputManagerService inputManagerF = inputManager; in startOtherServices()