/external/libnfc-nci/halimpl/pn54x/dnld/ |
phDnldNfc_Internal.c | 74 static void phDnldNfc_ProcessSeqState(void *pContext, phTmlNfc_TransactInfo_t *pInfo); 75 static void phDnldNfc_ProcessRWSeqState(void *pContext, phTmlNfc_TransactInfo_t *pInfo); 76 static NFCSTATUS phDnldNfc_ProcessFrame(void *pContext, phTmlNfc_TransactInfo_t *pInfo); 77 static NFCSTATUS phDnldNfc_ProcessRecvInfo(void *pContext, phTmlNfc_TransactInfo_t *pInfo); 82 static void phDnldNfc_RspTimeOutCb(uint32_t TimerId, void *pContext); 83 static void phDnldNfc_ResendTimeOutCb(uint32_t TimerId, void *pContext); 98 ** Parameters pContext - pointer to the download context structure 108 NFCSTATUS phDnldNfc_CmdHandler(void *pContext, phDnldNfc_Event_t TrigEvent) 111 pphDnldNfc_DlContext_t pDlCtxt = (pphDnldNfc_DlContext_t)pContext; 186 ** Parameters pContext - pointer to the download context structur [all...] |
/external/libnfc-nxp/src/ |
phLibNfc.h | 397 * \param[in] pContext Context passed in the connect request before. 412 typedef void (*pphLibNfc_ConnectCallback_t) (void* pContext, 426 * \param[in] pContext Context passed in the disconnect request before. 434 typedef void (*pphLibNfc_DisconnectCallback_t)(void* pContext, 448 * \param[in] pContext Context passed in the connect request before. 462 typedef void (*pphLibNfc_IoctlCallback_t) (void* pContext, 479 * \param[in] pContext LibNfc client context passed in the corresponding request before. 490 typedef void (*pphLibNfc_TransceiveCallback_t)( void* pContext, 506 * \param[in] pContext LibNfc client context passed in the corresponding request 510 typedef void(*pphLibNfc_RspCb_t) (void* pContext,NFCSTATUS Status) [all...] |
phFriNfc_LlcpTransport.c | 47 static void phFriNfc_LlcpTransport_Send_CB(void *pContext, 444 static void phFriNfc_LlcpTransport__Recv_CB(void *pContext, 453 phFriNfc_LlcpTransport_t* pLlcpTransport = (phFriNfc_LlcpTransport_t*)pContext; 547 static void phFriNfc_LlcpTransport_Send_CB(void *pContext, 550 phFriNfc_LlcpTransport_t *psTransport = (phFriNfc_LlcpTransport_t*)pContext; 685 pLlcpTransport->pSocketTable[i].pContext = NULL; 809 void *pContext ) 819 LlcpTransport->pLinkSendContext = pContext; [all...] |
phHal4Nfc.h | 344 * \param[in] pContext Upper layer context which will be included in the 366 void *pContext 387 * \param[in] pContext Upper layer context which will be included in 401 void *pContext 441 * \param[in] pContext Upper layer context to be returned in the 476 void *pContext 522 * \param[in] pContext Upper layer context to be returned in the 548 void *pContext 576 * \param[in] pContext Upper layer context to be returned in 605 void *pContext [all...] |
phLibNfc_target.c | 83 void *pContext 98 || (NULL == pContext) 150 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = pContext; 233 void *pContext 252 || (NULL == pContext) 328 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCntx = pContext;
|
phLibNfc.c | 71 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status); 74 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status); 191 void *pContext) 214 gpphLibContext->CBInfo.pClientInitCntx=pContext; 256 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status) 264 pLibContext = (pphLibNfc_LibContext_t)pContext; 356 void* pContext 406 pLibContext->CBInfo.pClientShtdwnCntx = pContext; 420 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status) 426 PHNFC_UNUSED_VARIABLE(pContext); [all...] |
phFriNfc_Llcp.c | 84 static void phFriNfc_Llcp_Receive_CB( void *pContext, 264 static void phFriNfc_Llcp_Timer_CB(uint32_t TimerId, void *pContext) 266 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; 648 static void phFriNfc_Llcp_ChkLlcp_CB( void *pContext, 652 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; 661 static void phFriNfc_Llcp_LinkStatus_CB( void *pContext, 669 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; 840 void *pContext; 849 pContext = Llcp->pRecvContext; 854 (pfRecvCB)(pContext, psPacket, NFCSTATUS_SUCCESS) [all...] |
phLibNfc_initiator.c | 74 void *pContext, 394 void *pContext 402 || (NULL == pContext) 444 gpphLibContext->CBInfo.pClientNtfRegRespCntx = pContext; 495 void *pContext) 507 else if ((NULL == pContext) 553 gpphLibContext->CBInfo.pClientConCntx = pContext; 584 void *pContext 596 else if((NULL == pContext) 641 gpphLibContext->CBInfo.pClientConCntx = pContext; [all...] |
phLibNfc_ndef_raw.c | 71 void phLibNfc_Ndef_CheckNdef_Cb(void *pContext, NFCSTATUS status); 102 STATIC void CheckNdef_timer_cb(uint32_t timer_id, void *pContext); 105 STATIC void phLibNfc_Ndef_ChkNdef_Pchk_Cb(void *pContext, 122 void* pContext 135 || (NULL == pContext) 257 gpphLibContext->CBInfo.pClientRdNdefCntx = pContext; 375 void* pContext 389 || (NULL == pContext) 511 gpphLibContext->CBInfo.pClientWrNdefCntx = pContext; 750 void* pContext) [all...] |
/external/opencv/cxcore/src/ |
cxerror.cpp | 375 CvContext *pContext; 385 pContext = icvCreateContext(); 386 if( pContext == NULL) 388 TlsSetValue( g_TlsIndex, (LPVOID)pContext ); 394 pContext = (CvContext*)TlsGetValue( g_TlsIndex ); 395 if( pContext != NULL ) 396 icvDestroyContext( pContext ); 403 pContext = (CvContext*)TlsGetValue( g_TlsIndex ); 404 if( pContext != NULL ) 405 icvDestroyContext( pContext ); [all...] |
/hardware/intel/img/psb_video/src/ |
pnw_hostjpeg.h | 76 /*pContext->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan=(pContext->sScan_Encode_Info.ui32NumberMCUsToEncode+pEncContext->i32NumCores-1)/pEncContext->i32NumCores; 77 *pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = (DATA_BUFFER_SIZE(pContext->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan) +sizeof(BUFFER_HEADER)) + 3 & ~3; 648 IMG_ERRORCODE Legacy_PrepareHeader(LEGACY_JPEG_ENCODER_CONTEXT * pContext, IMG_CODED_BUFFER *pCBuffer); 649 //IMG_ERRORCODE Legacy_AllocateCodedDataBuffers(LEGACY_JPEG_ENCODER_CONTEXT *pContext); 650 //IMG_ERRORCODE Legacy_host_InitialiseHardware(LEGACY_JPEG_ENCODER_CONTEXT *pContext); 652 //IMG_ERRORCODE Legacy_IMG_JPEG_FreeBuffer(LEGACY_JPEG_ENCODER_CONTEXT * pContext, IMG_CODED_BUFFER **ppCBuffer); 653 //IMG_ERRORCODE Legacy_IMG_JPEG_DeAllocateFrames(LEGACY_JPEG_ENCODER_CONTEXT *pContext,IMG_FRAME_ARRAY **pFrameArray); 655 //IMG_ERRORCODE Legacy_IMG_JPEG_EncoderDeInitialise(LEGACY_JPEG_ENCODER_CONTEXT * pContext); [all...] |
/external/libnfc-nxp/inc/ |
phNfcInterface.h | 247 * \param [in] pContext Context for the Callback Function 256 void *pContext, 268 * \param [in] pContext Context for the Callback Function 276 void *pContext, 290 * \param [in] pContext Context pointer for the Generic Interface. 295 void *pContext, 308 * \param [in] pContext Context pointer for sending the data. 317 void *pContext, 333 void *pcontext; member in struct:phNfc_sLowerIF
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
phTmlNfc.h | 77 * pContext - Context provided by upper layer 80 typedef void (*pphTmlNfc_TransactCompletionCb_t) (void *pContext, phTmlNfc_TransactInfo_t *pInfo); 126 void *pContext; /*Context passed while invocation of operation */ 200 NFCSTATUS phTmlNfc_Write(uint8_t *pBuffer, uint16_t wLength, pphTmlNfc_TransactCompletionCb_t pTmlWriteComplete, void *pContext); 201 NFCSTATUS phTmlNfc_Read(uint8_t *pBuffer, uint16_t wLength, pphTmlNfc_TransactCompletionCb_t pTmlReadComplete, void *pContext);
|
/external/pdfium/fpdfsdk/src/javascript/ |
color.cpp | 19 CJS_Context* pContext = (CJS_Context *)cc; 20 ASSERT(pContext != NULL); 22 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); 160 CJS_Context* pContext = (CJS_Context*)cc;\ 161 v8::Isolate* isolate = pContext->GetJSRuntime()->GetIsolate();\
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
callobj.h | 145 virtual HRESULT WINAPI Unmarshal(PVOID pBuffer,ULONG cbBuffer,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext,ULONG *pcbUnmarshalled) = 0; 146 virtual HRESULT WINAPI ReleaseMarshalData(PVOID pBuffer,ULONG cbBuffer,ULONG ibFirstRelease,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext) = 0; 171 HRESULT (WINAPI *Unmarshal)(ICallFrame *This,PVOID pBuffer,ULONG cbBuffer,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext,ULONG *pcbUnmarshalled); 172 HRESULT (WINAPI *ReleaseMarshalData)(ICallFrame *This,PVOID pBuffer,ULONG cbBuffer,ULONG ibFirstRelease,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext); 199 #define ICallFrame_Unmarshal(This,pBuffer,cbBuffer,dataRep,pcontext,pcbUnmarshalled) (This)->lpVtbl->Unmarshal(This,pBuffer,cbBuffer,dataRep,pcontext,pcbUnmarshalled) 200 #define ICallFrame_ReleaseMarshalData(This,pBuffer,cbBuffer,ibFirstRelease,dataRep,pcontext) (This)->lpVtbl->ReleaseMarshalData(This,pBuffer,cbBuffer,ibFirstRelease,dataRep,pcontext) 236 HRESULT WINAPI ICallFrame_Unmarshal_Proxy(ICallFrame *This,PVOID pBuffer,ULONG cbBuffer,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext,ULONG *pcbUnmarshalled); 238 HRESULT WINAPI ICallFrame_ReleaseMarshalData_Proxy(ICallFrame *This,PVOID pBuffer,ULONG cbBuffer,ULONG ibFirstRelease,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext); [all...] |
perflib.h | 22 typedef LPVOID (CALLBACK *PERF_MEM_ALLOC)(SIZE_T AllocSize,LPVOID pContext); 24 typedef void (CALLBACK *PERF_MEM_FREE)(LPVOID pBuffer,LPVOID pContext);
|
mspthrd.h | 16 PVOID pContext;
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
lib_manifest2.h | 81 LIB_MANIFEST2_CONTEXT* pContext); 94 LIB_MANIFEST2_CONTEXT* pContext, 101 LIB_MANIFEST2_CONTEXT* pContext,
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.h | 81 LIB_MANIFEST2_CONTEXT* pContext); 94 LIB_MANIFEST2_CONTEXT* pContext, 101 LIB_MANIFEST2_CONTEXT* pContext,
|
/external/pdfium/core/src/fxcodec/codec/ |
codec_int.h | 152 virtual void Finish(void* pContext); 153 virtual void Input(void* pContext, FX_LPCBYTE src_buf, FX_DWORD src_size); 154 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps); 155 virtual FX_BOOL StartScanline(void* pContext, int down_scale); 156 virtual FX_BOOL ReadScanline(void* pContext, FX_LPBYTE dest_buf); 157 virtual FX_DWORD GetAvailInput(void* pContext, FX_LPBYTE* avail_buf_ptr);
|
/external/libnfc-nci/halimpl/pn54x/utils/ |
phNxpNciHal_utils.h | 53 void* pContext; 89 void *pContext);
|
/external/pdfium/core/include/fxcrt/ |
fx_ext.h | 57 FX_DWORD FX_Random_MT_Generate(FX_LPVOID pContext); 59 void FX_Random_MT_Close(FX_LPVOID pContext);
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcTag.cpp | 43 static void nfc_jni_tag_rw_callback(void *pContext, NFCSTATUS status) 45 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext; 53 static void nfc_jni_connect_callback(void *pContext, 57 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext; 62 if (pCallbackData->pContext != NULL) { 67 (phLibNfc_sRemoteDevInformation_t**)pCallbackData->pContext; 74 static void nfc_jni_checkndef_callback(void *pContext, 77 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext; 79 phLibNfc_ChkNdef_Info_t* pNdefInfo = (phLibNfc_ChkNdef_Info_t*) (pCallbackData->pContext); 101 static void nfc_jni_disconnect_callback(void *pContext, [all...] |
/external/libnfc-nci/halimpl/pn54x/hal/ |
phNxpNciHal_Kovio.c | 52 static void hal_write_cb(void *pContext, phTmlNfc_TransactInfo_t *pInfo) 54 UNUSED(pContext); 68 static void kovio_timer_handler(uint32_t timerId, void *pContext) 71 UNUSED(pContext);
|
/frameworks/compile/libbcc/lib/Core/ |
BCCContextImpl.h | 39 BCCContextImpl(BCCContext &pContext) { }
|