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

1 2 3

  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jsapi.cpp 41 CXFA_FM2JSContext* pContext =
43 pContext->Initialize(hScriptRuntime, hScriptContext, pDocument);
47 CXFA_FM2JSContext* pContext =
49 pContext->GlobalPropertyGetter(hValue);
52 CXFA_FM2JSContext* pContext =
54 pContext->Release();
  /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...]
  /external/icu/icu4c/source/common/
cmemory.c 31 static const void *pContext;
78 return (*pAlloc)(pContext, s);
97 (*pFree)(pContext, buffer);
104 return (*pRealloc)(pContext, buffer, size);
119 (*pFree)(pContext, buffer);
147 pContext = context;
155 pContext = NULL;
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.h 53 void* pContext;
89 void *pContext);
  /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...]
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 61 EffectContext* pContext;
67 pContext = new EffectContext;
68 pContext->sessionId = sessionId;
69 pContext->ioId = ioId;
70 pContext->uuid = *uuid;
71 pContext->common_itfe = &gEffectInterface;
75 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
81 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT];
82 pContext->desc = new effect_descriptor_t[SUB_FX_COUNT]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcall.h 50 MSPSTREAMCONTEXT *pContext;
51 WINBOOL operator ==(struct _THREADPOOLWAITBLOCK &t) { return ((hWaitHandle==t.hWaitHandle) && (pContext==t.pContext)); }
59 static VOID NTAPI DispatchGraphEvent(VOID *pContext,BOOLEAN bFlag);
60 virtual VOID HandleGraphEvent(MSPSTREAMCONTEXT *pContext);
mspthrd.h 16 PVOID pContext;
  /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/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 222 CPDF_RenderContext* pContext = pRenderStatus->GetContext();
223 CPDF_PageRenderCache* pPageRenderCache = pContext->GetPageCache();
297 CPDF_RenderContext* pContext = m_pRenderStatus->GetContext();
298 CPDF_PageRenderCache* pPageRenderCache = pContext->GetPageCache();
  /external/pdfium/fpdfsdk/src/javascript/
event.cpp 58 CJS_Context* pContext = (CJS_Context*)cc;
59 CJS_EventHandler* pEvent = pContext->GetEventHandler();
76 CJS_Context* pContext = (CJS_Context*)cc;
77 CJS_EventHandler* pEvent = pContext->GetEventHandler();
89 CJS_Context* pContext = (CJS_Context*)cc;
90 CJS_EventHandler* pEvent = pContext->GetEventHandler();
99 CJS_Context* pContext = (CJS_Context*)cc;
100 CJS_EventHandler* pEvent = pContext->GetEventHandler();
119 CJS_Context* pContext = (CJS_Context*)cc;
120 CJS_EventHandler* pEvent = pContext->GetEventHandler()
    [all...]
JS_Runtime.cpp 48 const CJS_Context* pContext = static_cast<const CJS_Context*>(cc);
49 return pContext->GetJSRuntime();
93 CJS_Context* pContext = (CJS_Context*)NewContext();
95 ReleaseContext(pContext);
111 CJS_Context* pContext = (CJS_Context*)NewContext();
113 ReleaseContext(pContext);
192 void CJS_Runtime::ReleaseContext(IJS_Context* pContext) {
193 CJS_Context* pJSContext = (CJS_Context*)pContext;
global.cpp 210 CJS_Context* pContext = static_cast<CJS_Context*>(cc);
212 sError = JSGetStringFromID(pContext, IDS_STRING_JSPARAMERROR);
225 sError = JSGetStringFromID(pContext, IDS_STRING_JSNOGLOBAL);
  /external/pdfium/xfa/src/fxjse/src/
context.cpp 17 CFXJSE_Context* pContext = CFXJSE_Context::Create(
19 return reinterpret_cast<FXJSE_HCONTEXT>(pContext);
22 CFXJSE_Context* pContext = reinterpret_cast<CFXJSE_Context*>(hContext);
23 if (pContext) {
24 delete pContext;
28 CFXJSE_Context* pContext = reinterpret_cast<CFXJSE_Context*>(hContext);
29 if (!pContext) {
32 CFXJSE_Value* lpValue = CFXJSE_Value::Create(pContext->GetRuntime());
34 pContext->GetGlobalObject(lpValue);
38 CFXJSE_Context* pContext = reinterpret_cast<CFXJSE_Context*>(hContext);
    [all...]
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 66 void LE_reset(LoudnessEnhancerContext *pContext)
68 ALOGV(" > LE_reset(%p)", pContext);
70 if (pContext->mCompressor != NULL) {
71 float targetAmp = pow(10, pContext->mTargetGainmB/2000.0f); // mB to linear amplification
72 ALOGV("LE_reset(): Target gain=%dmB <=> factor=%.2fX", pContext->mTargetGainmB, targetAmp);
73 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
75 ALOGE("LE_reset(%p): null compressors, can't apply target gain", pContext);
92 // pContext: effect engine context
100 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_jpeg.c 553 TOPAZSC_JPEG_ENCODER_CONTEXT *pContext = ctx->jpeg_ctx;
562 ui32RemainMCUs = pContext->sScan_Encode_Info.ui32NumberMCUsToEncode;
564 for (ui16BCnt = 0; ui16BCnt < pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers
565 && pContext->sScan_Encode_Info.ui16SScan > 0; ui16BCnt++) {
566 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber =
567 pContext->sScan_Encode_Info.ui16SScan--;
568 if (pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers < 2 ||
569 pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers > PNW_JPEG_MAX_SCAN_NUM) {
575 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber =
576 (aui32_jpg_mtx_num[pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers - 1
    [all...]
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcCommon.h 139 void *pContext; /* Parameter to be passed to the callback function */
  /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/core/src/fxcrt/
fx_extension.cpp 261 FX_LPMTRANDOMCONTEXT pContext = FX_Alloc(FX_MTRANDOMCONTEXT, 1);
262 pContext->mt[0] = dwSeed;
263 FX_DWORD& i = pContext->mti;
264 FX_DWORD* pBuf = pContext->mt;
268 pContext->bHaveSeed = TRUE;
269 return pContext;
271 FX_DWORD FX_Random_MT_Generate(void* pContext) {
272 FXSYS_assert(pContext);
273 FX_LPMTRANDOMCONTEXT pMTC = (FX_LPMTRANDOMCONTEXT)pContext;
302 void FX_Random_MT_Close(void* pContext) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfsave.cpp 117 IXFA_ChecksumContext* pContext = NULL;
119 pContext = XFA_Checksum_Create();
120 FXSYS_assert(pContext);
121 pContext->StartChecksum();
131 pContext->UpdateChecksum((IFX_FileRead*)pTemplate);
169 pContext->Release();
178 pContext->UpdateChecksum((IFX_FileRead*)pDsfileWrite);
179 pContext->FinishChecksum();
200 pContext->Release();
205 pContext) &
    [all...]
fsdk_actionhandler.cpp 152 IJS_Context* pContext = pRuntime->NewContext();
153 pContext->OnLink_MouseUp(pDocument);
156 FX_BOOL bRet = pContext->RunScript(swJS, &csInfo);
161 pRuntime->ReleaseContext(pContext);
280 IJS_Context* pContext = pRuntime->NewContext();
282 FX_BOOL bRet = pContext->RunScript(swJS, &csInfo);
287 pRuntime->ReleaseContext(pContext);
322 IJS_Context* pContext = pRuntime->NewContext();
323 pContext->OnBookmark_MouseUp(pBookmark);
326 FX_BOOL bRet = pContext->RunScript(swJS, &csInfo)
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 116 int Equalizer_init(EqualizerContext *pContext);
117 int Equalizer_setConfig(EqualizerContext *pContext, effect_config_t *pConfig);
143 EqualizerContext *pContext = new EqualizerContext;
145 pContext->itfe = &gEqualizerInterface;
146 pContext->pEqualizer = NULL;
147 pContext->state = EQUALIZER_STATE_UNINITIALIZED;
149 ret = Equalizer_init(pContext);
152 delete pContext;
156 *pHandle = (effect_handle_t)pContext;
157 pContext->state = EQUALIZER_STATE_INITIALIZED
    [all...]
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 168 CRenderContext* pContext = new CRenderContext;
171 pPage->SetPrivateData((void*) 1, pContext, DropContext);
174 pContext->m_pDevice = fxgeDevice;
180 CPDF_RenderOptions* renderOptions = pContext->m_pOptions;
184 pContext->m_pOptions = renderOptions;
209 pContext->m_pContext = pageContext;
234 pContext->m_pRenderer = new CPDF_ProgressiveRenderer(pageContext, fxgeDevice, renderOptions);
235 pContext->m_pRenderer->Start(NULL);
241 delete pContext;

Completed in 730 milliseconds

1 2 3