Searched refs:malloc (Results 26 - 50 of 448) sorted by relevance

1234567891011>>

/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dgps.c45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dgps.c45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.h77 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c19 #include <malloc.h>
87 consumerir_device_t *dev = malloc(sizeof(consumerir_device_t));
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf.c86 hPERF = (PERF_OBJHANDLE) malloc(sizeof(PERF_OBJTYPE));
94 me = (PERF_Private *) malloc(sizeof(PERF_Private));
H A Dperf_log.c103 perf->pLog = (PERF_LOG_Private *) malloc (sizeof (PERF_LOG_Private));
118 (unsigned long *) malloc (sizeof (unsigned long) * me->uBufSize);
119 me->fOutFile = (char *) malloc (strlen(config->trace_file) + 34);
/hardware/bsp/intel/peripheral/libmraa/src/python/
H A Dmraa.i81 $1 = (char*) malloc($2 * sizeof(char));
108 $1 = (uint8_t*) malloc($2 * sizeof(uint8_t));
135 $2 = (uint8_t*) malloc($3 * sizeof(uint8_t));
/hardware/intel/common/libva/test/basic/
H A Dtest_11.c47 surfaces = malloc(total_surfaces * sizeof(VASurfaceID));
113 input_data[i] = malloc(buffer_sizes[i]+4);
123 data = malloc(buffer_sizes[i]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dresize_util.c95 inbuf = (uint8_t*)malloc(width * height * 3 / 2);
96 outbuf = (uint8_t*)malloc(target_width * target_height * 3 / 2);
/hardware/libhardware/modules/fingerprint/
H A Dfingerprint.c19 #include <malloc.h>
85 fingerprint_device_t *dev = malloc(sizeof(fingerprint_device_t));
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp21 #include <malloc.h>
114 dev = (hwc_context_t*)malloc(sizeof(*dev));
/hardware/libhardware/modules/tv_input/
H A Dtv_input.cpp19 #include <malloc.h>
119 tv_input_private_t* dev = (tv_input_private_t*)malloc(sizeof(*dev));
/hardware/libhardware_legacy/uevent/
H A Duevent.c19 #include <malloc.h>
108 h = malloc(sizeof(struct uevent_handler));
/hardware/ti/omap4-aah/
H A DAndroid.mk11 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
/hardware/ti/omap4-aah/domx/
H A DAndroid.mk10 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
/hardware/ti/omap4xxx/
H A DAndroid.mk13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ducode_download.c49 buf = malloc(WLC_IOCTL_MEDLEN);
84 new_buf = (unsigned char *)malloc(size2alloc);
168 if ((ucode_trx_hdr = malloc(sizeof(struct trx_header)))
191 ucodetrx_buf = (unsigned char *)malloc(ucode_info_len *
/hardware/intel/common/libva/test/decode/
H A Dloadjpeg.c74 buf = (unsigned char *)malloc(length_of_file + 4);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvideo_writer.c43 writer = malloc(sizeof(*writer));
/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c17 #include <malloc.h>
/hardware/qcom/audio/legacy/alsa_sound/
H A Dacoustics_default.cpp54 dev = (acoustic_device_t *) malloc(sizeof(*dev));
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_delta_panel.cpp21 #include <malloc.h>
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_DebugMem.h34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) macro
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_DebugMem.h58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) macro
/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.cpp105 mSemaphore = (sem_t*)malloc(sizeof(sem_t)) ;

Completed in 948 milliseconds

1234567891011>>