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

  /external/srec/portable/include/
pmemory.h 36 * Call PMemInit() to initialize and PmemShutdown() to shutdown module.
72 #define PMemInit() ESR_SUCCESS
244 * Call PMemInit() to initialize and PmemShutdown() to shutdown module.
254 PORTABLE_API ESR_ReturnCode PMemInit(void);
258 * file that was provided to pmemInit.
305 * report will be generated in the same file as that was provided to pmemInit.
307 * invoked with NULL and pmemInit was also invoked with NULL.
314 * It should be called before PMemInit()
318 * @return ESR_NOT_SUPPORTED if S2G uses native memory management; ESR_INVALID_STATE if it is called after PMemInit()
  /external/srec/portable/src/
pmemory.c 246 ESR_ReturnCode PMemInit(void)
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 164 PMemInit();
434 if (PMemInit ( )
484 private static native void PMemInit();

Completed in 77 milliseconds