Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/boot/1.1/
DIBootControl.hal23 * Sets whether a snapshot-merge of any dynamic partition is in progress.
25 * After the merge status is set to a given value, subsequent calls to
28 * The merge status must be persistent across reboots. That is, getSnapshotMergeStatus
29 * must return the same value after a reboot if the merge status is not altered in any way
32 * Read/write access to the merge status must be atomic. When the HAL is processing a
39 * When the merge status is set to MERGING, the following operations must be prohibited from the
54 * Returns whether a snapshot-merge of any dynamic partition is in progress.
56 * This function must return the merge status set by the last setSnapshotMergeStatus call and
58 * bootloader such that the pending merge must be canceled (for example, if the super partition
61 * @return success True if the merge status is read successfully, false otherwise.
Dtypes.hal21 * No snapshot or merge is in progress.
26 * The merge status could not be determined.
31 * Partitions are being snapshotted, but no merge has been started.
36 * At least one partition has merge is in progress.
41 * A merge was in progress, but it was canceled by the bootloader.
/hardware/qcom/msm8998/json-c/
DCOPYING7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
29 the rights to use, copy, modify, merge, publish, distribute, sublicense,
/hardware/qcom/sm8150/media/
DLICENSE49 without limitation the rights to use, copy, modify, merge, publish,
72 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
DNOTICE49 without limitation the rights to use, copy, modify, merge, publish,
72 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/hardware/qcom/media/msm8998/
DNOTICE49 without limitation the rights to use, copy, modify, merge, publish,
72 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/hardware/qcom/media/msm8996/
DNOTICE49 without limitation the rights to use, copy, modify, merge, publish,
72 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/hardware/qcom/sdm845/media/
DNOTICE49 without limitation the rights to use, copy, modify, merge, publish,
72 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
DClientIndex.cpp155 dicIter->second.merge (difference); in add()
DDataItemIndex.cpp154 cdiIter->second.merge (difference); in add()
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal46 * different filters, HAL server must merge these to fulfill the superset of
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp98 dicIter->second.merge(difference); in cacheObserverRequest()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h308 bool merge(const Config& other);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h272 bool merge(const Config& other);
DHWC2On1Adapter.cpp1211 if (existingConfig->merge(*newConfig)) { in populateConfigs()
1723 bool HWC2On1Adapter::Display::Config::merge(const Config& other) in merge() function in android::HWC2On1Adapter::Display::Config
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1167 if (existingConfig->merge(*newConfig)) { in populateConfigs()
1633 bool HWC2On1Adapter::Display::Config::merge(const Config& other) { in merge() function in android::HWC2On1Adapter::Display::Config
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal941 * Used to blend / merge multiple dataspaces on a single display.