Searched refs:ppSles (Results 1 – 2 of 2) sorted by relevance
38 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount, int micSource, in slesInit() argument43 if (ppSles != NULL) { in slesInit()51 *ppSles = pSles; in slesInit()66 int slesDestroy(sles_data ** ppSles) { in slesDestroy() argument68 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()
136 int slesInit(sles_data ** ppSles, int samplingRate, int frameCount, int micSource,142 int slesDestroy(sles_data ** ppSles);