Searched refs:getParentSurfaceForPointers (Results 1 – 3 of 3) sorted by relevance
256 public SurfaceControl getParentSurfaceForPointers(int displayId) { in getParentSurfaceForPointers() method in InputManagerCallback
143 jmethodID getParentSurfaceForPointers; member459 sp<SurfaceControl> getParentSurfaceForPointers(ui::LogicalDisplayId displayId);799 sp<SurfaceControl> NativeInputManager::getParentSurfaceForPointers(ui::LogicalDisplayId displayId) { in getParentSurfaceForPointers() function in android::NativeInputManager802 env->CallLongMethod(mServiceObj, gServiceClassInfo.getParentSurfaceForPointers, in getParentSurfaceForPointers()823 return getParentSurfaceForPointers(displayId); in ensureSpriteControllerLocked()2983 GET_METHOD_ID(gServiceClassInfo.getParentSurfaceForPointers, clazz, in register_android_server_InputManager()
2619 private long getParentSurfaceForPointers(int displayId) { in getParentSurfaceForPointers() method in InputManagerService2620 final SurfaceControl sc = mWindowManagerCallbacks.getParentSurfaceForPointers(displayId); in getParentSurfaceForPointers()2809 SurfaceControl getParentSurfaceForPointers(int displayId); in getParentSurfaceForPointers() method