Searched refs:free (Results 151 - 175 of 256) sorted by relevance

1234567891011

/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp85 free(mBuffer);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ddtx_enc.cpp438 free(*st);
475 free(*st);
H A Dgain_q.cpp369 free(*state);
H A Dlevinson.cpp346 free(*state);
383 free(*state);
H A Dp_ol_wgh.cpp362 free(*state);
397 free(*state);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c83 free(ptr);
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp782 free(stackTraceFile);
895 free(slashClassName);
983 * Note that this function calls free(args)
989 free(args);
1002 free(name);
1022 void** args = (void**) malloc(3 * sizeof(void*)); // javaThreadShell must free
1029 args[2] = (void*) strdup(threadName); // javaThreadShell must free
H A DBindTest.cpp163 free(str);
H A Dandroid_hardware_UsbDeviceConnection.cpp220 free(serial);
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp232 free(shadow.image);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorOsal.cpp309 VIDEOEDIT_LOG_API(ANDROID_LOG_INFO, "VIDEO_EDITOR_OSAL", "free");
312 free(pData);
/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.cpp231 free(value->value);
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp267 free(pInfo);
/frameworks/compile/slang/
H A Dslang_rs_context.cpp281 free(NewItem);
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp47 free(buffer);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c6 * This source is free software; you can redistribute it and/or
109 free(object->normalArray);
110 free(object->colorArray);
111 free(object->vertexArray);
112 free(object);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp275 free(indices);
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp293 free(decoderIds);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1020 free(pTmpBuff1);
1590 /* find the free PPS ID */
2049 free(instance->encoder_pps.slice_group_id);
2054 free(instance->p_encoder_sps);
2060 free(instance->p_encoder_pps);
2066 free(instance->m_pFinalDSI);
2072 free(instance);
3219 free effects list*/
3222 free(pC->pEffects);
3234 free(p
[all...]
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp93 free(mCStrings);
94 free(mSizeArray);
420 free(ids);
421 free(names);
422 free(arraySizes);
911 free(fileEntries);
1528 free(allocs);
1546 free(allocs);
1547 free(prims);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp784 free(bgFrame.m_dataAddress);
787 free(mixFrame.m_dataAddress);
/frameworks/av/libvideoeditor/vss/src/
H A DM4AIR_API.c164 free(pC) ;
195 free(pC) ;
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp175 pContext->pEqualizer->free();
301 pContext->pEqualizer->free();
/frameworks/native/cmds/servicemanager/
H A Dbinder.c85 #define BIO_F_MALLOCED 0x08 /* needs to be free()'d */
126 free(bs);
134 free(bs);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java80 /** Return value from {@link #checkDestination} for free (no cost) short codes. */
158 /** XML attribute for the free short code regex pattern. */
159 private static final String ATTR_FREE = "free";
331 String free = parser.getAttributeValue(null, ATTR_FREE);
333 return new ShortCodePatternMatcher(pattern, premium, free, standard);

Completed in 700 milliseconds

1234567891011