Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_util.c13 #undef realloc
273 return realloc(p, n); in rpl_realloc()
Darraylist.c68 if(!(t = realloc(arr->array, new_size*sizeof(void*)))) return -1; in array_list_expand_internal()
Dprintbuf.c73 if(!(t = (char*)realloc(p->buf, new_size))) in printbuf_extend()
Dconfig.h.in63 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
174 #undef realloc
/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.cpp960 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/libhardware/modules/usbaudio/
Daudio_hal.c452 out->conversion_buffer = realloc(out->conversion_buffer, in out_write()
868 in->conversion_buffer = realloc(in->conversion_buffer, in->conversion_buffer_size); in in_read()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp692 void realloc(std::function<sp<Codec2Buffer>()> alloc) { in realloc() function in android::__anonc81e1db90111::BuffersArrayImpl
1160 void realloc(const std::shared_ptr<C2Buffer> &c2buffer) { in realloc() function in android::__anonc81e1db90111::OutputBuffersArray
1187 mImpl.realloc(alloc); in realloc()
2746 array->realloc(entry.buffer); in sendOutputBuffers()
/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/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp746 mSections = (Sections_t *)realloc(mSections, in CheckSectionsAllocated()