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

1 2 3 4 5

  /hardware/ti/wlan/wl1271/utils/
context.c 133 TContext *pContext = (TContext *)hContext;
136 os_protectDestroy (pContext->hOs, pContext->hProtectionLock);
139 os_memoryFree (pContext->hOs, pContext, sizeof(TContext));
160 TContext *pContext = (TContext *)hContext;
162 pContext->hOs = hOs;
163 pContext->hReport = hReport;
166 pContext->hProtectionLock = os_protectCreate (pContext->hOs)
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
context.c 133 TContext *pContext = (TContext *)hContext;
136 os_protectDestroy (pContext->hOs, pContext->hProtectionLock);
139 os_memoryFree (pContext->hOs, pContext, sizeof(TContext));
160 TContext *pContext = (TContext *)hContext;
162 pContext->hOs = hOs;
163 pContext->hReport = hReport;
166 pContext->hProtectionLock = os_protectCreate (pContext->hOs)
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 176 int Reverb_init (ReverbContext *pContext);
177 void Reverb_free (ReverbContext *pContext);
178 int Reverb_configure (ReverbContext *pContext, effect_config_t *pConfig);
179 int Reverb_setParameter (ReverbContext *pContext, void *pParam, void *pValue);
180 int Reverb_getParameter (ReverbContext *pContext,
184 int Reverb_LoadPreset (ReverbContext *pContext);
240 ReverbContext *pContext = new ReverbContext;
242 pContext->itfe = &gReverbInterface;
243 pContext->hInstance = NULL;
245 pContext->auxiliary = false
    [all...]
  /external/libnfc-nxp/src/
phLibNfc.h 364 * \param[in] pContext Context passed in the connect request before.
379 typedef void (*pphLibNfc_ConnectCallback_t) (void* pContext,
393 * \param[in] pContext Context passed in the disconnect request before.
401 typedef void (*pphLibNfc_DisconnectCallback_t)(void* pContext,
415 * \param[in] pContext Context passed in the connect request before.
429 typedef void (*pphLibNfc_IoctlCallback_t) (void* pContext,
446 * \param[in] pContext LibNfc client context passed in the corresponding request before.
457 typedef void (*pphLibNfc_TransceiveCallback_t)( void* pContext,
473 * \param[in] pContext LibNfc client context passed in the corresponding request
477 typedef void(*pphLibNfc_RspCb_t) (void* pContext,NFCSTATUS Status)
    [all...]
phDal4Nfc.h 113 void *pContext;
212 * \param[in] pContext DAL context is provided by the upper layer.
238 void *pContext,
255 * \param[in] pContext DAL context provided by the upper layer.
284 void *pContext,
299 * \param[in] pContext DAL context is provided by the upper layer.
329 void *pContext,
346 * \param[in] pContext DAL context is provided by the upper layer.
378 void *pContext,
397 * \param[in] pContext DAL context is provided by the upper layer
    [all...]
phFriNfc_LlcpTransport_Connection.h 117 * \param[in] pContext Upper layer context to be returned in
130 void* pContext);
147 * \param[in] pContext Upper layer context to be returned in the callback.
161 void* pContext);
174 * \param[in] pContext Upper layer context to be returned in the callback.
183 void *pContext);
197 * \param[in] pContext Upper layer context to be returned in
213 void* pContext);
224 * \param[in] pContext Upper layer context to be returned in
240 void* pContext);
    [all...]
phOsalNfc_Timer.h 77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
91 void* pContext; /**< Timer Callback context*/
152 void *pContext);
phFriNfc_LlcpMac.h 109 typedef void (*phFriNfc_LlcpMac_Chk_CB_t) (void *pContext,
112 typedef void (*phFriNfc_LlcpMac_LinkStatus_CB_t) (void *pContext,
117 typedef void (*phFriNfc_LlcpMac_Send_CB_t) (void *pContext,
121 typedef void (*phFriNfc_LlcpMac_Reveive_CB_t) (void *pContext,
130 void *pContext);
139 void *pContext);
144 void *pContext);
206 void *pContext);
214 void *pContext);
236 void *pContext);
    [all...]
phFriNfc_LlcpTransport.h 78 typedef void (*pphFriNfc_LlcpTransportSocketErrCb_t) ( void* pContext,
87 typedef void (*pphFriNfc_LlcpTransportSocketListenCb_t) (void* pContext,
95 typedef void (*pphFriNfc_LlcpTransportSocketConnectCb_t) ( void* pContext,
104 typedef void (*pphFriNfc_LlcpTransportSocketDisconnectCb_t) (void* pContext,
112 typedef void (*pphFriNfc_LlcpTransportSocketAcceptCb_t) (void* pContext,
120 typedef void (*pphFriNfc_LlcpTransportSocketRejectCb_t) (void* pContext,
128 typedef void (*pphFriNfc_LlcpTransportSocketRecvCb_t) (void* pContext,
136 typedef void (*pphFriNfc_LlcpTransportSocketRecvFromCb_t) (void* pContext,
145 typedef void (*pphFriNfc_LlcpTransportSocketSendCb_t) (void* pContext,
226 void *pContext;
    [all...]
phHal4Nfc.h 344 * \param[in] pContext Upper layer context which will be included in the
366 void *pContext
387 * \param[in] pContext Upper layer context which will be included in
401 void *pContext
441 * \param[in] pContext Upper layer context to be returned in the
476 void *pContext
522 * \param[in] pContext Upper layer context to be returned in the
548 void *pContext
576 * \param[in] pContext Upper layer context to be returned in
605 void *pContext
    [all...]
phFriNfc_LlcpTransport.c 37 static void phFriNfc_LlcpTransport__Recv_CB(void *pContext,
46 phFriNfc_LlcpTransport_t* pLlcpTransport = (phFriNfc_LlcpTransport_t*)pContext;
143 pLlcpTransport->pSocketTable[i].pContext = NULL;
323 * \param[in] pContext Upper layer context to be returned in the callback.
339 void *pContext)
347 if (((NULL == psOptions) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || ((psWorkingBuffer == NULL) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || pLlcpSocket == NULL || pErr_Cb == NULL || pContext == NULL || pLlcpTransport == NULL)
380 pLlcpTransport->pSocketTable[index].pContext = pContext;
566 * \param[in] pContext Upper layer context to be returned in
579 void* pContext)
    [all...]
phFriNfc_LlcpTransport_Connectionless.h 67 * \param[in] pContext Upper layer context to be returned in
85 void* pContext);
99 * \param[in] pContext Upper layer context to be returned in
116 void* pContext);
phFriNfc_Llcp.h 200 void *pContext,
205 void *pContext,
210 void *pContext,
215 void *pContext,
260 void *pContext;
276 void *pContext;
392 void *pContext );
400 void *pContext );
432 void *pContext );
439 void *pContext );
    [all...]
phFriNfc_LlcpMac.c 36 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);
    [all...]
phFriNfc_LlcpMacNfcip.c 39 void *pContext);
44 void *pContext)
49 if(NULL == LlcpMac || NULL == ChkLlcpMac_Cb || NULL == pContext)
68 ChkLlcpMac_Cb(pContext,status);
114 static void phFriNfc_LlcpMac_Nfcip_Send_Cb(void *pContext,
117 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
137 static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext,
140 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
162 static void phFriNfc_LlcpMac_Nfcip_Transceive_Cb(void *pContext,
165 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
    [all...]
  /frameworks/base/media/libeffects/visualizer/
EffectVisualizer.cpp 64 void Visualizer_reset(VisualizerContext *pContext)
66 pContext->mCaptureIdx = 0;
67 pContext->mCurrentBuf = 0;
68 memset(pContext->mCaptureBuf[0], 0x80, VISUALIZER_CAPTURE_SIZE_MAX);
69 memset(pContext->mCaptureBuf[1], 0x80, VISUALIZER_CAPTURE_SIZE_MAX);
78 // pContext: effect engine context
86 int Visualizer_configure(VisualizerContext *pContext, effect_config_t *pConfig)
98 memcpy(&pContext->mConfig, pConfig, sizeof(effect_config_t));
100 Visualizer_reset(pContext);
112 // pContext: effect engine contex
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 122 int LvmBundle_init (EffectContext *pContext);
123 int LvmEffect_enable (EffectContext *pContext);
124 int LvmEffect_disable (EffectContext *pContext);
125 void LvmEffect_free (EffectContext *pContext);
126 int Effect_configure (EffectContext *pContext, effect_config_t *pConfig);
127 int BassBoost_setParameter (EffectContext *pContext, void *pParam, void *pValue);
128 int BassBoost_getParameter (EffectContext *pContext,
132 int Virtualizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
133 int Virtualizer_getParameter (EffectContext *pContext,
137 int Equalizer_setParameter (EffectContext *pContext, void *pParam, void *pValue)
    [all...]
  /external/skia/src/images/
fpdfemb_ext.h 14 void (*Finish)(void* pContext);
19 void (*Input)(void* pContext, const unsigned char* src_buf, unsigned long src_size);
22 int (*ReadHeader)(void* pContext);
25 void (*GetInfo)(void* pContext, int* width, int* height, int* nComps);
28 int (*ReadScanline)(void* pContext, unsigned char* dest_buf);
31 unsigned long (*GetAvailInput)(void* pContext);
  /external/chromium/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/icu4c/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;
  /frameworks/base/media/libeffects/testlibs/
EffectEqualizer.cpp 115 int Equalizer_init(EqualizerContext *pContext);
116 int Equalizer_configure(EqualizerContext *pContext, effect_config_t *pConfig);
158 EqualizerContext *pContext = new EqualizerContext;
160 pContext->itfe = &gEqualizerInterface;
161 pContext->pEqualizer = NULL;
162 pContext->state = EQUALIZER_STATE_UNINITIALIZED;
164 ret = Equalizer_init(pContext);
167 delete pContext;
171 *pInterface = (effect_interface_t)pContext;
172 pContext->state = EQUALIZER_STATE_INITIALIZED
    [all...]
  /system/media/opensles/libopensles/
SLSndFile.h 19 extern void SLAPIENTRY SndFile_Callback(SLBufferQueueItf caller, void *pContext);
IMIDIMessage.c 39 slMetaEventCallback callback, void *pContext)
46 this->mMetaEventContext = pContext;
55 slMIDIMessageCallback callback, void *pContext)
62 this->mMessageContext = pContext;
IVisualization.c 23 slVisualizationCallback callback, void *pContext, SLmilliHertz rate)
33 this->mContext = 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)
229 timers[TimerId].pContext = pContext;
272 timers[TimerId].pContext = NULL
    [all...]

Completed in 235 milliseconds

1 2 3 4 5