HomeSort by relevance Sort by last modified time
    Searched defs:pString (Results 1 - 7 of 7) 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...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.c 488 char *pString;
499 pString = "POWER_SRV_STATE_ACTIVE";
503 pString = "POWER_SRV_STATE_PEND_PS";
507 pString = "POWER_SRV_STATE_PS";
511 pString = "POWER_SRV_STATE_PEND_ACTIVE";
515 pString = "POWER_SRV_STATE_ERROR_ACTIVE";
520 pString = "UNKWON PARAMETER";
524 pString,
    [all...]
  /dalvik/libdex/
DexFile.cpp 241 const char* pString;
244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
247 (u1*)pString - pDexFile->baseAddr,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 

Completed in 150 milliseconds