Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DHandleToArea.h59 Result(FileHandle* pHandle, MemoryArea* pArea) in Result()
60 : handle(pHandle), area(pArea) { } in Result()
69 ConstResult(const FileHandle* pHandle, const MemoryArea* pArea) in ConstResult()
70 : handle(pHandle), area(pArea) { } in ConstResult()
78 bool push_back(FileHandle* pHandle, MemoryArea* pArea);
/frameworks/compile/mclinker/lib/Support/
DHandleToArea.cpp18 bool HandleToArea::push_back(FileHandle* pHandle, MemoryArea* pArea) in push_back() argument
20 if (NULL == pHandle || NULL == pArea) in push_back()
25 llvm::StringRef(pHandle->path().native().c_str(), in push_back()
26 pHandle->path().native().size())); in push_back()
28 bucket.handle = pHandle; in push_back()
/frameworks/av/include/media/
DEffectsFactoryApi.h114 effect_handle_t *pHandle);
/frameworks/native/include/media/hardware/
DHardwareAPI.h89 buffer_handle_t pHandle; member
/frameworks/av/media/libeffects/proxy/
DEffectProxy.h36 effect_handle_t *pHandle);
DEffectProxy.cpp56 effect_handle_t *pHandle) { in EffectProxyCreate() argument
62 if (pHandle == NULL || uuid == NULL) { in EffectProxyCreate()
142 *pHandle = (effect_handle_t)pContext; in EffectProxyCreate()
/frameworks/av/media/libeffects/loudness/
DEffectLoudnessEnhancer.cpp194 effect_handle_t *pHandle) { in LELib_Create() argument
199 if (pHandle == NULL || uuid == NULL) { in LELib_Create()
220 *pHandle = (effect_handle_t)pContext; in LELib_Create()
/frameworks/av/media/libeffects/downmix/
DEffectDownmix.h71 effect_handle_t *pHandle);
DEffectDownmix.c165 effect_handle_t *pHandle) { in DownmixLib_Create() argument
193 if (pHandle == NULL || uuid == NULL) { in DownmixLib_Create()
221 *pHandle = (effect_handle_t) module; in DownmixLib_Create()
/frameworks/av/media/libeffects/testlibs/
DEffectEqualizer.cpp129 effect_handle_t *pHandle) { in EffectCreate() argument
135 if (pHandle == NULL || uuid == NULL) { in EffectCreate()
156 *pHandle = (effect_handle_t)pContext; in EffectCreate()
DEffectReverb.h306 effect_handle_t *pHandle);
DEffectReverb.c100 effect_handle_t *pHandle) { in EffectCreate() argument
110 if (pHandle == NULL || uuid == NULL) { in EffectCreate()
145 *pHandle = (effect_handle_t) module; in EffectCreate()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c269 … EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) in EffectCreate() argument
279 if (uuid == NULL || pHandle == NULL) { in EffectCreate()
331 *pHandle = (effect_handle_t)fx; in EffectCreate()
333 … ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name); in EffectCreate()
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp231 effect_handle_t *pHandle) { in VisualizerLib_Create() argument
235 if (pHandle == NULL || uuid == NULL) { in VisualizerLib_Create()
255 *pHandle = (effect_handle_t)pContext; in VisualizerLib_Create()
/frameworks/native/include/media/openmax/
DOMX_Core.h1295 OMX_OUT OMX_HANDLETYPE* pHandle,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp193 effect_handle_t *pHandle){ in EffectCreate() argument
201 if (pHandle == NULL || uuid == NULL){ in EffectCreate()
252 *pHandle = (effect_handle_t)pContext; in EffectCreate()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp165 effect_handle_t *pHandle){ in EffectCreate() argument
175 if (pHandle == NULL || uuid == NULL){ in EffectCreate()
338 *pHandle = (effect_handle_t)NULL; in EffectCreate()
340 *pHandle = (effect_handle_t)pContext; in EffectCreate()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp623 metadata->pHandle = graphicBuffer->handle; in updateGraphicBufferInMeta()
/frameworks/av/media/libstagefright/
DACodec.cpp863 metaData->pHandle, in dequeueBufferFromNativeWindow()