Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 89) sorted by relevance

1234

/hardware/google/gfxstream/host/gl/
DDisplayGl.cpp36 std::shared_future<void> DisplayGl::post(const Post& post) { in post() argument
41 if (post.layers.empty()) { in post()
48 for (const PostLayer& layer : post.layers) { in post()
54 layer.colorBuffer->glOpPostLayer(*layer.layerOptions, post.frameWidth, in post()
55 post.frameHeight); in post()
DDisplayGl.h60 std::shared_future<void> post(const Post& request);
/hardware/google/pixel-sepolicy/factory_boost/
Dfactory-post-boot.te2 type factory-post-boot-sh, domain;
3 type factory-post-boot-sh_exec, vendor_file_type, exec_type, file_type;
4 init_daemon_domain(factory-post-boot-sh)
6 allow factory-post-boot-sh vendor_toolbox_exec:file execute_no_trans;
Dfile_contexts1 …ry_post_boot u:object_r:factory-post-boot-sh_exec:s0
/hardware/google/gfxstream/host/
DPostWorkerGl.cpp79 DisplayGl::Post post = {}; in postImpl() local
93 post.layers.clear(); in postImpl()
95 post.layers.push_back(postWithOverlay(cb)); in postImpl()
120 post.layers.push_back(postWithOverlay(cb)); in postImpl()
126 post.frameWidth = combinedDisplayW; in postImpl()
127 post.frameHeight = combinedDisplayH; in postImpl()
174 post.layers.push_back(DisplayGl::PostLayer{ in postImpl()
183 post.frameWidth = m_viewportWidth / dpr; in postImpl()
184 post.frameHeight = m_viewportHeight / dpr; in postImpl()
207 post.layers.push_back(DisplayGl::PostLayer{ in postImpl()
[all …]
DFrameBuffer.cpp574 m_postThread([this](Post&& post) { return postWorkerFunc(post); }), in __anonac864d5f0402() argument
675 WorkerProcessingResult FrameBuffer::postWorkerFunc(Post& post) { in postWorkerFunc() argument
679 {"Post command opcode", std::to_string(static_cast<uint64_t>(post.cmd))}); in postWorkerFunc()
683 switch (post.cmd) { in postWorkerFunc()
687 std::shared_ptr<Post::CompletionCallback>(std::move(post.completionCallback)); in postWorkerFunc()
697 m_postWorker->post(post.cb, std::move(postCallback)); in postWorkerFunc()
698 decColorBufferRefCountNoDestroy(post.cbHandle); in postWorkerFunc()
702 m_postWorker->viewport(post.viewport.width, in postWorkerFunc()
703 post.viewport.height); in postWorkerFunc()
708 if (post.composeVersion <= 1) { in postWorkerFunc()
[all …]
DPostWorker.h45 void post(ColorBuffer* cb, std::unique_ptr<Post::CompletionCallback> postCallback);
DFrameBuffer.h314 bool post(HandleType p_colorbuffer, bool needLockAndBind = true);
376 bool compose(uint32_t bufferSize, void* buffer, bool post = true);
841 android::base::WorkerProcessingResult postWorkerFunc(Post& post);
842 std::future<void> sendPostWorkerCmd(Post post);
/hardware/interfaces/broadcastradio/common/tests/
DIdentifierIterator_test.cpp72 auto post = it; in TEST() local
74 EXPECT_NE(++pre, post++); in TEST()
75 EXPECT_EQ(pre, post); in TEST()
/hardware/google/gfxstream/host/tests/
DDisplayVk_unittest.cpp227 displayVk.post(imageInfo.get()); in TEST_F()
249 auto postResult = m_displayVk->post(imageInfo.get()); in TEST_F()
277 auto redPostResult = m_displayVk->post(redImageInfo.get()); in TEST_F()
281 auto greenPostResult = m_displayVk->post(greenImageInfo.get()); in TEST_F()
DGLSnapshotRendering_unittest.cpp48 mFb->post(mColorBuffer); in drawLoop()
/hardware/nxp/uwb/halimpl/utils/
DphNxpUciHal_utils.h148 int post() { in post() function
151 int post(tHAL_UWB_STATUS status) { in post() function
/hardware/libhardware/include/hardware/
Dfb.h128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/
Dfb.h128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member
/hardware/libhardware/include_all/hardware/
Dfb.h128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_multiview.adoc68 blog post']
70 blog post']
/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.cpp46 auto result = m_displayVk->post(imageInfo.get()); in postImpl()
DDisplayVk.h36 PostResult post(const BorrowedImageInfo* info);
/hardware/interfaces/health/2.1/
DIHealthInfoCallback.hal27 * implementation post events. See documentation on @2.1::IHealth for details.
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_ar3k.h164 int (*post) (int fd, struct uart_t *u, struct termios *ti); member
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dhw_ar3k.h162 int (*post) (int fd, struct uart_t *u, struct termios *ti); member
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_ar3k.h162 int (*post) (int fd, struct uart_t *u, struct termios *ti); member
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhw_ar3k.h162 int (*post) (int fd, struct uart_t *u, struct termios *ti); member
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhw_ar3k.h162 int (*post) (int fd, struct uart_t *u, struct termios *ti); member
/hardware/nxp/uwb/halimpl/hal/sr200/
DNxpUwbChipSr200.cc52 bindingStatusNtfWait_.post(UWBSTATUS_SUCCESS); in on_binding_status_ntf()

1234