Home
last modified time | relevance | path

Searched defs:nativeService (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DPointerIconCache.java104 /* package */ PointerIconCache(Context context, NativeInputManagerService nativeService) { in PointerIconCache()
109 /* package */ PointerIconCache(Context context, NativeInputManagerService nativeService, in PointerIconCache()
DKeyRemapper.java48 KeyRemapper(Context context, NativeInputManagerService nativeService, in KeyRemapper()
DSysfsNodeMonitor.java59 SysfsNodeMonitor(Context context, NativeInputManagerService nativeService, Looper looper, in SysfsNodeMonitor()
DKeyboardLedController.java83 NativeInputManagerService nativeService) { in KeyboardLedController()
DKeyboardBacklightController.java122 KeyboardBacklightController(Context context, NativeInputManagerService nativeService, in KeyboardBacklightController()
128 KeyboardBacklightController(Context context, NativeInputManagerService nativeService, in KeyboardBacklightController()
DBatteryController.java105 BatteryController(Context context, NativeInputManagerService nativeService, Looper looper, in BatteryController()
112 BatteryController(Context context, NativeInputManagerService nativeService, Looper looper, in BatteryController()
DKeyboardLayoutManager.java138 KeyboardLayoutManager(Context context, NativeInputManagerService nativeService, in KeyboardLayoutManager()
DInputManagerService.java512 NativeInputManagerService nativeService) { in getKeyboardBacklightController()
/frameworks/native/services/surfaceflinger/tests/
DIPC_test.cpp287 sp<IIPCTest> nativeService = new BnIPCTest; in initRemoteService() local
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp872 sp<BnSafeInterfaceTest> nativeService = new BnSafeInterfaceTest; in main() local