/external/chromium_org/sandbox/win/src/ |
registry_interception.cc | 17 PHANDLE key, ACCESS_MASK desired_access, 95 NTSTATUS WINAPI CommonNtOpenKey(NTSTATUS status, PHANDLE key, 148 NTSTATUS WINAPI TargetNtOpenKey(NtOpenKeyFunction orig_OpenKey, PHANDLE key, 160 PHANDLE key, ACCESS_MASK desired_access,
|
policy_target.cc | 108 ACCESS_MASK desired_access, BOOLEAN open_as_self, PHANDLE token) { 119 PHANDLE token) {
|
sync_interception.cc | 54 PHANDLE event_handle, 110 PHANDLE event_handle,
|
process_thread_interception.cc | 23 PHANDLE thread, ACCESS_MASK desired_access, 105 PHANDLE process, ACCESS_MASK desired_access, 175 ACCESS_MASK desired_access, PHANDLE token) { 219 ACCESS_MASK desired_access, ULONG handle_attributes, PHANDLE token) {
|
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
traffic_control_win.cc | 178 PHANDLE pClientHandle) 207 PHANDLE pIfcHandle) 224 PHANDLE pFlowHandle) 232 PHANDLE pFilterHandle)
|
/external/lzma/CPP/Windows/ |
MemoryLock.cpp | 11 typedef BOOL (WINAPI * OpenProcessTokenP)(HANDLE ProcessHandle, DWORD DesiredAccess, PHANDLE TokenHandle);
|
/frameworks/av/include/media/ |
EffectsFactoryApi.h | 103 // 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);
|
/hardware/ti/omap4-aah/domx/omx_core/src/ |
OMX_Core.c | 173 * @param[out] pHandle Handle of the loaded components 188 OMX_ERRORTYPE OMX_GetHandle(OMX_HANDLETYPE * pHandle, 211 CORE_require(NULL != pHandle, OMX_ErrorBadParameter, NULL); 308 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE)); 309 CORE_assert((*pHandle != NULL), OMX_ErrorInsufficientResources, 310 "Malloc of pHandle* failed"); 312 pComponents[i] = *pHandle; 313 componentType = (OMX_COMPONENTTYPE *) * pHandle; 321 eError = (*pComponentInit) (*pHandle); 322 //eError = OMX_ComponentInit(*pHandle); [all...] |
OMX_Core_Wrapper.c | 112 OMX_API OMX_ERRORTYPE TIOMX_GetHandle(OMX_OUT OMX_HANDLETYPE * pHandle, 119 return OMX_GetHandle(pHandle, cComponentName, pAppData, pCallBacks);
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
OMX_Core.c | 166 * @param[out] pHandle Handle of the loaded components 181 OMX_ERRORTYPE OMX_GetHandle(OMX_HANDLETYPE * pHandle, 204 CORE_require(NULL != pHandle, OMX_ErrorBadParameter, NULL); 295 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE)); 296 CORE_assert((*pHandle != NULL), OMX_ErrorInsufficientResources, 297 "Malloc of pHandle* failed"); 299 pComponents[i] = *pHandle; 300 componentType = (OMX_COMPONENTTYPE *) * pHandle; 308 eError = (*pComponentInit) (*pHandle); 309 //eError = OMX_ComponentInit(*pHandle); [all...] |
OMX_Core_Wrapper.c | 116 OMX_API OMX_ERRORTYPE TIOMX_GetHandle(OMX_OUT OMX_HANDLETYPE * pHandle, 123 return OMX_GetHandle(pHandle, cComponentName, pAppData, pCallBacks);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
usbrpmif.h | 54 PHANDLE RegisteredDriver);
|
wdstci.h | 116 PHANDLE hSessionKey
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | 830 pComponentPrivate->pHandle->pApplicationPrivate = NULL; [all...] |
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/ |
omx_proxy_h264enc.c | 177 OMX_COMPONENTTYPE *pHandle; 182 pHandle = (OMX_COMPONENTTYPE *) hComponent; 205 eError = pHandle->GetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); 207 DOMX_ERROR ("pHandle->GetConfig OMX_IndexConfigVideoFramerate eError :0x%x \n",eError); 243 eError = pHandle->SetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); 276 OMX_COMPONENTTYPE *pHandle = NULL; 278 pHandle = (OMX_COMPONENTTYPE *) hComponent; 293 pHandle->pComponentPrivate = 298 PROXY_assert(pHandle->pComponentPrivate != NULL, 303 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate [all...] |
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
omx_proxy_mpeg4enc.c | 175 OMX_COMPONENTTYPE *pHandle; 180 pHandle = (OMX_COMPONENTTYPE *) hComponent; 203 eError = pHandle->GetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); 205 DOMX_ERROR ("pHandle->GetConfig OMX_IndexConfigVideoFramerate eError :0x%x \n",eError); 241 eError = pHandle->SetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); 274 OMX_COMPONENTTYPE *pHandle = NULL; 276 pHandle = (OMX_COMPONENTTYPE *) hComponent; 291 pHandle->pComponentPrivate = 296 PROXY_assert(pHandle->pComponentPrivate != NULL, 301 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate [all...] |
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
omx_proxy_videodec.c | 123 OMX_COMPONENTTYPE *pHandle = NULL; 125 pHandle = (OMX_COMPONENTTYPE *) hComponent; 131 pHandle->pComponentPrivate = 136 PROXY_assert(pHandle->pComponentPrivate != NULL, 141 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 163 OMX_COMPONENTTYPE *pHandle = NULL; 165 pHandle = (OMX_COMPONENTTYPE *) hComponent; 177 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 189 pHandle->SetParameter = PROXY_VIDDEC_SetParameter; 190 pHandle->GetParameter = PROXY_VIDDEC_GetParameter [all...] |
/system/core/fastbootd/ |
transport.c | 88 struct protocol_handle *phandle = create_protocol_handle(thandle); local 103 protocol_handle_command(phandle, buffer);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
Exynos_OMX_Core.h | 49 OMX_OUT OMX_HANDLETYPE *pHandle,
|
Exynos_OMX_Core.c | 138 OMX_OUT OMX_HANDLETYPE *pHandle, 155 if ((pHandle == NULL) || (cComponentName == NULL) || (pCallBacks == NULL)) { 195 *pHandle = loadComponent->pOMXComponent;
|
/system/core/fastbootd/commands/ |
virtual_partitions.c | 52 void (*handler)(struct protocol_handle *phandle, const char *arg))
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Utils.c | 569 OMX_COMPONENTTYPE* pHandle = NULL; 579 pHandle = (OMX_COMPONENTTYPE*)pComponentPrivate->pHandle; 586 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pHandle, pPortDefIn, pPortDefOut); 623 pComponentPrivate->sCbData.EmptyBufferDone(pComponentPrivate->pHandle, 624 pComponentPrivate->pHandle->pApplicationPrivate, 697 if (pCompPortOut->pBufferPrivate[i]->pBufferHdr->hMarkTargetComponent == pComponentPrivate->pHandle && 706 pComponentPrivate->sCbData.FillBufferDone(pComponentPrivate->pHandle, 707 pComponentPrivate->pHandle->pApplicationPrivate, 826 OMX_COMPONENTTYPE* pHandle = NULL [all...] |
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
omx_proxy_h264enc.c | 144 OMX_COMPONENTTYPE *pHandle = NULL; 146 pHandle = (OMX_COMPONENTTYPE *) hComponent; 157 pHandle->pComponentPrivate = 162 PROXY_assert(pHandle->pComponentPrivate != NULL, 167 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 212 pHandle->SetParameter = LOCAL_PROXY_H264E_SetParameter; 213 pHandle->GetParameter = LOCAL_PROXY_H264E_GetParameter; 216 pHandle->EmptyThisBuffer = LOCAL_PROXY_H264E_EmptyThisBuffer; 217 pHandle->GetExtensionIndex = LOCAL_PROXY_H264E_GetExtensionIndex; 220 pHandle->ComponentDeInit = LOCAL_PROXY_H264E_ComponentDeInit [all...] |
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
omx_proxy_mpeg4enc.c | 143 OMX_COMPONENTTYPE *pHandle = NULL; 145 pHandle = (OMX_COMPONENTTYPE *) hComponent; 156 pHandle->pComponentPrivate = 161 PROXY_assert(pHandle->pComponentPrivate != NULL, 166 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 212 pHandle->SetParameter = LOCAL_PROXY_MPEG4E_SetParameter; 213 pHandle->GetParameter = LOCAL_PROXY_MPEG4E_GetParameter; 215 pHandle->ComponentDeInit = LOCAL_PROXY_MPEG4E_ComponentDeInit; 216 pHandle->FreeBuffer = LOCAL_PROXY_MPEG4E_FreeBuffer; 217 pHandle->AllocateBuffer = LOCAL_PROXY_MPEG4E_AllocateBuffer [all...] |
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/ |
omx_proxy_videodec.c | 138 OMX_COMPONENTTYPE *pHandle = NULL; 140 pHandle = (OMX_COMPONENTTYPE *) hComponent; 146 pHandle->pComponentPrivate = 151 PROXY_assert(pHandle->pComponentPrivate != NULL, 156 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 203 OMX_COMPONENTTYPE *pHandle = NULL; 205 pHandle = (OMX_COMPONENTTYPE *) hComponent; 217 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 229 pHandle->SetParameter = PROXY_VIDDEC_SetParameter; 230 pHandle->GetParameter = PROXY_VIDDEC_GetParameter [all...] |