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

1 2

  /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() */
  /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/chromium_org/third_party/icu/source/common/
cmemory.c 29 static const void *pContext;
43 return (*pAlloc)(pContext, s);
58 (*pFree)(pContext, buffer);
66 return (*pRealloc)(pContext, buffer, size);
77 (*pFree)(pContext, buffer);
98 pContext = context;
106 pContext = NULL;
  /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...]
  /external/icu4c/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...]
  /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...]
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 38 * M4OSA_Context pContext, M4OSA_UInt32 x,
41 * @param pContext (IN) : Video Browser context
51 M4OSA_Context pContext,
56 VideoBrowserContext* pC = (VideoBrowserContext*)pContext;
60 pContext, x, y, dx, dy);
63 CHECK_PTR(videoBrowserSetWindow, pContext, err, M4ERR_PARAMETER);
138 VideoBrowserContext* pContext = M4OSA_NULL;
157 pContext = (VideoBrowserContext*)M4OSA_32bitAlignedMalloc(
161 CHECK_PTR(videoBrowserCreate, pContext,err, M4ERR_ALLOC);
162 memset((void *)pContext, 0,sizeof(VideoBrowserContext))
    [all...]
VideoEditorThumbnailMain.cpp 68 * @param pContext (IN) Thumbnail Context.
74 M4OSA_ERR ThumbnailGetPixels(const M4OSA_Context pContext,
162 ThumbnailContext *pContext = M4OSA_NULL;
168 pContext = (ThumbnailContext*)M4OSA_32bitAlignedMalloc(sizeof(ThumbnailContext), VIDEOBROWSER,
170 M4OSA_TRACE3_1("context value is = %d",pContext);
171 CHECK_PTR(ThumbnailOpen, pContext, err, M4ERR_ALLOC);
173 memset((void *)pContext, 0,sizeof(ThumbnailContext));
180 &pContext->m_pVideoBrowser, pString) ;
182 pContext->m_bRender = bRender;
193 err = videoBrowserCreate(&pContext->m_pVideoBrowser, (M4OSA_Char*)pString
    [all...]
VideoEditorClasses.cpp     [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...]
  /frameworks/av/libvideoeditor/vss/src/
M4READER_Pcm.c 55 * @param pContext: (OUT) Pointer to a wav reader context
61 M4OSA_ERR M4READER_PCM_create(M4OSA_Context* pContext)
65 M4OSA_DEBUG_IF1((pContext == 0), M4ERR_PARAMETER,
80 *pContext = pReaderContext;
241 M4READER_PCM_Context* pContext = (M4READER_PCM_Context*)context;
251 *((M4OSA_UInt32*)pValue) = pContext->m_pAudioStream->m_duration;
265 if (M4OSA_NULL != pContext->m_pAudioStream)
267 *pBitrate = pContext->m_pAudioStream->m_averageBitRate;
  /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...]
  /dalvik/vm/interp/
Stack.cpp 785 LineNumFromPcContext *pContext = (LineNumFromPcContext *)cnxt;
791 if (address > pContext->address) {
797 pContext->lineNum = lineNum;
799 return (address == pContext->address) ? 1 : 0;
    [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
  /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/av/media/libeffects/visualizer/
EffectVisualizer.cpp 92 uint32_t Visualizer_getDeltaTimeMsFromUpdatedTime(VisualizerContext* pContext) {
94 if (pContext->mBufferUpdateTime.tv_sec != 0) {
97 time_t secs = ts.tv_sec - pContext->mBufferUpdateTime.tv_sec;
98 long nsec = ts.tv_nsec - pContext->mBufferUpdateTime.tv_nsec;
110 void Visualizer_reset(VisualizerContext *pContext)
112 pContext->mCaptureIdx = 0;
113 pContext->mLastCaptureIdx = 0;
114 pContext->mBufferUpdateTime.tv_sec = 0;
115 pContext->mLatency = 0;
116 memset(pContext->mCaptureBuf, 0x80, CAPTURE_BUF_SIZE)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 177 int Reverb_init (ReverbContext *pContext);
178 void Reverb_free (ReverbContext *pContext);
179 int Reverb_setConfig (ReverbContext *pContext, effect_config_t *pConfig);
180 void Reverb_getConfig (ReverbContext *pContext, effect_config_t *pConfig);
181 int Reverb_setParameter (ReverbContext *pContext, void *pParam, void *pValue);
182 int Reverb_getParameter (ReverbContext *pContext,
186 int Reverb_LoadPreset (ReverbContext *pContext);
219 ReverbContext *pContext = new ReverbContext;
221 pContext->itfe = &gReverbInterface;
222 pContext->hInstance = NULL
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 418 SampleCompTestCtxt *pContext;
425 pContext = (SampleCompTestCtxt *) pAppData;
435 pContext->eState = (OMX_STATETYPE) nData2;
436 TIMM_OSAL_SemaphoreRelease(pContext->hStateSetEvent);
443 TIMM_OSAL_SemaphoreRelease(pContext->
494 SampleCompTestCtxt *pContext;
501 pContext = (SampleCompTestCtxt *) pAppData;
502 pContext->nBufDoneCalls++;
504 BUFFER_LIST_SET_ENTRY(pContext->pInBufferList, pBuffer);
519 SampleCompTestCtxt *pContext;
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 203 void* pContext;
232 bool nfc_cb_data_init(nfc_jni_callback_data* pCallbackData, void* pContext);
  /external/icu4c/test/cintltst/
reapits.c     [all...]

Completed in 1505 milliseconds

1 2