/hardware/google/pixel-sepolicy/connectivity_thermal_power_manager/ |
D | connectivity_thermal_power_manager.te | 3 # 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/ |
D | IFrontend.hal | 49 * 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/ |
D | renderpass.adoc | 32 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/ |
D | BatteryDefender.cpp | 124 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/ |
D | IFrontend.hal | 34 * 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/ |
D | deferred_operations_common.adoc | 11 Any previous deferred operation that was associated with
|
/hardware/interfaces/automotive/vehicle/aidl/ |
D | README.md | 8 Auto-generated current and previous versions of AIDL VHAL api.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GOOGLE_display_timing/ |
D | queries.adoc | 93 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/ |
D | ISurroundView3dSession.hal | 36 * 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/ |
D | IGnssAntennaInfo.hal | 42 * If close() is invoked without a previous setCallback, this function must perform
|
/hardware/interfaces/vibrator/1.2/ |
D | types.hal | 21 // Note that while the previous type had a version suffix, this type does not. This is because the
|
/hardware/interfaces/radio/1.1/ |
D | IRadioIndication.hal | 45 * a handle for a previous session and should include a status update regarding the
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessage.hal | 52 * If close() is invoked without a previous setCallback, this function must perform
|
D | IGnssMeasurement.hal | 53 * If close() is invoked without a previous setCallback, this function must perform
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_AMD_shader_info.adoc | 62 The following example continues the previous example by subsequently
|
D | VK_INTEL_performance_query.adoc | 105 // Perform a barrier to ensure all previous commands were complete before
|
D | VK_KHR_xcb_surface.adoc | 57 ** Initial draft, based on the previous contents of VK_EXT_KHR_swapchain
|
D | VK_KHR_xlib_surface.adoc | 57 ** Initial draft, based on the previous contents of VK_EXT_KHR_swapchain
|
D | VK_NV_external_memory_sci_buf.adoc | 62 conventions (previous names retained as aliases), and drop const on
|
/hardware/google/pixel/health/include/pixelhealth/ |
D | BatteryDefender.h | 179 void writeTimeToFile(const std::string &path, const int value, int64_t *previous);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 31 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/ |
D | IContexthub.hal | 41 * callback has already been registered must override the previous
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLSharedGroup.cpp | 417 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/ |
D | README.md | 5 in device manifest. For devices launching with previous versions of Android and
|
/hardware/interfaces/vibrator/1.0/ |
D | IVibrator.hal | 23 * This function must only be called after the previous timeout has expired or
|