HomeSort by relevance Sort by last modified time
    Searched defs:pContext (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/rtree/
sqlite3rtree.h 35 void *pContext
44 void *pContext; /* Copy of pContext passed to s_r_g_c() */
rtree.c 291 void *pContext;
306 void *pContext;
    [all...]
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 56 CTSEffectsContext *pContext = new CTSEffectsContext;
58 pContext->mItfe = &gCTSEffectInterface;
60 *pHandle = (effect_handle_t)pContext;
67 CTSEffectsContext * pContext = (CTSEffectsContext *)handle;
69 if (pContext == NULL) {
72 delete pContext;
105 CTSEffectsContext * pContext = (CTSEffectsContext *)self;
107 if (pContext == NULL) {
123 memcpy(&pContext->mConfig, pCmdData, cmdSize);
131 memcpy(pReplyData, &pContext->mConfig, *replySize)
    [all...]
  /external/libnfc-nxp/src/
phOsalNfc_Timer.h 77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
91 void* pContext; /**< Timer Callback context*/
152 void *pContext);
phDal4Nfc.h 115 void *pContext;
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 DAL context is provided by the upper layer
    [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...]
phFriNfc_LlcpTransport.h 80 typedef void (*pphFriNfc_LlcpTransportSocketErrCb_t) ( void* pContext,
89 typedef void (*pphFriNfc_LlcpTransportSocketListenCb_t) (void* pContext,
97 typedef void (*pphFriNfc_LlcpTransportSocketConnectCb_t) ( void* pContext,
106 typedef void (*pphFriNfc_LlcpTransportSocketDisconnectCb_t) (void* pContext,
114 typedef void (*pphFriNfc_LlcpTransportSocketAcceptCb_t) (void* pContext,
122 typedef void (*pphFriNfc_LlcpTransportSocketRejectCb_t) (void* pContext,
130 typedef void (*pphFriNfc_LlcpTransportSocketRecvCb_t) (void* pContext,
138 typedef void (*pphFriNfc_LlcpTransportSocketRecvFromCb_t) (void* pContext,
147 typedef void (*pphFriNfc_LlcpTransportSocketSendCb_t) (void* pContext,
231 void *pContext;
    [all...]
phFriNfc_Llcp.h 215 void *pContext,
220 void *pContext,
225 void *pContext,
231 void *pContext,
236 void *pContext,
281 void *pContext;
297 void *pContext;
413 void *pContext );
421 void *pContext );
453 void *pContext );
    [all...]
  /external/chromium_org/third_party/icu/source/common/
cmemory.c 31 static const void *pContext;
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/
cmemory.c 31 static const void *pContext;
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/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 50 void* pContext; /*!< Callback context. */
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) {}
212 void *pContext)
234 timers[TimerId].pContext = pContext;
277 timers[TimerId].pContext = NULL
    [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...]
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 456 void *pContext; /* sqlite3_user_data() context */
483 db, p->zName, p->nArg, p->enc, p->pContext, p->xFunc, 0, 0
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 896 milliseconds