Searched defs:pInterface (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIObject.c325 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface) argument
329 if (NULL == pInterface) {
380 *(void **)pInterface = interface;
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1848 effect_handle_t *pInterface)
1873 status = Session_CreateEffect(session, procId, pInterface);
1845 PreProcessingLib_Create(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pInterface) argument

Completed in 858 milliseconds