Searched defs:pContext (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dsqlite3rtree.h35 void *pContext
44 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.c36 void *pContext)
43 LlcpMac->LinkStatus_Context = pContext;
66 void *pContext)
101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext);
150 void *pContext)
154 if(NULL== LlcpMac->LlcpMacInterface.send || NULL==psData || NULL==LlcpMacSend_Cb || NULL==pContext)
160 status = LlcpMac->LlcpMacInterface.send(LlcpMac,psData,LlcpMacSend_Cb,pContext);
168 void *pContext)
172 if(LlcpMac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==pContext)
178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext);
33 phFriNfc_LlcpMac_Reset(phFriNfc_LlcpMac_t *LlcpMac, void *LowerDevice, phFriNfc_LlcpMac_LinkStatus_CB_t LinkStatus_Cb, void *pContext) argument
63 phFriNfc_LlcpMac_ChkLlcp(phFriNfc_LlcpMac_t *LlcpMac, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phFriNfc_LlcpMac_Chk_CB_t ChkLlcpMac_Cb, void *pContext) argument
147 phFriNfc_LlcpMac_Send(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, void *pContext) argument
165 phFriNfc_LlcpMac_Receive(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Reveive_CB_t ReceiveLlcpMac_Cb, void *pContext) argument
[all...]
H A DphOsalNfc_Timer.h77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
91 void* pContext; /**< Timer Callback context*/ member in struct:phOsalNfc_TimerMsg
152 void *pContext);
H A DphLlcNfc.c65 * \param[in] pContext LLC context provided by the upper layer. The LLC
78 void *pContext,
92 * \param[in] pContext LLC context is provided by the upper layer. The LLC
109 void *pContext,
125 * \param[in] pContext LLC context is provided by the upper layer. The LLC
141 void *pContext,
225 void *pContext,
230 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
294 void *pContext,
300 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
224 phLlcNfc_Init( void *pContext, void *pLinkInfo ) argument
293 phLlcNfc_Release( void *pContext, void *pLinkInfo ) argument
349 phLlcNfc_Send( void *pContext, void *pLinkInfo, uint8_t *pLlcBuf, uint16_t llcBufLength ) argument
473 phLlcNfc_Receive( void *pContext, void *pLinkInfo, uint8_t *pLlcBuf, uint16_t llcBufLength ) argument
[all...]
H A DphDal4Nfc.h115 void *pContext; member in struct:phDal4Nfc_Message
194 * \param[in] pContext DAL context is provided by the upper layer.
220 void *pContext,
237 * \param[in] pContext DAL context provided by the upper layer.
266 void *pContext,
281 * \param[in] pContext DAL context is provided by the upper layer.
311 void *pContext,
328 * \param[in] pContext DAL context is provided by the upper layer.
360 void *pContext,
379 * \param[in] pContext DA
[all...]
H A DphFriNfc_LlcpMacNfcip.c38 void *pContext);
85 void *pContext)
90 if(NULL == LlcpMac || NULL == ChkLlcpMac_Cb || NULL == pContext)
107 ChkLlcpMac_Cb(pContext,status);
169 static void phFriNfc_LlcpMac_Nfcip_Send_Cb(void *pContext, argument
172 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
191 static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext, argument
194 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
248 static void phFriNfc_LlcpMac_Nfcip_Transceive_Cb(void *pContext, argument
251 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
83 phFriNfc_LlcpMac_Nfcip_Chk(phFriNfc_LlcpMac_t *LlcpMac, phFriNfc_LlcpMac_Chk_CB_t ChkLlcpMac_Cb, void *pContext) argument
271 phFriNfc_LlcpMac_Nfcip_Send(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, void *pContext) argument
357 phFriNfc_LlcpMac_Nfcip_Receive(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Reveive_CB_t LlcpMacReceive_Cb, void *pContext) argument
[all...]
H A DphFriNfc_LlcpTransport_Connectionless.c32 static void phFriNfc_LlcpTransport_Connectionless_SendTo_CB(void* pContext,
129 static void phFriNfc_LlcpTransport_Connectionless_SendTo_CB(void* pContext, argument
133 phFriNfc_LlcpTransport_Socket_t * pLlcpSocket = (phFriNfc_LlcpTransport_Socket_t*)pContext;
189 pLlcpSocket->pContext = NULL;
230 * \param[in] pContext Upper layer context to be returned in
248 void* pContext)
254 pLlcpSocket->pSendContext = pContext;
297 * \param[in] pContext Upper layer context to be returned in
314 void *pContext)
345 pRecv_Cb(pContext, ssa
244 phFriNfc_LlcpTransport_Connectionless_SendTo(phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, uint8_t nSap, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketSendCb_t pSend_RspCb, void* pContext) argument
311 phLibNfc_LlcpTransport_Connectionless_RecvFrom(phFriNfc_LlcpTransport_Socket_t *pLlcpSocket, phNfc_sData_t* psBuffer, pphFriNfc_LlcpTransportSocketRecvFromCb_t pRecv_Cb, void *pContext) argument
[all...]
H A DphHal4Nfc_P2P.c52 static void phHal4Nfc_P2PRecvTimerCb(uint32_t P2PRecvTimerId, void *pContext);
65 void *pContext
106 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
187 void *pContext
240 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
284 static void phHal4Nfc_P2PRecvTimerCb(uint32_t P2PRecvTimerId, void *pContext) argument
290 PHNFC_UNUSED_VARIABLE(pContext);
H A DphLlcNfc_Interface.c60 void *pContext,
68 void *pContext,
281 void *pContext,
292 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
647 void *pContext,
660 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
280 phLlcNfc_WrResp_Cb( void *pContext, void *pHwInfo, phNfc_sTransactionInfo_t *pCompInfo ) argument
646 phLlcNfc_RdResp_Cb( void *pContext, void *pHwInfo, phNfc_sTransactionInfo_t *pCompInfo ) argument
H A DphHal4Nfc.c61 void *pContext,
82 void *pContext,
350 void *pContext
417 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
457 void *pContext
506 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
651 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
668 void *pContext
702 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
730 void *pContext
877 phHal4Nfc_LowerNotificationHandler( void *pContext, void *pHwRef, uint8_t type, void *pInfo ) argument
1432 phHal4Nfc_DownloadComplete( void *pContext, void *pHwRef, uint8_t type, void *pInfo ) argument
[all...]
H A DphLibNfc.c71 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) argument
264 pLibContext = (pphLibNfc_LibContext_t)pContext;
356 void* pContext
406 pLibContext->CBInfo.pClientShtdwnCntx = pContext;
420 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status) argument
426 PHNFC_UNUSED_VARIABLE(pContext);
189 phLibNfc_Mgt_Initialize(void *pDriverHandle, pphLibNfc_RspCb_t pInitCb, void *pContext) argument
514 phLibNfc_Mgt_Reset(void *pContext) argument
808 phLibNfc_Mgt_GetstackCapabilities( phLibNfc_StackCapabilities_t *phLibNfc_StackCapabilities, void *pContext) argument
905 phLibNfc_Mgt_ConfigureTestMode(void *pDriverHandle, pphLibNfc_RspCb_t pTestModeCb, phLibNfc_Cfg_Testmode_t eTstmode, void *pContext) argument
[all...]
H A DphLibNfc_initiator.c74 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;
492 phLibNfc_RemoteDev_ReConnect( phLibNfc_Handle hRemoteDevice, pphLibNfc_ConnectCallback_t pNotifyReConnect_RspCb, void *pContext) argument
733 phLibNfc_RemoteDev_Connect_Cb( void *pContext, phHal_sRemoteDevInformation_t *pRmtdev_info, NFCSTATUS status ) argument
[all...]
H A DphLlcNfc_Timer.c76 void *pContext
94 void *pContext
607 void *pContext
896 void *pContext
1024 void *pContext)
1022 phLlcNfc_URSET_Delay_Notify( uint32_t delay_id, void *pContext) argument
/external/pdfium/fpdfsdk/src/
H A Dfpdf_progressive.cpp35 CRenderContext* pContext = FX_NEW CRenderContext; local
36 pPage->SetPrivateData((void*)1, pContext, DropContext );
38 pContext->m_pDevice = FX_NEW CFX_SkiaDevice;
40 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap,0,TRUE);
42 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap);
44 pContext->m_pDevice = FX_NEW CFX_FxgeDevice;
46 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap,0,TRUE);
48 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap);
53 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
56 Func_RenderPage(pContext, pag
85 CRenderContext * pContext = (CRenderContext*)pPage->GetPrivateData((void*)1); local
106 CRenderContext * pContext = (CRenderContext*)pPage->GetPrivateData((void*)1); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c229 AuthContext *pContext,
233 pContext->pParse = pParse;
234 pContext->zAuthContext = pParse->zAuthContext;
242 void sqlite3AuthContextPop(AuthContext *pContext){ argument
243 if( pContext->pParse ){
244 pContext->pParse->zAuthContext = pContext->zAuthContext;
245 pContext->pParse = 0;
227 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) argument
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c50 void* pContext; /*!< Callback context. */ member in struct:phOsalNfc_Timer
80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext);
140 timer_msg->pContext = timers[timerid].pContext;
155 (timers[timerid].callback)(timerid, timers[timerid].pContext);
160 static void phOsalNfc_Timer_Dummy_Cb(uint32_t timerid, void *pContext) {} argument
212 void *pContext)
234 timers[TimerId].pContext = pContext;
277 timers[TimerId].pContext
209 phOsalNfc_Timer_Start(uint32_t TimerId, uint32_t RegTimeCnt, ppCallBck_t Application_callback, void *pContext) argument
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jbig.cpp32 CJBig2_Context* pContext = CJBig2_Context::CreateContext(&m_Module, local
34 if (pContext == NULL) {
37 int ret = pContext->getFirstPage(dest_buf, width, height, dest_pitch, NULL);
38 CJBig2_Context::DestroyContext(pContext);
52 CJBig2_Context* pContext = NULL; local
63 pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, src_buf, src_size, JBIG2_FILE_STREAM);
64 if(pContext == NULL) {
67 ret = pContext->getFirstPage(&dest_image, NULL);
68 CJBig2_Context::DestroyContext(pContext);
/external/pdfium/fpdfsdk/src/javascript/
H A Dcolor.cpp19 CJS_Context* pContext = (CJS_Context *)cc; local
20 ASSERT(pContext != NULL);
22 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
161 CJS_Context* pContext = (CJS_Context*)cc;\
162 v8::Isolate* isolate = pContext->GetJSRuntime()->GetIsolate();\
H A DJS_Object.cpp32 if (CJS_Context* pContext = (CJS_Context *)cc)
34 if (pContext->GetReaderDocument())
63 void CJS_EmbedObj::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg) argument
65 CJS_Object::Alert(pContext, swMsg);
133 void CJS_Object::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg) argument
135 ASSERT(pContext != NULL);
137 if (pContext->IsMsgBoxEnabled())
139 CPDFDoc_Environment* pApp = pContext->GetReaderApp();
H A Devent.cpp61 CJS_Context* pContext = (CJS_Context*)cc; local
62 ASSERT(pContext != NULL);
63 CJS_EventHandler* pEvent = pContext->GetEventHandler();
83 CJS_Context* pContext = (CJS_Context*)cc;
84 ASSERT(pContext != NULL);
85 CJS_EventHandler* pEvent = pContext->GetEventHandler();
96 CJS_Context* pContext = (CJS_Context*)cc;
97 ASSERT(pContext != NULL);
98 CJS_EventHandler* pEvent = pContext->GetEventHandler();
107 CJS_Context* pContext local
169 CJS_Context* pContext = (CJS_Context*)cc; local
228 CJS_Context* pContext = (CJS_Context*)cc; local
252 CJS_Context* pContext = (CJS_Context*)cc; local
343 CJS_Context* pContext = (CJS_Context*)cc; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dcmemory.c31 static const void *pContext; variable
83 return (*pAlloc)(pContext, s);
102 (*pFree)(pContext, buffer);
110 return (*pRealloc)(pContext, buffer, size);
125 (*pFree)(pContext, buffer);
157 pContext = context;
165 pContext = NULL;
/external/icu/icu4c/source/common/
H A Dcmemory.c31 static const void *pContext; variable
83 return (*pAlloc)(pContext, s);
102 (*pFree)(pContext, buffer);
110 return (*pRealloc)(pContext, buffer, size);
125 (*pFree)(pContext, buffer);
157 pContext = context;
165 pContext = NULL;
/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp41 static FX_BOOL _CGDrawGlyphRun(CGContextRef pContext, argument
92 quartz2d.setGraphicsTextMatrix(pContext, &new_matrix);
93 return quartz2d.drawGraphicsString(pContext,
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c456 void *pContext; /* sqlite3_user_data() context */ member in struct:IcuScalar
483 db, p->zName, p->nArg, p->enc, p->pContext, p->xFunc, 0, 0
/external/opencv/cxcore/src/
H A Dcxerror.cpp375 CvContext *pContext; local
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...]

Completed in 2449 milliseconds

1234