HomeSort by relevance Sort by last modified time
    Searched full:pcontext (Results 101 - 125 of 262) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspthrd.h 16 PVOID pContext;
wsdutil.h 42 IWSDXMLContext *pContext,
wsdhost.h 290 IWSDXMLContext *pContext,
365 IWSDXMLContext *pContext,
438 #define IWSDDeviceHost_Init(This,pszLocalId,pContext,ppHostAddresses,dwHostAddressCount) (This)->lpVtbl->Init(This,pszLocalId,pContext,ppHostAddresses,dwHostAddressCount)
462 static FORCEINLINE HRESULT IWSDDeviceHost_Init(IWSDDeviceHost* This,LPCWSTR pszLocalId,IWSDXMLContext *pContext,IWSDAddress **ppHostAddresses,DWORD dwHostAddressCount) {
463 return This->lpVtbl->Init(This,pszLocalId,pContext,ppHostAddresses,dwHostAddressCount);
506 IWSDXMLContext *pContext,
617 HRESULT WINAPI WSDCreateDeviceHost(LPCWSTR pszLocalId, IWSDXMLContext *pContext, IWSDDeviceHost **ppDeviceHost);
619 HRESULT WINAPI WSDCreateDeviceHost2(LPCWSTR pszLocalId, IWSDXMLContext *pContext, WSD_CONFIG_PARAM *pConfigParams, DWORD dwConfigParamCount, IWSDDeviceHost **ppDeviceHost);
621 HRESULT WINAPI WSDCreateDeviceHostAdvanced(LPCWSTR pszLocalId, IWSDXMLContext *pContext, IWSDAddress** ppHostAddresses, DWORD dwHostAddressCount, IWSDDeviceHost **ppDeviceHost)
    [all...]
wbemprov.h     [all...]
  /hardware/nxp/nfc/halimpl/tml/
phTmlNfc.cc 51 static void phTmlNfc_ReTxTimerCb(uint32_t dwTimerId, void* pContext);
243 ** pContext - context provided by upper layer
248 static void phTmlNfc_ReTxTimerCb(uint32_t dwTimerId, void* pContext) {
249 if ((gpphTmlNfc_Context->dwTimerId == dwTimerId) && (NULL == pContext)) {
639 ** pContext - context provided by upper layer
650 void* pContext) {
667 gpphTmlNfc_Context->tWriteInfo.pContext = pContext;
735 ** pContext - context provided by upper layer
746 void* pContext) {
    [all...]
phOsalNfc_Timer.cc 125 ** pContext - caller context, to be passed to the application
139 void* pContext) {
161 pTimerHandle->pContext = pContext;
326 pTimerHandle->pContext);
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
66 // pContext is unused here, so we pass NULL
67 assert(pContext == NULL);
106 void *pContext,
109 // pContext is unused here, so we pass NULL
110 assert(NULL == pContext);
  /external/pdfium/fxjs/
cjs_publicmethods.cpp 80 void AlertIfPossible(CJS_EventContext* pContext, const wchar_t* swMsg) {
81 CPDFSDK_FormFillEnvironment* pFormFillEnv = pContext->GetFormFillEnv();
978 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
979 CJS_EventHandler* pEvent = pContext->GetEventHandler();
996 AlertIfPossible(pContext, sError.c_str());
    [all...]
cjs_runtime.cpp 97 IJS_EventContext* pContext = NewEventContext();
99 ReleaseEventContext(pContext);
165 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) {
168 static_cast<CJS_EventContext*>(pContext)));
cjs_runtime.h 37 void ReleaseEventContext(IJS_EventContext* pContext) override;
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_progressiverenderer.cpp 21 CPDF_RenderContext* pContext,
25 m_pContext(pContext),
  /external/pdfium/core/fxcrt/xml/
cfx_saxreaderhandler.cpp 13 CFX_SAXReaderHandler::CFX_SAXReaderHandler(CFX_ChecksumContext* pContext)
14 : m_pContext(pContext) {
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 19 CPDFXFA_Page::CPDFXFA_Page(CPDFXFA_Context* pContext, int page_index)
20 : m_pXFAPageView(nullptr), m_pContext(pContext), m_iPageIndex(page_index) {}
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 189 CXFA_TextParseContext* pContext = it->second.get();
190 if (!pContext)
193 pContext->m_pParentStyle.Reset(pParentStyle);
200 m_pSelector->ComputeStyle(pContext->GetDecls(),
378 CXFA_TextParseContext* pContext = it->second.get();
379 if (pContext && pContext->m_pParentStyle &&
380 pContext->m_pParentStyle->GetCustomStyle(
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTShader.h 65 @param[in] pContext Context
76 const SPVRTContext* const pContext=0,
PVRTBackground.cpp 89 @Input pContext A pointer to a PVRTContext
95 EPVRTError CPVRTBackground::Init(const SPVRTContext * const pContext, bool bRotate, CPVRTString *pszError)
97 PVRT_UNREFERENCED_PARAMETER(pContext);
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 102 void setContext(LDContext* pContext) { m_pContext = pContext; }
  /frameworks/wilhelm/src/itf/
IPrefetchStatus.cpp 61 slPrefetchCallback callback, void *pContext)
68 thiz->mContext = pContext;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 53 /// @param pContext - pointer to SWR context.
59 SWR_CONTEXT *pContext,
74 /// @param pContext - pointer to SWR context.
79 SWR_CONTEXT *pContext,
91 uint32_t numNumaNodes = pContext->threadPool.numaMask + 1;
93 for (uint32_t i = 0; i < pContext->threadPool.numThreads; ++i)
104 /// @param pContext - pointer to SWR context.
110 SWR_CONTEXT *pContext,
141 /// @param pContext - pointer to SWR context.
147 SWR_CONTEXT *pContext,
    [all...]
frontend.h 303 void ProcessClear(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
304 void ProcessStoreTiles(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
305 void ProcessDiscardInvalidateTiles(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
306 void ProcessSync(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
307 void ProcessShutdown(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t workerId, void *pUserData);
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 85 void *pContext)
89 //fprintf(stdout, " pContext=%p\n", pContext);
90 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 30 bool CGDrawGlyphRun(CGContextRef pContext,
78 quartz2d.setGraphicsTextMatrix(pContext, &new_matrix);
79 return quartz2d.drawGraphicsString(pContext, pFont->GetPlatformFont(),
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 102 @param[in] pContext Context
113 const SPVRTContext * const pContext,
122 @param[in] pContext Context
134 const SPVRTContext * const pContext,
474 @param[in] pContext
480 bool APIInit(const SPVRTContext * const pContext, bool bMakeCopy);

Completed in 790 milliseconds

1 2 3 45 6 7 8 91011