Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 25 of 149) sorted by relevance

123456

/hardware/interfaces/sensors/1.0/
DISensors.hal142 * Register direct report channel.
144 * Register a direct channel with supplied shared memory information. Upon
154 * direct channel (>0) in configureDirectReport and
161 * Unregister direct report channel.
163 * Unregister a direct channel previously registered using
165 * still active sensor report configured in the direct channel.
167 * @param channelHandle handle of direct channel to be unregistered.
168 * @return result OK if direct report is supported; INVALID_OPERATION
174 * Configure direct sensor event report in direct channel.
176 * This function start, modify rate or stop direct report of a sensor in a
[all …]
/hardware/interfaces/sensors/2.0/
DISensors.hal130 * All active sensor requests and direct channels must be closed and
220 * Register direct report channel.
222 * Register a direct channel with supplied shared memory information. Upon
231 * direct channel (>0) in configureDirectReport and
239 * Unregister direct report channel.
241 * Unregister a direct channel previously registered using
243 * still active sensor report configured in the direct channel.
245 * @param channelHandle handle of direct channel to be unregistered.
246 * @return result OK if direct report is supported; INVALID_OPERATION
252 * Configure direct sensor event report in direct channel.
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_direct_mode_display.adoc45 2) Are separate calls needed to acquire displays and enable direct mode?
48 Acquiring a display puts it into direct mode.
DVK_NVX_image_view_handle.adoc20 This provides no direct functionality itself.
DVK_NV_external_memory_rdma.adoc19 remote direct memory access (RDMA) from other devices.
DVK_EXT_debug_marker.adoc150 structure as their parameter for a more flexible API, as opposed to direct
171 ** Changed functions to take extensible structs instead of direct function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h50 …& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct, bool* needEnablin…
138 …& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLe…
198 …& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLe…
200 …& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLenum array_id,GL…
DGLEScmContext.cpp444 …& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLenum array_id,GL… in setupArrayPointerHelper() argument
448 if(needConvert(cArrs,first,count,type,indices,direct,p,array_id)){ in setupArrayPointerHelper()
458 …& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct, bool* needEnablin… in setupArraysPointers() argument
470 setupArrayPointerHelper(cArrs,first,count,type,indices,direct,array_id,p); in setupArraysPointers()
485 setupArrayPointerHelper(cArrs,first,count,type,indices,direct,array_id,p); in setupArraysPointers()
579 …& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLe… in doConvert() argument
580 return needConvert(cArrs, first, count, type, indices, direct, p, array_id); in doConvert()
669 …& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLe… in needConvert() argument
689 if (direct) { in needConvert()
695 if (direct) { in needConvert()
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglx.h186 GLXContext shareList, Bool direct );
269 Bool direct );
297 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
Dglxext.h102 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
120 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
154 …BPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib…
156 …ibsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib…
747 …XPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
754 …igSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h68 …& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct, bool* needEnablin…
133 …& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLe…
DGLESv2Context.cpp638 …& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct, bool* needEnablin… in setupArraysPointers() argument
720 …& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLe… in needConvert() argument
732 if (direct) { in needConvert()
738 if (direct) { in needConvert()
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglx.h191 GLXContext shareList, Bool direct );
274 Bool direct );
302 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
Dglxext.h539 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
558 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
598 …ibsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib…
600 …BPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib…
685 …igSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
692 …XPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/hardware/interfaces/camera/provider/
DREADME.md9 It also allows for direct control of the flash unit of camera devices that have
/hardware/google/gfxstream/host/apigen-codec-common/
DX11Support.h26 …Context, ( Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct )) \
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_depth_bias_control.adoc20 `0.5f`, as a direct offset to be applied. Translation layers can attempt to
21 simulate this behavior by multiplying the application-provided direct bias by
/hardware/google/camera/common/sensor_listener/tests/
Dhow_to_run.txt6 # GoogGyroTest: test gyro direct channel and polling based gyro.
/hardware/interfaces/ir/aidl/default/
DAndroid.bp77 // Reference to the filegroup instead of direct path since
/hardware/libhardware/
DAndroid.bp56 // should replace this dependency with a direct dependency on libhardware(_headers)?.
/hardware/google/gfxstream/third-party/astc-encoder/
DLICENSE.txt19 "control" means (i) the power, direct or indirect, to cause the
85 or a Contribution incorporated within the Work constitutes direct
158 liable to You for damages, including any direct, indirect, special,
/hardware/qcom/display/msm8998/liblight/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
97 or a Contribution incorporated within the Work constitutes direct
170 liable to You for damages, including any direct, indirect, special,
/hardware/qcom/display/msm8996/liblight/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
97 or a Contribution incorporated within the Work constitutes direct
170 liable to You for damages, including any direct, indirect, special,
/hardware/qcom/audio/legacy/alsa_sound/
DNOTICE32 "control" means (i) the power, direct or indirect, to cause the
98 or a Contribution incorporated within the Work constitutes direct
171 liable to You for damages, including any direct, indirect, special,
/hardware/qcom/display/msm8084/libgralloc/
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
97 or a Contribution incorporated within the Work constitutes direct
170 liable to You for damages, including any direct, indirect, special,

123456