/system/core/fastbootd/ |
commands.c | 40 static void cmd_boot(struct protocol_handle *phandle, const char *arg) 49 fastboot_fail(phandle, "invalid bootimage header"); 62 fastboot_fail(phandle, "incomplete bootimage"); 69 fastboot_okay(phandle, ""); 79 static void cmd_erase(struct protocol_handle *phandle, const char *arg) 87 fastboot_fail(phandle, "partition table doesn't exist"); 93 fastboot_fail(phandle, "unknown partition name"); 98 fastboot_fail(phandle, "failed to erase partition"); 101 fastboot_okay(phandle, ""); 105 static void cmd_flash(struct protocol_handle *phandle, const char *arg [all...] |
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...] |
protocol.h | 54 int protocol_handle_download(struct protocol_handle *phandle, size_t len); 55 int protocol_get_download(struct protocol_handle *phandle);
|
transport.c | 88 struct protocol_handle *phandle = create_protocol_handle(thandle); local 102 protocol_handle_command(phandle, buffer);
|
/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...] |
/external/chromium_org/chrome_frame/ |
update_launcher.cc | 63 ULONG_PTR phandle = NULL; 65 ::GetCurrentProcessId(), &phandle))) 68 base::win::ScopedHandle process(reinterpret_cast<HANDLE>(phandle));
|
/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.cc | 41 ULONG_PTR phandle = NULL; local 47 &phandle))) { 48 HANDLE handle = HANDLE(phandle);
|
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util_win.cc | 52 ULONG_PTR phandle = NULL; local 58 &phandle))) { 59 HANDLE handle = HANDLE(phandle);
|
/external/qemu/ |
tap-win32.c | 563 static int tap_win32_open(tap_win32_overlapped_t **phandle, 621 *phandle = &tap_overlapped;
|
/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...] |
OMX_G711Encoder.c | 127 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 185 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 193 pHandle->SetCallbacks = SetCallbacks; 194 pHandle->GetComponentVersion = GetComponentVersion; 195 pHandle->SendCommand = SendCommand; 196 pHandle->GetParameter = GetParameter; 197 pHandle->SetParameter = SetParameter; 198 pHandle->GetConfig = GetConfig; 199 pHandle->SetConfig = SetConfig; 200 pHandle->GetState = GetState [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...] |
OMX_WbAmrDecoder.c | 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 202 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 208 pHandle->SetCallbacks = SetCallbacks; 209 pHandle->GetComponentVersion = GetComponentVersion; 210 pHandle->SendCommand = SendCommand; 211 pHandle->GetParameter = GetParameter; 212 pHandle->SetParameter = SetParameter; 213 pHandle->GetConfig = GetConfig; 214 pHandle->SetConfig = SetConfig; 215 pHandle->GetState = GetState [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 211 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 217 pHandle->SetCallbacks = SetCallbacks; 218 pHandle->GetComponentVersion = GetComponentVersion; 219 pHandle->SendCommand = SendCommand; 220 pHandle->GetParameter = GetParameter; 221 pHandle->SetParameter = SetParameter; 222 pHandle->GetConfig = GetConfig; 223 pHandle->SetConfig = SetConfig; 224 pHandle->GetState = GetState [all...] |
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/g729_dec/src/ |
OMX_G729Decoder.c | 144 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 221 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 226 pHandle->SetCallbacks = SetCallbacks; 227 pHandle->GetComponentVersion = GetComponentVersion; 228 pHandle->SendCommand = SendCommand; 229 pHandle->GetParameter = GetParameter; 230 pHandle->SetParameter = SetParameter; 231 pHandle->GetConfig = GetConfig; 232 pHandle->SetConfig = SetConfig; 233 pHandle->GetState = GetState [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...] |
OMX_AmrDecoder.c | 139 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 206 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 212 pHandle->SetCallbacks = SetCallbacks; 213 pHandle->GetComponentVersion = GetComponentVersion; 214 pHandle->SendCommand = SendCommand; 215 pHandle->GetParameter = GetParameter; 216 pHandle->SetParameter = SetParameter; 217 pHandle->GetConfig = GetConfig; 218 pHandle->SetConfig = SetConfig; 219 pHandle->GetState = GetState [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/aac_enc/src/ |
OMX_AacEncoder.c | 122 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 171 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 177 pHandle->SetCallbacks = SetCallbacks; 178 pHandle->GetComponentVersion = GetComponentVersion; 179 pHandle->SendCommand = SendCommand; 180 pHandle->GetParameter = GetParameter; 181 pHandle->GetExtensionIndex = GetExtensionIndex; 182 pHandle->SetParameter = SetParameter; 183 pHandle->GetConfig = GetConfig; 184 pHandle->SetConfig = SetConfig [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP.c | 181 static OMX_ERRORTYPE VPP_ComponentDeInit(OMX_HANDLETYPE pHandle); 231 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComponent; 244 pComponentPrivate = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 305 pBufferHdr->pPlatformPrivate = pHandle->pComponentPrivate; 369 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)hComponent; 377 pMyData = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 447 pMyData->cbInfo.EventHandler (pMyData->pHandle, 448 pMyData->pHandle->pApplicationPrivate, 472 pMyData->cbInfo.EventHandler (pMyData->pHandle, 473 pMyData->pHandle->pApplicationPrivate [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Decoder.c | 148 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 201 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 212 G722D_OMX_CONF_CHECK_CMD(pHandle,1,1) 214 pHandle->SetCallbacks = SetCallbacks; 215 pHandle->GetComponentVersion = GetComponentVersion; 216 pHandle->SendCommand = SendCommand; 217 pHandle->GetParameter = GetParameter; 218 pHandle->SetParameter = SetParameter; 219 pHandle->GetConfig = GetConfig; 220 pHandle->SetConfig = SetConfig [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | 147 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 193 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 203 if (pHandle == NULL) { 209 pHandle->SetCallbacks = SetCallbacks; 210 pHandle->GetComponentVersion = GetComponentVersion; 211 pHandle->SendCommand = SendCommand; 212 pHandle->GetParameter = GetParameter; 213 pHandle->SetParameter = SetParameter; 214 pHandle->GetConfig = GetConfig; 215 pHandle->SetConfig = SetConfig [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Decoder.c | 150 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle); 203 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; 215 G726D_OMX_CONF_CHECK_CMD(pHandle,1,1) 217 pHandle->SetCallbacks = SetCallbacks; 218 pHandle->GetComponentVersion = GetComponentVersion; 219 pHandle->SendCommand = SendCommand; 220 pHandle->GetParameter = GetParameter; 221 pHandle->SetParameter = SetParameter; 222 pHandle->GetConfig = GetConfig; 223 pHandle->SetConfig = SetConfig [all...] |