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

/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h59 Result(FileHandle* pHandle, MemoryArea* pArea) argument
60 : handle(pHandle), area(pArea) { }
69 ConstResult(const FileHandle* pHandle, const MemoryArea* pArea) argument
70 : handle(pHandle), area(pArea) { }
78 bool push_back(FileHandle* pHandle, MemoryArea* pArea);
/frameworks/compile/mclinker/lib/Support/
H A DHandleToArea.cpp18 bool HandleToArea::push_back(FileHandle* pHandle, MemoryArea* pArea) argument
20 if (NULL == pHandle || NULL == pArea)
25 llvm::StringRef(pHandle->path().native().c_str(),
26 pHandle->path().native().size()));
28 bucket.handle = pHandle;
/frameworks/av/include/media/
H A DEffectsFactoryApi.h103 // pHandle: address where to return the effect handle.
108 // -EINVAL invalid pEffectUuid or pHandle
110 // *pHandle: updated with the effect handle.
114 effect_handle_t *pHandle);
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.h34 effect_handle_t *pHandle);
H A DEffectProxy.cpp56 effect_handle_t *pHandle) {
60 if (pHandle == NULL || uuid == NULL) {
119 *pHandle = (effect_handle_t)pContext;
53 EffectProxyCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h89 buffer_handle_t pHandle; member in struct:android::VideoDecoderOutputMetaData
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h71 effect_handle_t *pHandle);
H A DEffectDownmix.c165 effect_handle_t *pHandle) {
193 if (pHandle == NULL || uuid == NULL) {
221 *pHandle = (effect_handle_t) module;
162 DownmixLib_Create(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp194 effect_handle_t *pHandle) {
199 if (pHandle == NULL || uuid == NULL) {
220 *pHandle = (effect_handle_t)pContext;
191 LELib_Create(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp129 effect_handle_t *pHandle) {
135 if (pHandle == NULL || uuid == NULL) {
156 *pHandle = (effect_handle_t)pContext;
126 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
H A DEffectReverb.h306 effect_handle_t *pHandle);
H A DEffectReverb.c100 effect_handle_t *pHandle) {
110 if (pHandle == NULL || uuid == NULL) {
145 *pHandle = (effect_handle_t) module;
97 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.cpp231 effect_handle_t *pHandle) {
235 if (pHandle == NULL || uuid == NULL) {
255 *pHandle = (effect_handle_t)pContext;
228 VisualizerLib_Create(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c269 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
279 if (uuid == NULL || pHandle == NULL) {
331 *pHandle = (effect_handle_t)fx;
333 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
/frameworks/native/include/media/openmax/
H A DOMX_Core.h1273 @param [out] pHandle
1295 OMX_OUT OMX_HANDLETYPE* pHandle,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp193 effect_handle_t *pHandle){
201 if (pHandle == NULL || uuid == NULL){
252 *pHandle = (effect_handle_t)pContext;
190 EffectCreate(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.cpp165 effect_handle_t *pHandle){
175 if (pHandle == NULL || uuid == NULL){
338 *pHandle = (effect_handle_t)NULL;
340 *pHandle = (effect_handle_t)pContext;
162 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp623 metadata->pHandle = graphicBuffer->handle;
/frameworks/av/media/libstagefright/
H A DACodec.cpp861 metaData->pHandle,

Completed in 447 milliseconds