Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 132) sorted by relevance

123456

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp40 bool updated = (updatedRate > oldOpts.sampleRate) || (updatedFlags != oldOpts.flags); in mergeSubscribeOptions() local
41 if (updated) { in mergeSubscribeOptions()
47 return updated; in mergeSubscribeOptions()
110 SubscribeOptions updated; in addOrUpdateSubscription() local
111 if (updateHalEventSubscriptionLocked(opts, &updated)) { in addOrUpdateSubscription()
112 outUpdatedSubscriptions->push_back(updated); in addOrUpdateSubscription()
172 bool updated = false; in updateHalEventSubscriptionLocked() local
177 updated = true; in updateHalEventSubscriptionLocked()
184 updated = true; in updateHalEventSubscriptionLocked()
188 return updated; in updateHalEventSubscriptionLocked()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
DREADME4 APIs, these files should be updated.
6 These files in master should only be updated once the changes have landed
/hardware/interfaces/radio/1.6/
DIRadioIndication.hal38 * This indication is updated from IRadioIndication@1.5 to report the @1.6 version of
80 * This is identical to currentSignalStrength_1_4 but uses an updated version of
91 * This indication is updated from IRadioIndication@1.5 to report the @1.6 version of
102 * This indication is updated from IRadioIndication@1.5 to report the @1.6 version of
122 * inserted or removed and updated by IRadio.updateSimPhonebookRecords.
/hardware/interfaces/health/2.1/
DIHealthInfoCallback.hal22 * IHealthInfoCallback is the updated callback interface to
33 * @param info the updated HealthInfo
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_descriptor_indexing.adoc36 * Descriptors can be updated after they are bound to a command buffer,
40 updated, which enables writing new descriptors for frame N+1 while frame
44 accessed by a submission need not be valid and can be updated while that
DVK_EXT_shader_module_identifier.adoc44 pipeline is that pipeline identifiers change when a driver is updated, but
49 When on-disk pipeline caches are updated, the same shader identifiers could
DVK_KHR_separate_depth_stencil_layouts.adoc26 stencil aspects, the depth/stencil attachment interface has been updated to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Dqueue_present_interactions.adoc6 mode of the associated display will be updated, if necessary, to match the
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal75 * service, and when the System Information including barring info for a camped cell is updated.
83 * This indication is updated from IRadioIndication@1.4 to report the @1.5 version of
94 * This indication is updated from IRadioIndication@1.4 to report the @1.5 version of
102 * This indication is updated from IRadioIndication@1.4 to report the @1.5 version of
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal41 * identify updated set of views once effective using the view Id provided in the updated
56 * all frames received will be of the updated config.
83 * When an overlay with previous id is passed, its vertices/color are updated with passed data.
/hardware/interfaces/broadcastradio/1.0/
DITunerCallback.hal74 * are updated.
77 * @param metadata A list of all updated metada.
/hardware/interfaces/biometrics/fingerprint/2.2/
DIBiometricsFingerprint.hal25 * updated in a minor uprev.
/hardware/interfaces/oemlock/1.0/
DIOemLock.hal47 * @return status is OK if the flag was successfully updated,
66 * @return status is OK if the flag was successfully updated.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
DREADME.adoc18 expectations can be updated with:
/hardware/interfaces/health/2.0/
DIHealthInfoCallback.hal27 * @param info the updated HealthInfo
/hardware/interfaces/drm/1.1/
DICryptoFactory.hal30 * have to be updated in a minor uprev.
/hardware/interfaces/drm/1.3/
DICryptoFactory.hal29 * have to be updated in a minor uprev.
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal22 * Some methods of @1.1::ITunerCallback are updated versions of those from
81 * metadata) is updated.
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal59 * the updated address when hot plug event takes place.
129 * @param key The key of the option to be updated with a new value.
136 * Passes the updated language information of Android system. Contains
/hardware/google/interfaces/media/c2/1.0/
DIConfigurable.hal81 * - OK - All parameters could be updated successfully.
82 * - BAD_INDEX - All supported parameters could be updated successfully,
84 * - NO_MEMORY - Some supported parameters could not be updated
/hardware/interfaces/tetheroffload/control/1.0/
DITetheringOffloadCallback.hal32 * timeout be updated in kernel.
/hardware/interfaces/drm/1.2/
DICryptoFactory.hal32 * have to be updated in a minor uprev.
/hardware/interfaces/wifi/1.2/
Dtypes.hal99 * are updated.
109 * The updated channel(s) information.
DIWifiNanIfaceEventCallback.hal40 * Asynchronous callback indicating a data-path (NDP) schedule has been updated (e.g. channels
/hardware/interfaces/renderscript/1.0/
DIContext.hal225 * @param allocation Allocation to be updated
226 * @param x X position of the first element in the Allocation to be updated
228 * updated; for a 1D Allocation, this value must be 0
230 * updated; for a 1D or 2D Allocation, this value must be 0
233 * @param compIdx Component number to identify which sub-Element is updated
358 * @param compIdx Component number to identify which sub-Element is updated
465 * @param dstAlloc Allocation to be updated
490 * @param dstAlloc Allocation to be updated
528 * @param allocation Allocation to be updated
1063 * @param slot Slot number of variable to be updated
[all …]

123456