Searched refs:nativeService (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/input/ |
D | KeyRemapper.java | 51 KeyRemapper(Context context, NativeInputManagerService nativeService, in KeyRemapper() argument 54 mNative = nativeService; in KeyRemapper()
|
D | KeyboardLedController.java | 70 NativeInputManagerService nativeService) { in KeyboardLedController() argument 72 mNative = nativeService; in KeyboardLedController()
|
D | PointerIconCache.java | 94 /* package */ PointerIconCache(Context context, NativeInputManagerService nativeService) { in PointerIconCache() argument 96 mNative = nativeService; in PointerIconCache()
|
D | KeyboardBacklightController.java | 126 KeyboardBacklightController(Context context, NativeInputManagerService nativeService, in KeyboardBacklightController() argument 128 this(context, nativeService, dataStore, looper, ValueAnimator::ofInt, uEventManager); in KeyboardBacklightController() 132 KeyboardBacklightController(Context context, NativeInputManagerService nativeService, in KeyboardBacklightController() argument 136 mNative = nativeService; in KeyboardBacklightController()
|
D | BatteryController.java | 104 BatteryController(Context context, NativeInputManagerService nativeService, Looper looper, in BatteryController() argument 106 this(context, nativeService, looper, uEventManager, in BatteryController() 111 BatteryController(Context context, NativeInputManagerService nativeService, Looper looper, in BatteryController() argument 114 mNative = nativeService; in BatteryController()
|
D | KeyboardLayoutManager.java | 138 KeyboardLayoutManager(Context context, NativeInputManagerService nativeService, in KeyboardLayoutManager() argument 141 mNative = nativeService; in KeyboardLayoutManager()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | IPC_test.cpp | 279 sp<IIPCTest> nativeService = new BnIPCTest; in initRemoteService() local 280 if (!nativeService) { in initRemoteService() 284 IInterface::asBinder(nativeService)); in initRemoteService()
|
/frameworks/native/libs/binder/tests/ |
D | binderSafeInterfaceTest.cpp | 832 sp<BnSafeInterfaceTest> nativeService = new BnSafeInterfaceTest; in main() local 833 status_t status = defaultServiceManager()->addService(kServiceName, nativeService); in main()
|