Searched defs:pHandle (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DHandleToArea.cpp17 bool HandleToArea::push_back(FileHandle* pHandle, MemoryArea* pArea) argument
19 if (NULL == pHandle || NULL == pArea)
24 llvm::StringRef(pHandle->path().native().c_str(),
25 pHandle->path().native().size()));
27 bucket.handle = pHandle;
/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h60 Result(FileHandle* pHandle, MemoryArea* pArea) argument
61 : handle(pHandle), area(pArea) { }
70 ConstResult(const FileHandle* pHandle, const MemoryArea* pArea) argument
71 : handle(pHandle), area(pArea) { }
79 bool push_back(FileHandle* pHandle, MemoryArea* pArea);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c260 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
270 if (uuid == NULL || pHandle == NULL) {
317 *pHandle = (effect_handle_t)fx;
319 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp146 effect_handle_t *pHandle) {
152 if (pHandle == NULL || uuid == NULL) {
173 *pHandle = (effect_handle_t)pContext;
143 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
H A DEffectReverb.c117 effect_handle_t *pHandle) {
127 if (pHandle == NULL || uuid == NULL) {
162 *pHandle = (effect_handle_t) module;
114 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp200 effect_handle_t *pHandle) {
204 if (pHandle == NULL || uuid == NULL) {
224 *pHandle = (effect_handle_t)pContext;
197 VisualizerLib_Create(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c184 effect_handle_t *pHandle) {
212 if (pHandle == NULL || uuid == NULL) {
240 *pHandle = (effect_handle_t) module;
181 DownmixLib_Create(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp201 effect_handle_t *pHandle){
211 if (pHandle == NULL || uuid == NULL){
373 *pHandle = (effect_handle_t)NULL;
375 *pHandle = (effect_handle_t)pContext;
198 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp217 effect_handle_t *pHandle){
225 if (pHandle == NULL || uuid == NULL){
276 *pHandle = (effect_handle_t)pContext;
214 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument

Completed in 125 milliseconds