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

/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/factory/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/native/include/media/hardware/
H A DHardwareAPI.h132 OMX_PTR pHandle; member in struct:android::VideoGrallocMetadata
134 buffer_handle_t pHandle; member in struct:android::VideoGrallocMetadata
156 OMX_PTR pHandle; member in struct:android::VideoNativeHandleMetadata
158 native_handle_t *pHandle; member in struct:android::VideoNativeHandleMetadata
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.h36 effect_handle_t *pHandle);
H A DEffectProxy.cpp53 effect_handle_t *pHandle) {
59 if (pHandle == NULL || uuid == NULL) {
140 *pHandle = (effect_handle_t)pContext;
50 EffectProxyCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h71 effect_handle_t *pHandle);
H A DEffectDownmix.c188 effect_handle_t *pHandle) {
216 if (pHandle == NULL || uuid == NULL) {
244 *pHandle = (effect_handle_t) module;
185 DownmixLib_Create(const effect_uuid_t *uuid, int32_t sessionId __unused, int32_t ioId __unused, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp198 effect_handle_t *pHandle) {
202 if (pHandle == NULL || uuid == NULL) {
223 *pHandle = (effect_handle_t)pContext;
195 LELib_Create(const effect_uuid_t *uuid, int32_t sessionId __unused, int32_t ioId __unused, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp132 effect_handle_t *pHandle) {
138 if (pHandle == NULL || uuid == NULL) {
159 *pHandle = (effect_handle_t)pContext;
129 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.c103 effect_handle_t *pHandle) {
113 if (pHandle == NULL || uuid == NULL) {
148 *pHandle = (effect_handle_t) module;
100 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.cpp238 effect_handle_t *pHandle) {
241 if (pHandle == NULL || uuid == NULL) {
261 *pHandle = (effect_handle_t)pContext;
235 VisualizerLib_Create(const effect_uuid_t *uuid, int32_t , int32_t , effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c276 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
286 if (uuid == NULL || pHandle == NULL) {
338 *pHandle = (effect_handle_t)fx;
340 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp532 metadata->pHandle = handle;
566 metadata->pHandle = handle;
927 handle = metadata->pHandle;
1083 handle = metadata->pHandle;
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp161 md->pHandle = const_cast<native_handle_t*>(frameData.getNativeHandle());
187 md->pHandle = const_cast<native_handle_t*>(hidl_msg.frameData.getNativeHandle());
618 // Caching the handle here because md->pHandle will be subject to HAL's edit
619 native_handle_t* nh = md->pHandle;
648 // Caching the handle here because md->pHandle will be subject to HAL's edit
649 native_handle_t* nh = md->pHandle;
/frameworks/native/include/media/openmax/
H A DOMX_Core.h1313 @param [out] pHandle
1335 OMX_OUT OMX_HANDLETYPE* pHandle,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp171 effect_handle_t *pHandle){
181 if (pHandle == NULL || uuid == NULL){
346 if (pHandle != NULL)
347 *pHandle = (effect_handle_t)NULL;
349 if (pHandle != NULL)
350 *pHandle = (effect_handle_t)pContext;
168 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId __unused, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp196 effect_handle_t *pHandle){
204 if (pHandle == NULL || uuid == NULL){
255 *pHandle = (effect_handle_t)pContext;
193 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId __unused, int32_t ioId __unused, effect_handle_t *pHandle) argument
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp968 handle = metadata->pHandle;
1215 metadata->pHandle = handle;
1263 metadata->pHandle = handle;
H A DACodec.cpp5821 vnhmd->pHandle, false /* ownsHandle */);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp578 handle = grallocMeta.pHandle;
H A DOMXNodeInstance.cpp1347 metadata.pHandle = graphicBuffer == NULL ? NULL : graphicBuffer->handle;
1386 metadata.pHandle =
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h4516 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle);
4523 HANDLE* pHandle);
4961 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHX)(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagBitsKHX handleType, HANDLE* pHandle);
4969 HANDLE* pHandle);
5124 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHX)(VkDevice device, VkSemaphore semaphore, VkExternalSemaphoreHandleTypeFlagBitsKHX handleType, HANDLE* pHandle);
5135 HANDLE* pHandle);

Completed in 433 milliseconds