Searched refs:windowHandles (Results 1 – 8 of 8) sorted by relevance
120 areWindowNativeHandlesEqual(self.windowHandles, other.windowHandles);151 return areWindowNativeHandlesLessThan(self.windowHandles, other.windowHandles);
231 sessionConfig.outputStreams[index].windowHandles.resize(output.mSharedWindows.size() + 1); in isSessionConfigurationSupported()232 sessionConfig.outputStreams[index].windowHandles[0] = output.mWindow; in isSessionConfigurationSupported()302 outConfig.windowHandles.resize(output->mSharedWindows.size() + 1); in updateOutputConfigurationLocked()303 outConfig.windowHandles[0] = output->mWindow; in updateOutputConfigurationLocked()307 outConfig.windowHandles[i++] = anw; in updateOutputConfigurationLocked()365 const auto& windowHandles = outConfig.mOutputConfiguration.windowHandles; in allocateCaptureRequestLocked() local366 for (int surfaceId = 0; surfaceId < (int) windowHandles.size(); surfaceId++) { in allocateCaptureRequestLocked()368 if (utils::isWindowNativeHandleEqual(windowHandles[surfaceId].getNativeHandle(), in allocateCaptureRequestLocked()619 outConfigInsert.windowHandles.resize(outConfig.mSharedWindows.size() + 1); in configureStreamsLocked()620 outConfigInsert.windowHandles[0] = anw; in configureStreamsLocked()[all …]
87 auto &windowHandles = hOutputConfiguration.windowHandles; in convertFromHidl() local88 iGBPs.reserve(windowHandles.size()); in convertFromHidl()89 for (auto &handle : windowHandles) { in convertFromHidl()96 (windowHandles.size() > 1)); in convertFromHidl()
495 const std::vector<sp<InputWindowHandle>> windowHandles = getWindowHandlesLocked(displayId); in findTouchedWindowAtLocked() local496 for (const sp<InputWindowHandle>& windowHandle : windowHandles) { in findTouchedWindowAtLocked()1540 const std::vector<sp<InputWindowHandle>> windowHandles = in findTouchedWindowTargetsLocked() local1542 for (const sp<InputWindowHandle>& windowHandle : windowHandles) { in findTouchedWindowTargetsLocked()1751 const std::vector<sp<InputWindowHandle>> windowHandles = getWindowHandlesLocked(displayId); in isWindowObscuredAtPointLocked() local1752 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredAtPointLocked()1768 const std::vector<sp<InputWindowHandle>> windowHandles = getWindowHandlesLocked(displayId); in isWindowObscuredLocked() local1770 for (const sp<InputWindowHandle>& otherHandle : windowHandles) { in isWindowObscuredLocked()3109 const std::vector<sp<InputWindowHandle>> windowHandles = it.second; in getWindowHandleLocked() local3110 for (const sp<InputWindowHandle>& windowHandle : windowHandles) { in getWindowHandleLocked()[all …]
244 output.windowHandles.resize(nhs.size()); in createOutputConfiguration()249 output.windowHandles[i] = nhs[i]; in createOutputConfiguration()
771 std::vector<sp<InputWindowHandle> > windowHandles; in setInputWindows() local784 windowHandles.push_back(windowHandle); in setInputWindows()790 mInputManager->getDispatcher()->setInputWindows(windowHandles, displayId); in setInputWindows()794 size_t numWindows = windowHandles.size(); in setInputWindows()796 const sp<InputWindowHandle>& windowHandle = windowHandles[i]; in setInputWindows()
329 vec<handle> windowHandles;
221 private static native void nativeSetInputWindows(long ptr, InputWindowHandle[] windowHandles, in nativeSetInputWindows() argument