Searched refs:free (Results 101 - 125 of 256) sorted by relevance

1234567891011

/frameworks/base/services/jni/
H A Dcom_android_server_LightsService.cpp103 free(devices);
/frameworks/base/tools/aapt/
H A Dprintapk.cpp84 free(name);
H A DImages.cpp39 free(rows);
43 free(allocRows[i]);
45 free(allocRows);
47 free(info9Patch.xDivs);
48 free(info9Patch.yDivs);
49 free(info9Patch.colors);
720 free(newData);
1108 free(outRows[i]);
1110 free(outRows);
1111 free(unknown
[all...]
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp92 free(buf);
130 free(buf);
352 free(configs);
361 free(configs);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetShaderSource.cpp109 free(buf);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp76 free(manufacturerName);
77 free(productName);
85 free(interfaceName);
88 free(interfaceName);
94 free(manufacturerName);
95 free(productName);
604 free(initialData);
700 free(initialData);
705 free(initialData);
H A DMtpPacket.cpp46 free(mBuffer);
/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c1098 /**< don't return, we have to free other components */
1113 /**< don't return, we have to free other components */
1120 /**< don't return, we have to free other components */
1126 free(pC->m_pReaderAudioAU);
1139 /**< don't return, we have to free other components */
1145 free(pC->m_pWriterVideoStream);
1150 free(pC->m_pWriterAudioStream);
1155 free(pC->m_pWriterVideoStreamInfo);
1160 free(pC->m_pWriterAudioStreamInfo);
1169 free(p
[all...]
H A DM4VSS3GPP_Clip.c378 free(pTempFile);
764 * But we don't have to free the audio stream. It will be freed by the reader when closing it*/
778 free(pClipCtxt->AudioDecBufferOut.m_dataAddress);
1690 /**< don't return, we still have stuff to free */
1700 free(pClipCtxt->AudioDecBufferOut.m_dataAddress);
1708 it can't be free unless it is set to NULL */
1783 /**< don't return, we still have stuff to free */
1795 free(pClipCtxt->AudioDecBufferOut.m_dataAddress);
1803 it can't be free unless it is set to NULL */
1849 free(pClipCtx
[all...]
H A DM4READER_Pcm.c102 free(pC);
165 free(pC->m_pAudioStream);
542 /* keep trace of the allocated buffers in AU to be able to free them at destroy()
693 free(*pRdrGlobalInterface);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp129 free(filename);
241 free(buf);
251 free(buf);
264 free(buf);
278 free(buf);
287 free(buf);
327 free(buf);
713 free(buf);
732 free(m_buf);
893 free(content
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp107 free(mData);
334 free(buffer);
/frameworks/base/core/jni/
H A Dandroid_hardware_SerialPort.cpp184 free(buf);
219 free(buf);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp96 free(dst);
98 free(texels);
/frameworks/wilhelm/tests/sandbox/
H A Dengine.c169 free(engine_ids);
170 free(engine_req);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp158 free((M4OSA_Int32*)pContext);
541 free(pC->mAudioStreamHandler->\
554 free(pAU);
558 free(pAudioSbrUserData->\
561 free(pAudioSbrUserData);
566 free(pC->mAudioStreamHandler->m_pESDSInfo);
571 free(pC->mAudioStreamHandler);
581 free(pC->mVideoStreamHandler->\
588 free(pC->mVideoStreamHandler->\
595 free(p
[all...]
H A DVideoEditorMp3Reader.cpp220 free(pReaderContext->mAudioStreamHandler->\
229 free(pReaderContext->mAudioStreamHandler);
233 free(pReaderContext->mAudioAu.dataAddress);
696 free((M4OSA_Int32*)pAu->dataAddress);
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Thread.c444 free(threadContext->name);
447 free(threadContext);
556 free(threadContext->name);
H A DLVOSA_FileReader_optim.c185 free(apContext->buffer[i].data);
632 /* free context */
640 free( apContext);
955 free( apContext->FS);
960 free(apContext);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp99 free(buf);
108 free(buf);
146 free(buf);
/frameworks/rs/cpp/
H A DElement.cpp408 free(nameArray);
409 free(sizeArray);
410 free(elementArray);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1849 free(pImagePlanesTemp[i].pac_data);
1867 free(pImagePlanesTemp[i].pac_data);
1883 free(pImagePlanesTemp[i].pac_data);
1915 free(pImagePlanesTemp[i].pac_data);
2052 free(pC) ;
2084 free(pC) ;
2846 * @Note: The caller of the function is responsible to free the yuv buffer allocated
2874 free(pTmpData);
2882 free(pTmpData);
2892 free(pTmpDat
[all...]
/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp48 free(mPtr);
/frameworks/av/media/libstagefright/
H A DMediaBuffer.cpp163 free(mData);
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp81 free(slashClassName);

Completed in 705 milliseconds

1234567891011