Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp59 sles_data ** ppSles = (sles_data**) ppCtx; in slesInit() local
61 if (ppSles != NULL) { in slesInit()
67 *ppSles = pSles; in slesInit()
83 sles_data ** ppSles = (sles_data**)ppCtx; in slesDestroy() local
85 if (ppSles != NULL) { in slesDestroy()
86 slesDestroyServer(*ppSles); in slesDestroy()
88 if (*ppSles != NULL) in slesDestroy()
90 SLES_PRINTF("free memory at %p",*ppSles); in slesDestroy()
91 free(*ppSles); in slesDestroy()
92 *ppSles = 0; in slesDestroy()