HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 2376 - 2400 of 2813) sorted by null

<<919293949596979899100>>

  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 97 aecm = malloc(sizeof(aecmob_t));
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 141 cfile = malloc(flen);
  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 711 tmp = malloc(*outlen);
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 97 page->mData = malloc(mPageSize);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.cpp 203 if ((s= (cod_amrState *) malloc(sizeof(cod_amrState))) == NULL){
204 fprintf(stderr, "cod_amr_init: can not malloc state structure\n");
277 if ((s = (cod_amrState *) malloc(sizeof(cod_amrState))) == NULL)
280 can not malloc state structure\n"); */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 252 mConversionBuffer = (uint8_t *)malloc(mWidth * mHeight * 3 / 2);
  /frameworks/av/media/mtp/
MtpDataPacket.cpp 479 void* result = malloc(length);
  /frameworks/base/core/jni/
android_os_Debug.cpp 36 #include <malloc.h>
164 (strstr(name, "/dev/ashmem/libc malloc") == name)) {
445 fprintf(fp, "$ adb shell setprop libc.debug.malloc 1\n");
  /frameworks/base/libs/storage/
IMountService.cpp 211 *users = (int32_t*)malloc(sizeof(int32_t)*numUsers);
  /frameworks/native/cmds/dumpstate/
utils.c 184 char *buf = (char *) malloc(size + 1);
  /frameworks/native/cmds/servicemanager/
binder.c 98 bs = malloc(sizeof(*bs));
  /frameworks/native/libs/utils/
VectorImpl.cpp 184 temp = malloc(mItemSize);
ZipFileRO.cpp 173 unsigned char* scanBuf = (unsigned char*) malloc(readAmount);