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

1 2

  /system/core/fastbootd/
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...]
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
103 protocol_handle_command(phandle, buffer);
  /system/core/fastbootd/commands/
virtual_partitions.h 40 void (*handler)(struct protocol_handle *phandle, const char *arg);
47 void (*handler)(struct protocol_handle *phandle, const char *arg));
virtual_partitions.c 52 void (*handler)(struct protocol_handle *phandle, const char *arg))
  /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/browser/first_run/
upgrade_util_win.cc 53 ULONG_PTR phandle = NULL; local
59 &phandle))) {
60 HANDLE handle = HANDLE(phandle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msclus.h     [all...]
  /external/qemu/
tap-win32.c 563 static int tap_win32_open(tap_win32_overlapped_t **phandle,
620 *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...]

Completed in 1285 milliseconds

1 2