Home
last modified time | relevance | path

Searched refs:forced (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/usb/1.2/
Dtypes.hal60 * Upon detection of contaminant presence, Port is forced to sink only
67 * Upon detection of contaminant presence, Port is forced to source only
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp456 bool forced; in TEST_P() local
460 forced = isForced; in TEST_P()
479 ASSERT_TRUE(forced); in TEST_P()
489 ASSERT_FALSE(forced); in TEST_P()
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal140 * Checks, if the analog playback is forced, see setAnalogForced.
148 * @return isForced true if analog is forced, false otherwise.
/hardware/google/gfxstream/host/
DFrameBuffer.h683 bool forced = false);
687 bool closeColorBufferLocked(HandleType p_colorbuffer, bool forced = false);
695 void performDelayedColorBufferCloseLocked(bool forced = false);
DFrameBuffer.cpp1319 bool FrameBuffer::closeColorBufferLocked(HandleType p_colorbuffer, bool forced) { in closeColorBufferLocked() argument
1329 if (m_noDelayCloseColorBufferEnabled) forced = true; in closeColorBufferLocked()
1347 if (forced) { in closeColorBufferLocked()
1377 void FrameBuffer::performDelayedColorBufferCloseLocked(bool forced) { in performDelayedColorBufferCloseLocked() argument
1387 (forced || in performDelayedColorBufferCloseLocked()
1485 std::vector<HandleType> FrameBuffer::cleanupProcGLObjects_locked(uint64_t puid, bool forced) { in cleanupProcGLObjects_locked() argument
1509 if (closeColorBufferLocked(w->second.second, forced)) { in cleanupProcGLObjects_locked()
1530 if (closeColorBufferLocked(cb, forced)) { in cleanupProcGLObjects_locked()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_multisampled_render_to_single_sampled.adoc75 forced to split the render pass implicitly for various reasons.
/hardware/interfaces/biometrics/face/aidl/default/
Dface.sysprop86 # if forced to lock out (Default to false)
/hardware/interfaces/camera/common/1.0/
Dtypes.hal320 * forced to disconnect the the device.
357 * allowed to open camera device 1 or 3 (but would be forced to disconnect
392 * background application may open device 2 (but must be forced to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc166 Some of this can be forced by being more explicit about it, if that is a
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_object.adoc14 …trained from accessing the full capabilities of GPUs, and many IHVs were forced to maintain rat's …
32 …lementations where nearly all "pipeline" state is internally dynamic are forced to either redundan…
36 …ge in tandem with applications. Vulkan applications on these systems are forced to waste precious …
DRoadmap.adoc58 …hat certain markets will only be able to support older versions, and are forced to follow the same…
DVK_EXT_swapchain_maintenance1.adoc71 As a result, the application is forced to present to an old swapchain that may
DVK_EXT_descriptor_buffer.adoc686 If applications were forced to hold on to all unique 'VkBufferView' objects, things get out of hand…
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal624 * shall be forced. This can be retrieved via the corresponding
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h2581 uint32_t forced; member
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal70 * reception conditions. With digital forced, the radio will remain silent
/hardware/google/gfxstream/guest/mesa/
Dmeson.build229 …warning('As a side-effect, Turnip is forced to link with libdrm when built alongside Gallium DRM d…
231 …warning('Turnip is forced to link with libdrm when built alongside other Vulkan drivers which plat…
/hardware/interfaces/radio/1.0/
Dtypes.hal734 CDMA_EHRPD_FORCED = 59, // CDMA eHRPD forced
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc2315 covered area of the primitive, the position can be forced to vary between
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12984 Clarify case of when exp' is forced to 0, avoiding log2(0) undefined