Searched refs:getParentSurfaceForPointers (Results 1 – 3 of 3) sorted by relevance
256 public SurfaceControl getParentSurfaceForPointers(int displayId) { in getParentSurfaceForPointers() method in InputManagerCallback
139 jmethodID getParentSurfaceForPointers; member441 sp<SurfaceControl> getParentSurfaceForPointers(int displayId);730 sp<SurfaceControl> NativeInputManager::getParentSurfaceForPointers(int displayId) { in getParentSurfaceForPointers() function in android::NativeInputManager733 env->CallLongMethod(mServiceObj, gServiceClassInfo.getParentSurfaceForPointers, in getParentSurfaceForPointers()750 return getParentSurfaceForPointers(displayId); in ensureSpriteControllerLocked()2849 GET_METHOD_ID(gServiceClassInfo.getParentSurfaceForPointers, clazz, in register_android_server_InputManager()
2705 private long getParentSurfaceForPointers(int displayId) { in getParentSurfaceForPointers() method in InputManagerService2706 final SurfaceControl sc = mWindowManagerCallbacks.getParentSurfaceForPointers(displayId); in getParentSurfaceForPointers()2930 SurfaceControl getParentSurfaceForPointers(int displayId); in getParentSurfaceForPointers() method