Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dradio_mode.cpp187realloc(mode_info.iface_info, (num_of_iface + 1) * sizeof(wifi_iface_info)); in handleEvent()
199 realloc(mwifi_iface_mac_info, (num_of_mac + 1) * (sizeof(wifi_mac_info))); in handleEvent()
Dgscan_event_handler.cpp1299 realloc (mHotlistApFoundResults, resultsBufSize); in handleEvent()
1402 realloc (mHotlistApLostResults, resultsBufSize); in handleEvent()
1513 realloc (mSignificantChangeResults, in handleEvent()
1720 realloc (mPnoNetworkFoundResults, resultsBufSize); in handleEvent()
Dllstats.cpp976 radioStatsBuf = (wifi_radio_stat *)realloc( in handleResponse()
Dwifilogger_diag.cpp1565 temp = (wifi_ring_buffer_entry *)realloc(info->rx_aggr_pkts, in parse_rx_stats_v2()
1695 temp = (wifi_ring_buffer_entry *)realloc(info->rx_aggr_pkts, in parse_rx_stats()
/hardware/google/apf/
Dapf_run.c271 program = realloc(program, program_len + data_len); in main()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1093 bool realloc = (mPrevAssignedDisplayType != assignedDisplay) || in needDstBufRealloc() local
1101 MPP_LOGD(eDebugMPP|eDebugBuf, "realloc: %d--------", realloc); in needDstBufRealloc()
1102 return realloc; in needDstBufRealloc()
1656 bool realloc = false; in doPostProcessing() local
1666 if ((realloc = needDstBufRealloc(dst, mCurrentDstBuf)) == true) { in doPostProcessing()
1697 if ((realloc == false) && canUsePrevFrame()) { in doPostProcessing()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_test.c655 p_test = realloc(p_test, (in_file_cnt + 1) * sizeof(*p_test)); in mm_jpeg_test_get_input()
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c738 out->conversion_buffer = realloc(out->conversion_buffer, in out_write()
1159 in->conversion_buffer = realloc(in->conversion_buffer, in->conversion_buffer_size); in in_read()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp746 mSections = (Sections_t *)realloc(mSections, in CheckSectionsAllocated()