Searched refs:ppSles (Results 1 – 2 of 2) sorted by relevance
80 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount,84 int slesDestroy(sles_data ** ppSles);
38 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount, int micSource, in slesInit() argument41 if (ppSles != NULL) { in slesInit()45 *ppSles = pSles; in slesInit()57 int slesDestroy(sles_data ** ppSles) { in slesDestroy() argument59 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()