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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp 227 const char* pString = M4OSA_NULL;
232 ((M4OSA_NULL == pString) && (index < gkRESULTS_COUNT));
239 pString = gkRESULTS[index].pName;
244 if (M4OSA_NULL == pString)
249 pString = string;
253 return(pString);
VideoEditorJava.cpp 317 void* pString = M4OSA_NULL;
356 pString = videoEditOsal_alloc(pResult, pEnv, length, "String");
360 result = M4OSA_chrNCopy((M4OSA_Char*)pString, pLocal, length);
370 videoEditOsal_free(pString);
371 pString = M4OSA_NULL;
393 return(pString);
533 const char* pString = M4OSA_NULL;
538 ((M4OSA_NULL == pString) && (index < pClass->count));
545 pString = pClass->pConstants[index].pDescription;
550 if (M4OSA_NULL == pString)
    [all...]
VideoEditorMain.cpp     [all...]
  /dalvik/libdex/
DexFile.cpp 241 const char* pString;
244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
247 (u1*)pString - pDexFile->baseAddr,
  /prebuilt/common/http-client/
commons-codec-1.4.jar 

Completed in 770 milliseconds