/hardware/google/interfaces/bluetooth/sar/1.0/ |
D | IBluetoothSar.hal | 29 * @param cap Bluetooth Tx cap. Range is between 0 and 80 units, 41 * @param brCap Bluetooth Tx cap. Range is between 0 and 80 units, 43 * @param edrCap Bluetooth Tx cap. Range is between 0 and 80 units, 45 * @param bleCap Bluetooth Tx cap. Range is between 0 and 80 units,
|
/hardware/google/interfaces/bluetooth/sar/1.1/ |
D | IBluetoothSar.hal | 31 * @param chain0Cap Bluetooth Tx cap of chain 0 mode. Range is between 0 and 80 units, each unit 33 * @param chain1Cap Bluetooth Tx cap of chain 1 mode. Range is between 0 and 80 units, each unit 35 * @param beamformingCap Bluetooth Tx cap of beamforming mode. Range is between 0 and 80 units,
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 69 /* A frame width in the units of pixels */ 72 /* A frame height in the units of pixels */ 75 /* A frame stride in the units of pixels, to match gralloc */ 78 /* The size of a pixel in the units of bytes */
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 28 * the touch contact area. The units are display pixels. 30 * contact area. The units are device-dependent. 32 * The units are display pixels. 43 * the touch contact area. The units are display pixels. 45 * contact area. The units are device-dependent. 47 * The units are display pixels. 83 * The units are display pixels. 86 * The units are device-dependent. 94 * The units are display pixels. 97 * The units are device-dependent. [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_win32_keyed_mutex/ |
D | keyed_mutex_submit.adoc | 32 values, in millisecond units, for each acquire specified in
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_functions.h | 64 X(void, glPolygonOffset, (GLfloat factor, GLfloat units), (factor, units)) \
|
D | gles1_only_functions.h | 101 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \
|
D | gles12tr_internal.h | 239 X(void, glPolygonOffset, (GLfloat factor, GLfloat units), (factor, units)) \ 240 X(void, glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units)) \ 241 X(void, glPolygonOffsetxOES, (GLfixed factor, GLfixed units), (factor, units)) \
|
D | gles_common_for_gles1_static_translator_namespaced_header.h | 64 GL_APICALL void GL_APIENTRY glPolygonOffset(GLfloat factor, GLfloat units);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 64 GL_APICALL void GL_APIENTRY glPolygonOffset(GLfloat factor, GLfloat units);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_dispatch_logging_wrappers.impl | 269 void glPolygonOffset_dispatchLoggingWrapper(GLfloat factor, GLfloat units) { 270 DISPATCH_DEBUG_LOG("glPolygonOffset(factor:%f, units:%f)", factor, units); 271 GLDispatch::glPolygonOffset_underlying(factor, units);
|
D | gles1_only_dispatch_logging_wrappers.impl | 469 void glPolygonOffsetx_dispatchLoggingWrapper(GLfixed factor, GLfixed units) { 470 DISPATCH_DEBUG_LOG("glPolygonOffsetx(factor:%d, units:%d)", factor, units); 471 GLDispatch::glPolygonOffsetx_underlying(factor, units);
|
D | gles_common_for_gles1.entries | 63 void glPolygonOffset(GLfloat factor, GLfloat units);
|
D | gles_common.entries | 62 void glPolygonOffset(GLfloat factor, GLfloat units);
|
D | gles_common_for_gles2.entries | 63 void glPolygonOffset(GLfloat factor, GLfloat units);
|
/hardware/interfaces/thermal/1.0/ |
D | types.hal | 49 * Current temperature can be in any units if type=UNKNOWN.
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 57 * The size of a pixel in the units of bytes 237 /** Structure for translation with x, y and z units. */ 283 * Translation part of the sensor pose, in (x, y, z) format with milli-meter units.
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 818 * temperature control units -- driver side and passenger side. 836 * are three temperature control units -- driver side, passenger side, and rear. 848 * - If HVAC_AUTO_ON had two separate control units for the driver side 1018 * temperature control units -- driver side and passenger side -- which can 1111 * Temperature units for display 1115 * VehiclePropConfig.configArray is used to indicate the supported temperature display units. 1306 * Distance units for display 1308 * Indicates which units the car is using to display distances to the user. Eg. Mile, Meter 1311 * Distance units are defined in VehicleUnit. 1312 * VehiclePropConfig.configArray is used to indicate the supported distance display units. [all …]
|
/hardware/interfaces/wifi/1.4/ |
D | types.hal | 293 * Time interval between bursts (units: 100 ms). 450 * OFDM/CCK rate code would be as per ieee std in the units of 0.5mbps. 456 * Bitrate in units of 100 Kbps.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/ |
D | WaitForPresent.adoc | 20 * pname:timeout is the timeout period in units of nanoseconds.
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 38 void glPolygonOffset(GLfloat factor, GLfloat units); 124 void glPolygonOffsetx(GLfixed factor, GLfixed units); 215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units); 489 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument 492 ctx->glPolygonOffset(ctx, factor, units); in glPolygonOffset() 1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument 1012 ctx->glPolygonOffsetx(ctx, factor, units); in glPolygonOffsetx() 1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument 1558 ctx->glPolygonOffsetxOES(ctx, factor, units); in glPolygonOffsetxOES()
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 209 * ICameraProviderCallback::TorchModeStatusChange() for all flash units 213 * for all flash units that have become unavailable. 217 * for all flash units that have now entered the AVAILABLE_OFF state and
|
/hardware/interfaces/automotive/sv/1.0/ |
D | types.hal | 21 /** Structure for translation with x, y and z units. */ 78 * Translation part of the pose, in (x, y, z) format with milli-meter units.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 106 * in the specified units.
|
/hardware/interfaces/sensors/2.1/ |
D | types.hal | 95 /** maximum range of this sensor's value in SI units */
|