/hardware/interfaces/boot/1.1/ |
D | IBootControl.hal | 23 * 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.
|
D | types.hal | 21 * 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/ |
D | COPYING | 7 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/ |
D | LICENSE | 49 without limitation the rights to use, copy, modify, merge, publish, 72 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
D | NOTICE | 49 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/ |
D | NOTICE | 49 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/ |
D | NOTICE | 49 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/ |
D | NOTICE | 49 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/ |
D | ClientIndex.cpp | 155 dicIter->second.merge (difference); in add()
|
D | DataItemIndex.cpp | 154 cdiIter->second.merge (difference); in add()
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICanBus.hal | 46 * different filters, HAL server must merge these to fulfill the superset of
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatusOsObserver.cpp | 98 dicIter->second.merge(difference); in cacheObserverRequest()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 308 bool merge(const Config& other);
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 272 bool merge(const Config& other);
|
D | HWC2On1Adapter.cpp | 1211 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/ |
D | HWC2On1Adapter.cpp | 1167 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/ |
D | types.hal | 941 * Used to blend / merge multiple dataspaces on a single display.
|