Searched refs:desired (Results 1 – 25 of 26) sorted by relevance
12
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 67 std::string desired = "video"; in V4L2CameraHAL() local 68 size_t len = desired.size(); in V4L2CameraHAL() 69 if (strncmp(desired.c_str(), ent->d_name, len) == 0) { in V4L2CameraHAL()
|
D | v4l2_wrapper_mock.h | 37 int(uint32_t control_id, int32_t desired, int32_t* result));
|
D | v4l2_wrapper.h | 68 int32_t desired,
|
D | v4l2_wrapper.cpp | 269 int32_t desired, in SetControl() argument 286 control.value = desired; in SetControl() 297 v4l2_control control{control_id, desired}; in SetControl()
|
/hardware/interfaces/health/1.0/ |
D | IHealth.hal | 22 * desired. It must be called exactly once at startup time.
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | types.hal | 44 * the client may query for statistics. If offload is desired, the client
|
D | IOffloadControl.hal | 116 * this event and all offload must be stopped. If offload is desired again, the hardware
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsDisplay.hal | 36 * Clients may set the display state to express their desired state.
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 68 * @return halConfiguration The stream parameters desired by the HAL for
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 474 * @return maxLuminance is the desired content maximum luminance for this 476 * @return maxAverageLuminance - the desired content maximum frame-average 478 * @return minLuminance is the desired content minimum luminance for this 735 * hint to apply the desired color transform instead of using the color 739 * apply the desired color transform, it must force all layers to client 983 * Sets the desired composition type of the given layer. During 1092 * Sets the desired Z order (height) of the given layer. A layer with a
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 196 * <p>The desired setting for the camera device's auto-exposure 217 * <p>The desired mode for the camera device's 570 * <p>The desired mode for for the camera device's flash control.</p> 704 * <p>The desired lens aperture size, as a ratio of lens focal length to the 711 * <p>The desired setting for the lens neutral density filter(s).</p> 717 * <p>The desired lens focal length; used for optical zoom.</p> 1034 * <p>The desired region of the sensor to read out for this capture.</p>
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 489 * @return maxLuminance is the desired content maximum luminance for this 491 * @return maxAverageLuminance - the desired content maximum frame-average 493 * @return minLuminance is the desired content minimum luminance for this
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDeviceSession.hal | 74 * @return halConfiguration The stream parameters desired by the HAL for
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 57 * @param maxDequeuedBuffers The desired number of buffers that can be 106 * @param async True if the asynchronous operation is desired; false 117 * Input data for dequeueBuffer() specifying desired attributes of a buffer
|
/hardware/interfaces/audio/5.0/ |
D | IStreamIn.hal | 193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 94 * @param mips AllocationMipmapControl specifies desired mipmap behavior for 109 * @param mips AllocationMipmapControl specifies desired mipmap behavior for 125 * @param mips AllocationMipmapControl specifies desired mipmap behavior
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffect.hal | 124 * @param mode desired audio mode.
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffect.hal | 119 * @param mode desired audio mode.
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffect.hal | 119 * @param mode desired audio mode.
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 333 * The HAL may specify the desired format, maximum buffers, and 390 * structure defines the HAL's desired parameters for each stream.
|
D | ICameraDeviceSession.hal | 162 * @return finalConfiguration The stream parameters desired by the HAL for
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 782 * for all pixel formats if desired. 1220 * (#2 or #3), but the appearance of a larger gamut is desired, techniques
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIface.hal | 239 * desired configuration method.
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 488 * producer. If only the latter functionality is desired, there is a
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1456 * @param reportInterval desired reporting interval (ms).
|
12