/hardware/interfaces/audio/aidl/default/include/effect-impl/ |
D | EffectRange.h | 31 template <typename T, std::size_t... Is> 32 bool isTupleInRange(const T& test, const T& min, const T& max, std::index_sequence<Is...>) { in isTupleInRange() argument 33 return (isInRange(std::get<Is>(test), std::get<Is>(min), std::get<Is>(max)) && ...); in isTupleInRange()
|
/hardware/libhardware/tests/input/evdev/ |
D | InputMocks.h | 68 template<typename I, typename... Is> 69 void addKeys(I key, Is... keys) { in addKeys()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_external_memory_host.adoc | 51 4) Is flink:vkMapMemory expected to return the same host address which was 60 5) Is there any limitation on the alignment of the host pointer and/or size?
|
D | VK_NV_present_barrier.adoc | 28 1) Is there a query interface to check if a swapchain is using the present
|
D | VK_ARM_rasterization_order_attachment_access.adoc | 36 1) Is there any interaction with the `apiext:VK_KHR_dynamic_rendering`
|
D | VK_EXT_inline_uniform_block.adoc | 53 2) Is the descriptor array index and array size expressed in terms of bytes 86 5) Is the pname:descriptorBindingVariableDescriptorCount feature introduced
|
D | VK_QCOM_multiview_per_view_viewports.adoc | 39 1) Is is possible to enable/disable the
|
D | VK_EXT_application_parameters.adoc | 57 . Is it OK if the "valid value" for specified keys is not from static
|
D | VK_KHR_shader_draw_parameters.adoc | 72 1) Is this the same functionality as `GL_ARB_shader_draw_parameters`?
|
D | VK_NV_fragment_shading_rate_enums.adoc | 46 . Is this a standalone extension?
|
D | VK_NV_representative_fragment_test.adoc | 53 (1) Is the representative fragment test guaranteed to have any effect?
|
D | VK_NV_clip_space_w_scaling.adoc | 56 1) Is the pipeline struct name too long?
|
D | VK_EXT_opacity_micromap.adoc | 115 (1) Is the build actually similar to an acceleration structure build?
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/ |
D | README | 61 - Is the feature lightweight, general-purpose, and platform-independent? 62 - Is the feature not well served by other means, particularly by the C++ 64 - Is the feature needed by a Fuchsia SDK library?
|
/hardware/st/nfc/1.0/adaptation/ |
D | config.cpp | 80 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() function in CNfcConfig 292 if (Is(IsStringValue) && base == 16 && i > 0) { in readConfig()
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | config.cpp | 82 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() function in CNfcConfig 306 if (Is(IsStringValue) && base == 16 && i > 0) { in readConfig()
|
/hardware/interfaces/gnss/visibility_control/1.0/ |
D | IGnssVisibilityControlCallback.hal | 116 /** Is the device in user initiated emergency session. */ 119 /** Is cached location provided */
|
/hardware/samsung/nfc/halimpl/src/ |
D | config.cpp | 168 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() function in CNfcConfig 399 if (Is(IsStringValue) && base == 16 && i > 0) { in readConfig()
|
/hardware/interfaces/thermal/1.0/ |
D | types.hal | 111 * Is set to true when a core is online.
|
/hardware/nxp/nfc/pn8x/halimpl/utils/ |
D | phNxpConfig.cpp | 150 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() function in CNfcConfig 378 if (Is(IsStringValue) && base == 16 && i > 0) { in readConfig()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_attachment_feedback_loop_layout.adoc | 62 === RESOLVED: Is it possible to use `VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT` image la…
|
D | VK_EXT_rasterization_order_attachment_access.adoc | 80 === RESOLVED: Is there any interaction with the link:{refpage}VK_KHR_dynamic_rendering.html[VK_KHR_…
|
D | VK_MSFT_layered_driver.adoc | 73 === RESOLVED: Is a string the right way to identify an underlying API?
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationUI.hal | 47 * - OperationPending: Is returned when the confirmation provider is currently
|
/hardware/nxp/nfc/snxxx/halimpl/utils/ |
D | phNxpConfig.cc | 176 inline bool Is(unsigned long f) { return (state & f) == f; } in Is() function in CNfcConfig 412 if (Is(IsStringValue) && base == 16 && i > 0) { in readConfig()
|