Home
last modified time | relevance | path

Searched refs:windowHandles (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowInfosListenerForTest.java174 public void onWindowInfosChanged(InputWindowHandle[] windowHandles, in addWindowInfosListener()
183 consumer.accept(buildWindowInfos(windowHandles, displayInfos)); in addWindowInfosListener()
205 InputWindowHandle[] windowHandles, WindowInfosListener.DisplayInfo[] displayInfos) { in buildWindowInfos() argument
206 var windowInfos = new ArrayList<WindowInfo>(windowHandles.length); in buildWindowInfos()
214 for (var handle : windowHandles) { in buildWindowInfos()
DWindowInfosListener.java48 public abstract void onWindowInfosChanged(InputWindowHandle[] windowHandles, in onWindowInfosChanged() argument
/frameworks/av/services/camera/libcameraservice/hidl/
DUtils.cpp88 auto &windowHandles = hOutputConfiguration.windowHandles; in convertFromHidl() local
89 iGBPs.reserve(windowHandles.size()); in convertFromHidl()
90 for (auto &handle : windowHandles) { in convertFromHidl()
103 (windowHandles.size() > 1)); in convertFromHidl()
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/1/android/frameworks/cameraservice/device/
DOutputConfiguration.aidl37 android.hardware.common.NativeHandle[] windowHandles;
/frameworks/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/
DOutputConfiguration.aidl61 NativeHandle[] windowHandles;
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/2/android/frameworks/cameraservice/device/
DOutputConfiguration.aidl40 android.hardware.common.NativeHandle[] windowHandles;
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/current/android/frameworks/cameraservice/device/
DOutputConfiguration.aidl40 android.hardware.common.NativeHandle[] windowHandles;
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlUtils.cpp99 auto &windowHandles = src.windowHandles; in convertFromAidl() local
102 iGBPs.reserve(windowHandles.size()); in convertFromAidl()
104 for (auto &handle : windowHandles) { in convertFromAidl()
/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java223 public void onWindowInfosChanged(InputWindowHandle[] windowHandles, in registerWindowInfosListener()
225 mHandler.post(() -> computeTpl(windowHandles)); in registerWindowInfosListener()
241 private void computeTpl(InputWindowHandle[] windowHandles) { in computeTpl() argument
242 mLastWindowHandles = windowHandles; in computeTpl()
DAccessibilityWindowsPopulator.java151 public void onWindowInfosChanged(InputWindowHandle[] windowHandles, in onWindowInfosChanged() argument
154 onWindowInfosChangedInternal(windowHandles, displayInfos); in onWindowInfosChanged()
156 mHandler.post(() -> onWindowInfosChangedInternal(windowHandles, displayInfos)); in onWindowInfosChanged()
160 private void onWindowInfosChangedInternal(InputWindowHandle[] windowHandles, in onWindowInfosChangedInternal() argument
164 for (InputWindowHandle window : windowHandles) { in onWindowInfosChangedInternal()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1422 const auto& windowHandles = getWindowHandlesLocked(displayId); in findTouchedWindowAtLocked() local
1423 for (const sp<WindowInfoHandle>& windowHandle : windowHandles) { in findTouchedWindowAtLocked()
1445 const auto& windowHandles = getWindowHandlesLocked(displayId); in findOutsideTargetsLocked() local
1446 for (const sp<WindowInfoHandle>& windowHandle : windowHandles) { in findOutsideTargetsLocked()
1469 const auto& windowHandles = getWindowHandlesLocked(displayId); in findTouchedSpyWindowsAtLocked() local
1470 for (const sp<WindowInfoHandle>& windowHandle : windowHandles) { in findTouchedSpyWindowsAtLocked()
1800 const std::vector<sp<WindowInfoHandle>>& windowHandles = in dispatchTouchModeChangeLocked() local
1802 if (windowHandles.empty()) { in dispatchTouchModeChangeLocked()
1806 getInputTargetsFromWindowHandlesLocked(windowHandles); in dispatchTouchModeChangeLocked()
1815 const std::vector<sp<WindowInfoHandle>>& windowHandles) const { in getInputTargetsFromWindowHandlesLocked()
[all …]
DInputDispatcher.h389 const std::vector<sp<android::gui::WindowInfoHandle>>& windowHandles) const
/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsAidlCameraServiceTargetTest.cpp307 output.windowHandles.reserve(nhs.size()); in createOutputConfiguration()
309 output.windowHandles.push_back(::android::makeToAidl(nh)); in createOutputConfiguration()
DVtsHalCameraServiceV2_0TargetTest.cpp307 output.windowHandles.resize(nhs.size()); in createOutputConfiguration()
312 output.windowHandles[i] = nhs[i]; in createOutputConfiguration()
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal329 vec<handle> windowHandles;