/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.cc | 41 ULONG_PTR phandle = NULL; local 47 &phandle))) { 48 HANDLE handle = HANDLE(phandle);
|
/system/core/fastbootd/ |
transport.c | 88 struct protocol_handle *phandle = create_protocol_handle(thandle); local 102 protocol_handle_command(phandle, buffer);
|
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...] |
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util_win.cc | 52 ULONG_PTR phandle = NULL; local 58 &phandle))) { 59 HANDLE handle = HANDLE(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/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_Utils.c | 108 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 109 G711ENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 244 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 284 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 330 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 332 (G711ENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 412 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 414 pHandle->pComponentPrivate; 486 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 488 pHandle->pComponentPrivate 1406 LCML_DSP_INTERFACE * phandle = NULL; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_Utils.c | 97 * @param pHandle This is component handle allocated by the OMX core. 118 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 120 (G726DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 293 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 305 ((G726DEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle; 324 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 332 ((G726DEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle; 356 * @param pHandle This is component handle allocated by the OMX core 1313 LCML_DSP_INTERFACE * phandle = NULL; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_Utils.c | 120 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 121 AMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 267 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 303 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 353 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 355 (AMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 433 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 435 pHandle->pComponentPrivate; 499 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 501 pHandle->pComponentPrivate 1580 LCML_DSP_INTERFACE * phandle = NULL; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_Utils.c | 111 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 112 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 260 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 299 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 352 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 354 (WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 441 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 443 pHandle->pComponentPrivate; 523 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 525 pHandle->pComponentPrivate 1701 LCML_DSP_INTERFACE * phandle; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_Utils.c | 130 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 135 G711DEC_DPRINT("%d :: pHandle = %p\n",__LINE__,pHandle); 136 G711DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate); 138 pComponentPrivate = pHandle->pComponentPrivate; 268 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 303 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 358 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 361 (G711DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate 1510 LCML_DSP_INTERFACE * phandle = NULL; local 2117 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_Utils.c | 123 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 128 pComponentPrivate = pHandle->pComponentPrivate; 304 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 339 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 396 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 398 (AMRDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 476 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 478 pHandle->pComponentPrivate; 568 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 570 pHandle->pComponentPrivate 1720 LCML_DSP_INTERFACE * phandle; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_Utils.c | 116 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 120 pComponentPrivate = pHandle->pComponentPrivate; 122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle); 123 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate); 294 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 328 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 385 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 387 (WBAMR_DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate 1744 LCML_DSP_INTERFACE * phandle; local 2511 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_Utils.c | 120 LCML_DSP_INTERFACE *pHandle; 125 pHandle = (LCML_DSP_INTERFACE *)pComponent; 133 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pHandle = %p",__LINE__, 134 pHandle); 308 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 358 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 403 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 405 (WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 462 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 463 pComponentPrivate->pHandle->pApplicationPrivate 1911 LCML_DSP_INTERFACE *phandle; local [all...] |