HomeSort by relevance Sort by last modified time
    Searched full:phandle (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 239 ExynosVideoErrorType (*Finalize)(void *pHandle);
242 ExynosVideoErrorType (*Set_FrameTag)(void *pHandle, int frameTag);
243 int (*Get_FrameTag)(void *pHandle);
244 int (*Get_ActualBufferCount)(void *pHandle);
245 ExynosVideoErrorType (*Set_DisplayDelay)(void *pHandle, int delay);
246 ExynosVideoErrorType (*Set_IFrameDecoding)(void *pHandle);
247 ExynosVideoErrorType (*Enable_PackedPB)(void *pHandle);
248 ExynosVideoErrorType (*Enable_LoopFilter)(void *pHandle);
249 ExynosVideoErrorType (*Enable_SliceMode)(void *pHandle);
250 ExynosVideoErrorType (*Enable_SEIParsing)(void *pHandle);
    [all...]
  /system/core/fastbootd/
protocol.c 50 void (*execute)(struct protocol_handle *phandle, const char *arg);
62 void (*phandle)(struct protocol_handle *phandle, const char *arg))
69 cmd->execute = phandle;
102 int protocol_handle_download(struct protocol_handle *phandle, size_t len)
104 return transport_handle_download(phandle->transport_handle, len);
107 static ssize_t protocol_handle_write(struct protocol_handle *phandle,
110 return transport_handle_write(phandle->transport_handle, buffer, len);
113 static void fastboot_ack(struct protocol_handle *phandle, const char *code,
118 if (phandle->state != STATE_COMMAND
172 struct protocol_handle *phandle; local
    [all...]
commands.c 54 static void cmd_boot(struct protocol_handle *phandle, const char *arg)
72 if (phandle->download_fd < 0) {
73 fastboot_fail(phandle, "no kernel file");
79 fastboot_fail(phandle, "atags read error");
85 if (flash_validate_certificate(phandle->download_fd, &data_fd) != 1) {
86 fastboot_fail(phandle, "Access forbiden you need the certificate");
98 fastboot_fail(phandle, "internal fastbootd error");
103 fastboot_fail(phandle, "invalid bootimage header");
114 fastboot_fail(phandle, "atags generate error");
118 fastboot_fail(phandle, "atags file to large")
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 67 EXYNOS_SHARED_MEMORY *pHandle = NULL;
70 pHandle = (EXYNOS_SHARED_MEMORY *)Exynos_OSAL_Malloc(sizeof(EXYNOS_SHARED_MEMORY));
71 Exynos_OSAL_Memset(pHandle, 0, sizeof(EXYNOS_SHARED_MEMORY));
72 if (pHandle == NULL)
78 Exynos_OSAL_Free((void *)pHandle);
79 pHandle = NULL;
83 pHandle->hIONHandle = IONClient;
85 Exynos_OSAL_MutexCreate(&pHandle->hSMMutex);
88 return (OMX_HANDLETYPE)pHandle;
93 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle
    [all...]
  /external/chromium_org/sandbox/win/src/
sync_interception.h 16 PHANDLE EventHandle,
23 PHANDLE EventHandle,
30 PHANDLE event_handle,
38 PHANDLE event_handle,
registry_interception.h 18 NtCreateKeyFunction orig_CreateKey, PHANDLE key, ACCESS_MASK desired_access,
25 NtOpenKeyFunction orig_OpenKey, PHANDLE key, ACCESS_MASK desired_access,
31 NtOpenKeyExFunction orig_OpenKeyEx, PHANDLE key, ACCESS_MASK desired_access,
process_thread_interception.h 51 NtOpenThreadFunction orig_OpenThread, PHANDLE thread,
57 NtOpenProcessFunction orig_OpenProcess, PHANDLE process,
64 ACCESS_MASK desired_access, PHANDLE token);
69 ACCESS_MASK desired_access, ULONG handle_attributes, PHANDLE token);
  /external/chromium_org/third_party/webrtc/test/channel_transport/
traffic_control_win.h 35 PHANDLE);
38 typedef ULONG (WINAPI *openInterfaceFn)(LPWSTR, HANDLE, HANDLE, PHANDLE);
40 typedef ULONG (WINAPI *flowAddFn)(HANDLE, HANDLE, ULONG, PTC_GEN_FLOW, PHANDLE);
41 typedef ULONG (WINAPI *filterAddFn)(HANDLE, PTC_GEN_FILTER, PHANDLE);
56 PHANDLE pClientHandle);
64 HANDLE ClIfcCtx, PHANDLE pIfcHandle);
69 PTC_GEN_FLOW pGenericFlow, PHANDLE pFlowHandle);
72 PHANDLE pFilterHandle);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c 95 TIMM_OSAL_PIPE *pHandle = TIMM_OSAL_NULL;
97 pHandle =
101 if (TIMM_OSAL_NULL == pHandle)
106 TIMM_OSAL_Memset(pHandle, 0x0, sizeof(TIMM_OSAL_PIPE));
108 pHandle->pfd[0] = -1;
109 pHandle->pfd[1] = -1;
110 if (SUCCESS != pipe(pHandle->pfd))
116 pHandle->pipeSize = pipeSize;
117 pHandle->messageSize = messageSize;
118 pHandle->isFixedMessage = isFixedMessage
    [all...]
timm_osal_task.c 115 TIMM_OSAL_TASK *pHandle = TIMM_OSAL_NULL;
122 pHandle =
125 if (pHandle == TIMM_OSAL_NULL)
132 TIMM_OSAL_Memset((TIMM_OSAL_PTR) pHandle, 0, sizeof(TIMM_OSAL_TASK));
135 pHandle->uArgc = uArgc;
136 pHandle->pArgv = pArgv;
138 pHandle->isCreated = TIMM_OSAL_FALSE;
141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr))
148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr,
156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 39 buffer_handle_t* pHandle,
46 buffer_handle_t* pHandle, int* pStride,
51 buffer_handle_t* pHandle,
54 buffer_handle_t* pHandle);
57 buffer_handle_t* pHandle);
63 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 40 buffer_handle_t* pHandle,
47 buffer_handle_t* pHandle, int* pStride,
52 buffer_handle_t* pHandle,
55 buffer_handle_t* pHandle);
58 buffer_handle_t* pHandle);
64 int usage, buffer_handle_t* pHandle,
  /hardware/qcom/display/msm8974/libgralloc/
gpu.h 40 buffer_handle_t* pHandle,
47 buffer_handle_t* pHandle, int* pStride,
52 buffer_handle_t* pHandle,
55 buffer_handle_t* pHandle);
58 buffer_handle_t* pHandle);
64 int usage, buffer_handle_t* pHandle,
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 137 LCML_DSP_INTERFACE* pHandle;
150 pHandle = (LCML_DSP_INTERFACE*)*hInterface;
161 pHandle->pCodecinterfacehandle = dspcodecinterface;
168 LCML_MALLOC(pHandle->dspCodec,sizeof(LCML_DSP),LCML_DSP);
169 if(pHandle->dspCodec == NULL)
174 memset(pHandle->dspCodec, 0, sizeof(LCML_DSP));
176 pthread_mutex_init (&pHandle->mutex, NULL);
178 OMX_PRINT2 (dspcodecinterface->dbg, "GetHandle application handle %p dspCodec %p",pHandle, pHandle->dspCodec);
226 LCML_DSP_INTERFACE * phandle; local
532 LCML_DSP_INTERFACE * phandle; local
864 LCML_DSP_INTERFACE * phandle; local
1157 LCML_DSP_INTERFACE * phandle; local
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 22 OMX_COMPONENTTYPE *pHandle = NULL;
28 pHandle = (OMX_COMPONENTTYPE *) hComponent;
34 pHandle->pComponentPrivate =
39 PROXY_assert(pHandle->pComponentPrivate != NULL,
44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
95 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
104 TIMM_OSAL_Free(pHandle->pComponentPrivate);
105 pHandle->pComponentPrivate = NULL;
113 OMX_COMPONENTTYPE *pHandle = NULL;
119 pHandle = (OMX_COMPONENTTYPE *) hComponent
    [all...]
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_pipes.c 95 TIMM_OSAL_PIPE *pHandle = TIMM_OSAL_NULL;
97 pHandle =
101 if (TIMM_OSAL_NULL == pHandle)
106 TIMM_OSAL_Memset(pHandle, 0x0, sizeof(TIMM_OSAL_PIPE));
108 pHandle->pfd[0] = -1;
109 pHandle->pfd[1] = -1;
110 if (SUCCESS != pipe(pHandle->pfd))
116 pHandle->pipeSize = pipeSize;
117 pHandle->messageSize = messageSize;
118 pHandle->isFixedMessage = isFixedMessage
    [all...]
timm_osal_task.c 115 TIMM_OSAL_TASK *pHandle = TIMM_OSAL_NULL;
122 pHandle =
125 if (pHandle == TIMM_OSAL_NULL)
132 TIMM_OSAL_Memset((TIMM_OSAL_PTR) pHandle, 0, sizeof(TIMM_OSAL_TASK));
135 pHandle->uArgc = uArgc;
136 pHandle->pArgv = pArgv;
138 pHandle->isCreated = TIMM_OSAL_FALSE;
141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr))
148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr,
156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 16 OMX_HANDLETYPE* pHandle[MAX_CONCURRENT_INSTANCES];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avrt.h 58 PHANDLE Context,
65 PHANDLE Context,
73 PHANDLE Context,
85 PHANDLE Context,
wdsclientapi.h 78 PHANDLE phSession
83 PHANDLE phFindHandle
123 PHANDLE phImageHandle
128 PHANDLE phImageHandle
223 PHANDLE phTransfer
233 PHANDLE phTransfer
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 77 static OMX_HANDLETYPE pHandle;
96 OMX_OUT OMX_HANDLETYPE* pHandle,
287 OMX_ERRORTYPE ret = (*pOMX_GetHandle)(&pHandle, "OMX.qcom.image.jpeg.encoder",
341 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort);
342 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, outputPort);
348 OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.buffer_offset",
353 OMX_SetParameter(pHandle, buffer_offset, &bufferoffset);
354 OMX_SetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort1);
355 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort1);
369 OMX_FreeBuffer(pHandle, 2, pInBuffers1)
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 195 OUT PHANDLE EventHandle,
200 OUT PHANDLE EventHandle,
205 OUT PHANDLE JobHandle,
210 OUT PHANDLE KeyedEventHandle,
215 OUT PHANDLE MutantHandle,
220 OUT PHANDLE SectionHandle,
225 OUT PHANDLE SemaphoreHandle,
230 OUT PHANDLE SymbolicLinkHandle,
235 OUT PHANDLE TimerHandle,
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 22 OMX_COMPONENTTYPE *pHandle = NULL;
28 pHandle = (OMX_COMPONENTTYPE *) hComponent;
34 pHandle->pComponentPrivate =
39 PROXY_assert(pHandle->pComponentPrivate != NULL,
44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
96 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
123 OMX_COMPONENTTYPE *pHandle = NULL;
129 pHandle = (OMX_COMPONENTTYPE *) hComponent;
132 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 79 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData;
83 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
126 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
127 pComponentPrivate->pHandle->pApplicationPrivate,
160 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
161 pComponentPrivate->pHandle->pApplicationPrivate,
175 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
176 pComponentPrivate->pHandle->pApplicationPrivate,
187 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
188 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]

Completed in 1134 milliseconds

1 2 3 4 5 6 7 8 91011>>