Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 127) sorted by relevance

123456

/hardware/google/pixel-sepolicy/connectivity_thermal_power_manager/
Dconnectivity_thermal_power_manager.te3 # all of the previous permissions that we had as a platform_app
9 # register previous permissions we had as a platform_app
/hardware/interfaces/tv/tuner/1.0/
DIFrontend.hal49 * delivery information. If previous tuning isn't completed, this call MUST
50 * stop previous tuning, and start a new tuning.
64 * Stops a previous tuning.
91 * If previous scan isn't completed, this call MUST stop previous scan,
107 * Stops a previous scanning.
109 * If the method completes successfully, the frontend stop previous
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_subpass_merge_feedback/
Drenderpass.adoc32 merging the described subpass with previous subpasses in the render pass.
93 specifying information about whether the subpass is merged with previous
111 with a previous subpass.
113 disallowed to merge with previous subpass.
122 previous subpass.
124 the subpass is not merged because view masks do not match with previous
132 color attachment from previous subpass or the formats are incompatible.
/hardware/google/pixel/health/
DBatteryDefender.cpp124 void BatteryDefender::writeTimeToFile(const std::string &path, const int value, int64_t *previous) { in writeTimeToFile() argument
127 ((value == 0) || (*previous == -1) || (value > (*previous + kWriteDelaySecs)) || in writeTimeToFile()
128 (value < (*previous - kWriteDelaySecs))); in writeTimeToFile()
129 if ((value != *previous) && hasTimeChangedSignificantly) { in writeTimeToFile()
131 *previous = value; in writeTimeToFile()
/hardware/interfaces/tv/tuner/1.1/
DIFrontend.hal34 * delivery information. If previous tuning isn't completed, this call MUST
35 * stop previous tuning, and start a new tuning.
55 * If previous scan isn't completed, this call MUST stop previous scan,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddeferred_operations_common.adoc11 Any previous deferred operation that was associated with
/hardware/interfaces/automotive/vehicle/aidl/
DREADME.md8 Auto-generated current and previous versions of AIDL VHAL api.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/
Dqueries.adoc93 the previous image.
120 information about previous presents.
130 information about one or more previous presents to a given swapchain, call:
166 previous fname:vkQueuePresentKHR command via
168 It can: be used to uniquely identify a previous present with the
171 to a previous flink:vkQueuePresentKHR command via
204 in case a new image takes longer to render than the previous image).
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal36 * A call to setViews() results in the views set by a previous call to be discarded.
40 * may continue to receive frames of previous views after setViews() call for a while and can
83 * When an overlay with previous id is passed, its vertices/color are updated with passed data.
/hardware/interfaces/gnss/2.1/
DIGnssAntennaInfo.hal42 * If close() is invoked without a previous setCallback, this function must perform
/hardware/interfaces/vibrator/1.2/
Dtypes.hal21 // Note that while the previous type had a version suffix, this type does not. This is because the
/hardware/interfaces/radio/1.1/
DIRadioIndication.hal45 * a handle for a previous session and should include a status update regarding the
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessage.hal52 * If close() is invoked without a previous setCallback, this function must perform
DIGnssMeasurement.hal53 * If close() is invoked without a previous setCallback, this function must perform
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_AMD_shader_info.adoc62 The following example continues the previous example by subsequently
DVK_INTEL_performance_query.adoc105 // Perform a barrier to ensure all previous commands were complete before
DVK_KHR_xcb_surface.adoc57 ** Initial draft, based on the previous contents of VK_EXT_KHR_swapchain
DVK_KHR_xlib_surface.adoc57 ** Initial draft, based on the previous contents of VK_EXT_KHR_swapchain
DVK_NV_external_memory_sci_buf.adoc62 conventions (previous names retained as aliases), and drop const on
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h179 void writeTimeToFile(const std::string &path, const int value, int64_t *previous);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc31 previous frame, or in emulation of `GL_EXT_multisampled_render_to_texture`.
150 - `VK_ATTACHMENT_LOAD_OP_DONT_CARE`: Specifies that the previous contents of
153 - `VK_ATTACHMENT_LOAD_OP_NONE_EXT`: Specifies that the previous contents of the
162 whether the previous subpass's multisampled data are returned or the resolved
/hardware/interfaces/contexthub/1.2/
DIContexthub.hal41 * callback has already been registered must override the previous
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp417 void GLSharedGroup::onUseProgram(GLuint previous, GLuint next) { in onUseProgram() argument
418 if (previous == next) return; in onUseProgram()
422 if (previous) { in onUseProgram()
423 deleteProgramDataLocked(previous); in onUseProgram()
/hardware/interfaces/drm/1.1/
DREADME.md5 in device manifest. For devices launching with previous versions of Android and
/hardware/interfaces/vibrator/1.0/
DIVibrator.hal23 * This function must only be called after the previous timeout has expired or

123456