Home
last modified time | relevance | path

Searched refs:ppSles (Results 1 – 2 of 2) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/jni/
Dsles.cpp38 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount, int micSource, in slesInit() argument
43 if (ppSles != NULL) { in slesInit()
51 *ppSles = pSles; in slesInit()
66 int slesDestroy(sles_data ** ppSles) { in slesDestroy() argument
68 if (ppSles != NULL) { in slesDestroy()
69 slesDestroyServer(*ppSles); in slesDestroy()
71 if (*ppSles != NULL) in slesDestroy()
73 SLES_PRINTF("free memory at %p",*ppSles); in slesDestroy()
74 free(*ppSles); in slesDestroy()
75 *ppSles = 0; in slesDestroy()
Dsles.h136 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount, int micSource,
142 int slesDestroy(sles_data ** ppSles);