Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/
Dsles.h80 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount,
84 int slesDestroy(sles_data ** ppSles);
Dsles.cpp38 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount, int micSource, in slesInit() argument
41 if (ppSles != NULL) { in slesInit()
45 *ppSles = pSles; in slesInit()
57 int slesDestroy(sles_data ** ppSles) { in slesDestroy() argument
59 if (ppSles != NULL) { in slesDestroy()
60 slesDestroyServer(*ppSles); in slesDestroy()
62 if (*ppSles != NULL) in slesDestroy()
64 free(*ppSles); in slesDestroy()
65 *ppSles = 0; in slesDestroy()