HomeSort by relevance Sort by last modified time
    Searched defs:SAFE_FREE (Results 1 - 4 of 4) sorted by null

  /frameworks/av/libvideoeditor/osal/inc/
LV_Macros.h 90 * SAFE_FREE(p)
95 #define SAFE_FREE(p) \
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorUtils.h 56 * SAFE_FREE(p)
60 #define SAFE_FREE(p) \
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserInternal.h 63 #define SAFE_FREE(p) \
  /external/e2fsprogs/lib/ext2fs/
tdb.c 158 #ifndef SAFE_FREE
159 #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); (x)=NULL;} } while(0)
573 SAFE_FREE(tdb->lockrecs);
1152 SAFE_FREE(buf);
    [all...]

Completed in 762 milliseconds