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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 165 #define SafeFree(z) DebugFree(z,__LINE__,__FILE__)
189 int DebugFree(void *dp, int line, char *s){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 94 int DebugFree(void *dp, int line, char *s);
97 #define SafeFree(z) DebugFree(z,__LINE__,__FILE__)
121 int DebugFree(void *dp, int line, char *s){
    [all...]
OMX_G726Encoder.c 98 extern int DebugFree(void *dp, int line, char *s);
101 #define SafeFree(z) DebugFree(z,__LINE__,__FILE__)
    [all...]
  /dalvik/vm/
CheckJni.cpp     [all...]

Completed in 710 milliseconds