Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/threaded/
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 …]
/frameworks/native/libs/renderengine/threaded/
DRenderEngineThreaded.cpp135 const auto resultPromise = std::make_shared<std::promise<void>>(); in primeCache() local
162 std::promise<std::string> resultPromise; in dump() local
246 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in drawLayersInternal()
254 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in tonemapAndDrawGainmapInternal()
266 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in drawLayers() local
289 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in tonemapAndDrawGainmap() local
309 std::promise<int> resultPromise; in getContextPriority() local
/frameworks/native/libs/renderengine/
DRenderEngine.cpp103 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in drawLayers() local
114 const auto resultPromise = std::make_shared<std::promise<FenceResult>>(); in tonemapAndDrawGainmap() local
/frameworks/native/libs/renderengine/tests/
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()
/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp736 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in drawLayersInternal()
1277 const std::shared_ptr<std::promise<FenceResult>>&& resultPromise, in tonemapAndDrawGainmapInternal()