Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 21 of 21) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_analyzer.c24 const char *core, char *outbuf, in find_exception_in_hmd_dmx() argument
32 core == NULL || outbuf == NULL || outbuf_max_size <= 0 || in find_exception_in_hmd_dmx()
34 strlen(outbuf) >= outbuf_max_size) in find_exception_in_hmd_dmx()
35 return outbuf; in find_exception_in_hmd_dmx()
49 if (strlen(outbuf) > 0) { in find_exception_in_hmd_dmx()
50 strncat(outbuf, SEPARATOR, in find_exception_in_hmd_dmx()
51 outbuf_max_size - strlen(outbuf) - 1); in find_exception_in_hmd_dmx()
54 strncat(outbuf, core, in find_exception_in_hmd_dmx()
55 outbuf_max_size - strlen(outbuf) - 1); in find_exception_in_hmd_dmx()
56 strncat(outbuf, " crash ", in find_exception_in_hmd_dmx()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp98 u8 *radioStatsBuf = NULL, *ifaceMlStatsBuf = NULL, *outbuf = NULL, *data_ptr = NULL; in handleResponse() local
154 outbuf = radioStatsBuf; in handleResponse()
178 &per_radio_size, &outbuf, &outbuf_rem_len); in handleResponse()
187 outbuf += per_radio_size; in handleResponse()
193 outbuf = NULL; in handleResponse()
206 outbuf = ifaceMlStatsBuf; in handleResponse()
224 memcpy(outbuf, data_ptr, fixed_iface_ml_stat_size); in handleResponse()
227 outbuf += fixed_iface_ml_stat_size; in handleResponse()
246 ret = convertToExternalIfaceMlstatStructure(&data, &offset, &outbuf, in handleResponse()
301 uint32_t *per_radio_size, u8 **outbuf, uint32_t *outbuf_rem_len) in convertToExternalRadioStatStructure() argument
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp77 if (list && list->outbuf && list->numHwLayers > 0) { in prepare()
101 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare()
140 if (list && list->outbuf && list->numHwLayers > 0) { in set()
147 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set()
DHWC2On1Adapter.cpp1295 mHwc1RequestedContents->outbuf = mOutputBuffer.getBuffer(); in prepare()
1607 if (hwcContents.outbuf != nullptr) { in to_string()
1608 output << fill << "Output buffer: " << hwcContents.outbuf << "/" << in to_string()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); in Commit()
204 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputSliceFromMetadata()
265 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputBuffer()
302 static_cast<const private_handle_t *>(content_list->outbuf); in CommitOutputBufferParams()
Dhwc_display_virtual.h58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf); in IsValidContentList()
Dhwc_color_manager.cpp270 solid_fill_layers_->outbuf = NULL; in CreateSolidFillLayers()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); in Commit()
204 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputSliceFromMetadata()
265 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputBuffer()
313 static_cast<const private_handle_t *>(content_list->outbuf); in CommitOutputBufferParams()
Dhwc_display_virtual.h58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf); in IsValidContentList()
Dhwc_color_manager.cpp270 solid_fill_layers_->outbuf = NULL; in CreateSolidFillLayers()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_virtual.cpp182 const private_handle_t *output_handle = (const private_handle_t *)(content_list->outbuf); in Commit()
204 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputSliceFromMetadata()
265 static_cast<const private_handle_t *>(content_list->outbuf); in SetOutputBuffer()
313 static_cast<const private_handle_t *>(content_list->outbuf); in CommitOutputBufferParams()
Dhwc_display_virtual.h58 return (content_list && content_list->numHwLayers > 0 && content_list->outbuf); in IsValidContentList()
Dhwc_color_manager.cpp270 solid_fill_layers_->outbuf = NULL; in CreateSolidFillLayers()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.cpp98 if (list && list->outbuf && list->numHwLayers > 0) { in prepare()
122 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare()
154 if (list && list->outbuf && list->numHwLayers > 0) { in set()
161 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set()
342 if (list && list->outbuf && (list->retireFenceFd < 0) ) { in set()
Dhwc_utils.cpp2072 if(list->outbuf and (ctx->numActiveDisplays == HWC_NUM_DISPLAY_TYPES)) { in canUseMDPforVirtualDisplay()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.cpp109 if (list && list->outbuf && list->numHwLayers > 0) { in prepare()
133 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in prepare()
166 if (list && list->outbuf && list->numHwLayers > 0) { in set()
173 private_handle_t *ohnd = (private_handle_t *)list->outbuf; in set()
380 if (list && list->outbuf && (list->retireFenceFd < 0) ) { in set()
/hardware/libhardware/include/hardware/
Dhwcomposer.h387 buffer_handle_t outbuf; member
/hardware/libhardware/include_all/hardware/
Dhwcomposer.h387 buffer_handle_t outbuf; member
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h583 int32_t setOutBuf(buffer_handle_t outbuf, int32_t fence);
DExynosMPP.cpp994 int32_t ExynosMPP::setOutBuf(buffer_handle_t outbuf, int32_t fence) { in setOutBuf() argument
996 if (outbuf != NULL) { in setOutBuf()
997 mDstImgs[mCurrentDstBuf].bufferHandle = outbuf; in setOutBuf()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1225 mHwc1RequestedContents->outbuf = mOutputBuffer.getBuffer(); in prepare()
1505 if (hwcContents.outbuf != nullptr) { in to_string()
1506 output << fill << "Output buffer: " << hwcContents.outbuf << "/" << in to_string()
2418 ALOGV(" outbuf :0x%p", display->outbuf); in dumpHWC1Message()