Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 47) sorted by relevance

12

/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectRange.h31 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/
DInputMocks.h68 template<typename I, typename... Is>
69 void addKeys(I key, Is... keys) { in addKeys()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_external_memory_host.adoc51 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?
DVK_NV_present_barrier.adoc28 1) Is there a query interface to check if a swapchain is using the present
DVK_ARM_rasterization_order_attachment_access.adoc36 1) Is there any interaction with the `apiext:VK_KHR_dynamic_rendering`
DVK_EXT_inline_uniform_block.adoc53 2) Is the descriptor array index and array size expressed in terms of bytes
86 5) Is the pname:descriptorBindingVariableDescriptorCount feature introduced
DVK_QCOM_multiview_per_view_viewports.adoc39 1) Is is possible to enable/disable the
DVK_EXT_application_parameters.adoc57 . Is it OK if the "valid value" for specified keys is not from static
DVK_KHR_shader_draw_parameters.adoc72 1) Is this the same functionality as `GL_ARB_shader_draw_parameters`?
DVK_NV_fragment_shading_rate_enums.adoc46 . Is this a standalone extension?
DVK_NV_representative_fragment_test.adoc53 (1) Is the representative fragment test guaranteed to have any effect?
DVK_NV_clip_space_w_scaling.adoc56 1) Is the pipeline struct name too long?
DVK_EXT_opacity_micromap.adoc115 (1) Is the build actually similar to an acceleration structure build?
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DREADME61 - 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/
Dconfig.cpp80 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/
Dconfig.cpp82 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/
DIGnssVisibilityControlCallback.hal116 /** Is the device in user initiated emergency session. */
119 /** Is cached location provided */
/hardware/samsung/nfc/halimpl/src/
Dconfig.cpp168 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/
Dtypes.hal111 * Is set to true when a core is online.
/hardware/nxp/nfc/pn8x/halimpl/utils/
DphNxpConfig.cpp150 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/
DVK_EXT_attachment_feedback_loop_layout.adoc62 === RESOLVED: Is it possible to use `VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT` image la…
DVK_EXT_rasterization_order_attachment_access.adoc80 === RESOLVED: Is there any interaction with the link:{refpage}VK_KHR_dynamic_rendering.html[VK_KHR_…
DVK_MSFT_layered_driver.adoc73 === RESOLVED: Is a string the right way to identify an underlying API?
/hardware/interfaces/confirmationui/1.0/
DIConfirmationUI.hal47 * - OperationPending: Is returned when the confirmation provider is currently
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc176 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()

12