Home
last modified time | relevance | path

Searched defs:resultPromise (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/threaded/
H A DRenderEngineThreaded.cpp87 std::promise<void> resultPromise; in primeCache() local
102 std::promise<std::string> resultPromise; in dump() local
119 std::promise<bool> resultPromise; in useNativeFenceSync() local
134 std::promise<bool> resultPromise; in useWaitSync() local
149 std::promise<void> resultPromise; in genTextures() local
164 std::promise<void> resultPromise; in deleteTextures() local
179 std::promise<void> resultPromise; in bindExternalTextureImage() local
197 std::promise<status_t> resultPromise; in bindExternalTextureBuffer() local
213 std::promise<void> resultPromise; in cacheExternalTextureBuffer() local
228 std::promise<void> resultPromise; in unbindExternalTextureBuffer() local
[all …]
/aosp_15_r20/frameworks/native/libs/renderengine/threaded/
H A DRenderEngineThreaded.cpp134 const auto resultPromise = std::make_shared<std::promise<void>>(); in primeCache() local
161 std::promise<std::string> resultPromise; in dump() local
245 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in drawLayersInternal()
253 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in drawGainmapInternal()
266 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in drawLayers() local
290 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in drawGainmap() local
309 std::promise<int> resultPromise; in getContextPriority() local
/aosp_15_r20/frameworks/native/libs/renderengine/tests/
H A DRenderEngineThreadedTest.cpp140 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
179 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
212 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
240 base::unique_fd&&) { resultPromise->set_value(Fence::NO_FENCE); }); in TEST_F()
/aosp_15_r20/frameworks/native/libs/renderengine/
H A DRenderEngine.cpp103 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in drawLayers() local
115 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in drawGainmap() local
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.cpp722 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in drawLayersInternal()
1216 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in drawGainmapInternal()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/http2/
H A DHttp2MultiplexedChannelPool.java336 …<Void> closeAndReleaseParent(Channel parentChannel, Throwable cause, Promise<Void> resultPromise) { in closeAndReleaseParent()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupNCCL.cpp405 std::promise<bool> resultPromise; in launchAsyncGilCheck() local