Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 37) sorted by relevance

12

/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddump_impl.cpp61 uint32_t filled = UINT32(strlen(buffer)); in AppendString() local
63 if ((filled + 1) >= length) { in AppendString()
66 buffer += filled; in AppendString()
70 vsnprintf(buffer, length - filled -1, format, list); in AppendString()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddump_impl.cpp61 uint32_t filled = UINT32(strlen(buffer)); in AppendString() local
63 if ((filled + 1) >= length) { in AppendString()
66 buffer += filled; in AppendString()
70 vsnprintf(buffer, length - filled -1, format, list); in AppendString()
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddump_impl.cpp61 uint32_t filled = UINT32(strlen(buffer)); in AppendString() local
63 if ((filled + 1) >= length) { in AppendString()
66 buffer += filled; in AppendString()
70 vsnprintf(buffer, length - filled -1, format, list); in AppendString()
/hardware/interfaces/thermal/1.0/
DIThermal.hal27 * @return temperatures If status code is SUCCESS, it's filled with the
48 * @return cpuUsages If status code is SUCCESS, it's filled with the current
64 * @return devices If status code is SUCCESS, it's filled with the current
/hardware/interfaces/graphics/bufferqueue/2.0/
Dtypes.hal100 * Buffers shall be queued by EGL via `eglSwapBuffers()` after being filled
105 * Buffers shall be queued after being filled using the CPU.
109 * Buffers shall be queued by Stagefright after being filled by a video
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp219 m_list[m_count_filled].filled = true; in push()
268 m_list[m_count_filled - 1].filled = false; in pop()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h129 bool filled; ///< element filled? member
/hardware/interfaces/thermal/2.0/
DIThermal.hal34 * @return temperatures If status code is SUCCESS, it's filled with the
52 * @return temperatureThresholds If status code is SUCCESS, it's filled with the
110 * @return devices If status code is SUCCESS, it's filled with the current
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal76 * The output buffers do not need to be filled yet; the framework must wait
80 * being filled. The HAL must include valid release sync fences into each
82 * already filled.
89 * If an output buffer cannot be filled, its status field must be set to
Dtypes.hal441 * both bufferId and buffer handle must be filled. HAL must keep track of
469 * HAL that are in an error state. In case a buffer could not be filled by
793 * An array of at least 1 stream buffers, to be filled with image
821 * set of output buffers that have been/will be filled for this capture. Each
823 * on before reading, in case the buffer has not yet been filled by the HAL.
887 * They may not yet be filled at the time the HAL calls
903 * fd, or to null if the buffer has already been filled.
906 * buffer is not filled, the buffer's status field must be set to ERROR. If
914 * call must be made (or have been made) by the HAL to provide the filled
DICameraDeviceSession.hal290 * held at the time of flush() (whether successfully filled or not) may be
293 * provided they are successfully filled.
/hardware/interfaces/gnss/2.0/
DIGnssDebug.hal40 * Provides a set of debug information that is filled by the GNSS chipset when the method
/hardware/interfaces/health/2.0/
Dtypes.hal134 * If a member is unsupported, it is filled with:
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal125 * to L1 must be filled, and in the other all of the values related to
126 * L5 must be filled.
DIGnssDebug.hal163 * Provides a set of debug information that is filled by the GNSS chipset
DIGnssMeasurementCallback.hal128 * Fields for which there is no corresponding flag must be filled in
296 * Fields for which there is no corresponding flag must be filled in
523 * to L1 must be filled, and in the other all of the values related to
524 * L5 must be filled.
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal41 * Send a filled preview buffer to its consumer.
Dtypes.hal76 * corrupted by subsequent preview frames filled by the camera. This flag is
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal150 * correctly-configured buffer is passed into setReadbackBuffer, filled by
183 * buffer provided to setReadbackBuffer has been filled by the device and is
229 * Sets the readback buffer to be filled with the contents of the next
/hardware/interfaces/tv/input/1.0/
Dtypes.hal65 // must be filled with 0s.
/hardware/interfaces/audio/2.0/
DIDevice.hal187 * @return resultPort port descriptor with all parameters filled up.
/hardware/libhardware/modules/camera/3_4/
DREADME.md137 * A variety of metadata properties can't be filled in from V4L2,
/hardware/interfaces/audio/4.0/
DIDevice.hal189 * @return resultPort port descriptor with all parameters filled up.
/hardware/interfaces/radio/1.2/
DIRadio.hal150 * a roaming network. The 'protocol' parameter in the old RIL API must be filled
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal153 * data will be filled with a pointer to the locked buffer memory. This

12