HomeSort by relevance Sort by last modified time
    Searched full:pcontext (Results 1 - 25 of 116) 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/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...]
  /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/
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);
235 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...]
phLibNfc_llcp.c 40 void phLibNfc_Llcp_CheckLlcp_Cb(void *pContext,NFCSTATUS status);
43 void phLibNfc_Llcp_Link_Cb(void *pContext,phLibNfc_Llcp_eLinkStatus_t status);
111 void* pContext
154 result = phLibNfc_Mgt_SetP2P_ConfigParams(&sNfcIPCfg, pConfigRspCb, pContext);
189 void* pContext
230 gpphLibContext->CBInfo.pClientLlcpLinkCntx = pContext;
237 gpphLibContext->CBInfo.pClientLlcpCheckRespCntx = pContext;
271 void phLibNfc_Llcp_Link_Cb(void *pContext, phLibNfc_Llcp_eLinkStatus_t status)
273 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)pContext;
301 void phLibNfc_Llcp_CheckLlcp_Cb(void *pContext, NFCSTATUS status
    [all...]
phFriNfc_LlcpMacNfcip.c 38 void *pContext);
85 void *pContext)
90 if(NULL == LlcpMac || NULL == ChkLlcpMac_Cb || NULL == pContext)
109 ChkLlcpMac_Cb(pContext,status);
171 static void phFriNfc_LlcpMac_Nfcip_Send_Cb(void *pContext,
174 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
193 static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext,
196 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
250 static void phFriNfc_LlcpMac_Nfcip_Transceive_Cb(void *pContext,
253 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
    [all...]
phLlcNfc.c 65 * \param[in] pContext LLC context provided by the upper layer. The LLC
78 void *pContext,
92 * \param[in] pContext LLC context is provided by the upper layer. The LLC
109 void *pContext,
125 * \param[in] pContext LLC context is provided by the upper layer. The LLC
141 void *pContext,
199 psReference->plower_if->pcontext = ps_llc_ctxt;
225 void *pContext,
230 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
296 void *pContext,
    [all...]
phFriNfc_LlcpTransport.h 76 typedef void (*pphFriNfc_LlcpTransportSocketErrCb_t) ( void* pContext,
85 typedef void (*pphFriNfc_LlcpTransportSocketListenCb_t) (void* pContext,
93 typedef void (*pphFriNfc_LlcpTransportSocketConnectCb_t) ( void* pContext,
102 typedef void (*pphFriNfc_LlcpTransportSocketDisconnectCb_t) (void* pContext,
110 typedef void (*pphFriNfc_LlcpTransportSocketAcceptCb_t) (void* pContext,
118 typedef void (*pphFriNfc_LlcpTransportSocketRejectCb_t) (void* pContext,
126 typedef void (*pphFriNfc_LlcpTransportSocketRecvCb_t) (void* pContext,
134 typedef void (*pphFriNfc_LlcpTransportSocketRecvFromCb_t) (void* pContext,
143 typedef void (*pphFriNfc_LlcpTransportSocketSendCb_t) (void* pContext,
224 void *pContext;
    [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...]
phFriNfc_LlcpTransport_Connectionless.c 62 static void phFriNfc_LlcpTransport_Connectionless_SendTo_CB(void* pContext,
65 phFriNfc_LlcpTransport_Socket_t *pLlcpSocket = (phFriNfc_LlcpTransport_Socket_t*)pContext;
118 pLlcpSocket->pContext = NULL;
159 * \param[in] pContext Upper layer context to be returned in
177 void* pContext)
183 pLlcpSocket->pSendContext = pContext;
225 * \param[in] pContext Upper layer context to be returned in
242 void *pContext)
254 pLlcpSocket->pRecvContext = pContext;
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;
362 * \param[in] pContext Upper layer context to be returned in the callback.
378 void *pContext)
386 if (((NULL == psOptions) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || ((psWorkingBuffer == NULL) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || pLlcpSocket == NULL || pErr_Cb == NULL || pContext == NULL || pLlcpTransport == NULL)
419 pLlcpTransport->pSocketTable[index].pContext = pContext;
605 * \param[in] pContext Upper layer context to be returned in
618 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);
  /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...]
  /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;
  /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/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...]
  /system/media/opensles/libopensles/
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;
SLSndFile.h 19 extern void SLAPIENTRY SndFile_Callback(SLBufferQueueItf caller, void *pContext);
  /packages/apps/Nfc/jni/
com_android_nfc_NativeP2pDevice.cpp 32 static void nfc_jni_presence_check_callback(void* pContext, NFCSTATUS status)
34 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
42 static void nfc_jni_connect_callback(void *pContext,
46 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
47 phNfc_sData_t * psGeneralBytes = (phNfc_sData_t *)pCallbackData->pContext;
62 static void nfc_jni_disconnect_callback(void *pContext, phLibNfc_Handle hRemoteDev, NFCSTATUS status)
64 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
72 static void nfc_jni_receive_callback(void *pContext, phNfc_sData_t *data, NFCSTATUS status)
74 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
75 phNfc_sData_t **ptr = (phNfc_sData_t **)pCallbackData->pContext;
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 92 * @param pContext context of package that can load the resources
96 public static View initSnippetForInstalledApp(Activity pContext,
98 View appSnippet = pContext.findViewById(snippetId);
100 PackageManager pm = pContext.getPackageManager();
114 * @param pContext context of package that can load the resources
118 public static View initSnippetForNewApp(Activity pContext, AppSnippet as,
120 View appSnippet = pContext.findViewById(snippetId);
150 * @param pContext context of package that can load the resources
154 public static AppSnippet getAppSnippet(Activity pContext, ApplicationInfo appInfo,
157 Resources pRes = pContext.getResources()
    [all...]

Completed in 6415 milliseconds

1 2 3 4 5