Searched refs:pre (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_composer.cpp | 21 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post) in HdiComposer() argument 23 mPreComp = std::move(pre); in HdiComposer() 30 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Prepare() 39 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition apply failed")); in Commit()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | linked_list.c | 61 LinkedListNode *pre = NULL; in RemoveNode() local 67 pre = node; in RemoveNode() 73 if (pre == NULL) { in RemoveNode() 76 pre->next = node->next; in RemoveNode()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_composer.cpp | 22 HdiComposer::HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post)
in HdiComposer() argument 24 preComp_.emplace_back(std::move(pre));
in HdiComposer() 45 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed"));
in Prepare() 57 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed"));
in Commit()
|
H A D | hdi_composer.h | 48 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_composer.h | 48 HdiComposer(std::unique_ptr<HdiComposition> pre, std::unique_ptr<HdiComposition> post);
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | ast.cpp | 319 auto pre = parent_->child_; in Separate() local 320 while (pre != nullptr) { in Separate() 321 if (pre->next_.get() == this) { in Separate() 322 pre->next_ = pre->next_->next_; // decref this in Separate() 326 pre = pre->next_; in Separate()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 280 let pre = this.parent_.child_; 281 while (pre !== null) { 282 if (pre.next_ === this) { 285 pre.next_ = tmp; 289 pre = pre.next_;
|
Completed in 3 milliseconds