HomeSort by relevance Sort by last modified time
    Searched refs:pContext (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /system/media/wilhelm/src/itf/
IAudioIODeviceCapabilities.c 72 void *pContext)
79 thiz->mAvailableAudioInputsChangedContext = pContext;
142 void *pContext)
149 thiz->mAvailableAudioOutputsChangedContext = pContext;
159 void *pContext)
166 thiz->mDefaultDeviceIDMapChangedContext = pContext;
  /external/libnfc-nxp/src/
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;
649 static void phFriNfc_Llcp_ChkLlcp_CB( void *pContext,
653 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
662 static void phFriNfc_Llcp_LinkStatus_CB( void *pContext,
670 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext;
827 void *pContext;
836 pContext = Llcp->pRecvContext;
841 (pfRecvCB)(pContext, psPacket, NFCSTATUS_SUCCESS)
    [all...]
phLibNfc_initiator.c 74 void *pContext,
393 void *pContext
401 || (NULL == pContext)
443 gpphLibContext->CBInfo.pClientNtfRegRespCntx = pContext;
494 void *pContext)
506 else if ((NULL == pContext)
552 gpphLibContext->CBInfo.pClientConCntx = pContext;
583 void *pContext
595 else if((NULL == pContext)
640 gpphLibContext->CBInfo.pClientConCntx = pContext;
    [all...]
phHal4Nfc.c 61 void *pContext,
82 void *pContext,
350 void *pContext
417 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
457 void *pContext
506 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
651 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
668 void *pContext
702 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
730 void *pContext
    [all...]
phHal4Nfc_Emulation.c 85 void *pContext
144 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
215 void *pContext
274 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext;
307 void *pContext
phLibNfc_Ioctl.c 91 void* pContext
98 (NULL==pContext) ||(NULL==pInParam) ||
127 phLibNfc_Ioctl_Cntx.pCliCntx = pContext;
phFriNfc_LlcpTransport_Connection.c 63 static void phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB(void* pContext,
75 psTransport = (phFriNfc_LlcpTransport_t*)pContext;
288 psLocalLlcpSocket->pSocketErrCb(psLocalLlcpSocket->pContext, PHFRINFC_LLCP_ERR_DISCONNECTED);
549 psTransport->pSocketTable[index].pSocketErrCb( psTransport->pSocketTable[index].pContext,PHFRINFC_LLCP_ERR_FRAME_REJECTED);
    [all...]
phLibNfc.c 71 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status);
74 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status);
179 void *pContext)
202 gpphLibContext->CBInfo.pClientInitCntx=pContext;
244 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status)
252 pLibContext = (pphLibNfc_LibContext_t)pContext;
344 void* pContext
394 pLibContext->CBInfo.pClientShtdwnCntx = pContext;
408 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status)
414 PHNFC_UNUSED_VARIABLE(pContext);
    [all...]
phLibNfc_ndef_raw.c 70 void phLibNfc_Ndef_CheckNdef_Cb(void *pContext, NFCSTATUS status);
101 STATIC void CheckNdef_timer_cb(uint32_t timer_id, void *pContext);
104 STATIC void phLibNfc_Ndef_ChkNdef_Pchk_Cb(void *pContext,
121 void* pContext
133 || (NULL == pContext)
255 gpphLibContext->CBInfo.pClientRdNdefCntx = pContext;
372 void* pContext
386 || (NULL == pContext)
508 gpphLibContext->CBInfo.pClientWrNdefCntx = pContext;
747 void* pContext)
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 177 psRefer->plower_if->pcontext = pgDalContext;
206 NFCSTATUS phDal4Nfc_Unregister(void *pContext, void *pHwRef )
210 if ((NULL == pContext) && (NULL == pHwRef))
241 NFCSTATUS phDal4Nfc_Init(void *pContext, void *pHwRef )
247 if ((NULL != pContext) && (NULL != pHwRef))
249 pContext = pgDalContext;
290 NFCSTATUS phDal4Nfc_Shutdown( void *pContext, void *pHwRef)
295 // if (pContext == NULL)
377 NFCSTATUS phDal4Nfc_Write( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length)
385 if ((NULL != pContext) && (NULL != pHwRef)&
    [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4AIR_API.c 110 * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat)
112 * @param pContext: (IN/OUT) Address of the context to create
115 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only). Invalid formatType
119 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat)
125 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext) ;
127 *pContext = M4OSA_NULL ;
156 *pContext = pC ;
167 *pContext = M4OSA_NULL ;
176 * M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext)
178 * @param pContext: (IN) Context identifying the instance to destro
    [all...]
M4DECODER_Null.c 78 * @param pContext: (OUT) Context of the decoder
93 M4OSA_ERR M4DECODER_NULL_create(M4OSA_Context *pContext,
102 *pContext = M4OSA_NULL;
122 *pContext=pStreamContext;
137 M4OSA_ERR M4DECODER_NULL_destroy(M4OSA_Context pContext) {
139 M4_VideoHandler_Context* pStreamContext = (M4_VideoHandler_Context*)pContext;
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcTag.cpp 40 static void nfc_jni_tag_rw_callback(void *pContext, NFCSTATUS status)
42 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
50 static void nfc_jni_connect_callback(void *pContext,
54 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
59 if (pCallbackData->pContext != NULL) {
64 (phLibNfc_sRemoteDevInformation_t**)pCallbackData->pContext;
71 static void nfc_jni_checkndef_callback(void *pContext,
74 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
76 phLibNfc_ChkNdef_Info_t* pNdefInfo = (phLibNfc_ChkNdef_Info_t*) (pCallbackData->pContext);
98 static void nfc_jni_disconnect_callback(void *pContext,
    [all...]
com_android_nfc_NativeLlcpServiceSocket.cpp 24 extern void nfc_jni_llcp_transport_socket_err_callback(void* pContext,
29 static void nfc_jni_llcp_accept_socket_callback(void* pContext,
32 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
com_android_nfc_NativeNfcSecureElement.cpp 31 static void com_android_nfc_jni_ioctl_callback ( void* pContext,
35 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
51 static void com_android_nfc_jni_transceive_callback(void *pContext,
54 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
64 static void com_android_nfc_jni_connect_callback(void *pContext,
68 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
76 static void com_android_nfc_jni_disconnect_callback(void *pContext,
80 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
89 static void com_android_nfc_jni_smartMX_setModeCb (void* pContext,
93 struct nfc_jni_callback_data * pContextData = (struct nfc_jni_callback_data*)pContext;
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp 126 * @param pContext (OUT) Pointer to the BitStreamParser context to create.
131 static void VideoEditor3gpReader_BitStreamParserInit(void** pContext,
135 *pContext=M4OSA_NULL;
149 *pContext=pStreamContext;
154 * @param pContext (IN/OUT) BitStreamParser context.
157 static void VideoEditor3gpReader_BitStreamParserCleanUp(void* pContext) {
158 free((M4OSA_Int32*)pContext);
164 * @param pContext (IN/OUT) BitStreamParser context.
169 static M4OSA_UInt32 VideoEditor3gpReader_BitStreamParserShowBits(void* pContext,
172 (VideoEditor3gpReader_BitStreamParserContext*)pContext;
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 149 * @param pContext
157 IN TEEC_Context* pContext,
164 TRACE_INFO("scxExchangeMessage[0x%X]\n",pContext);
237 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
240 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
380 TEEC_Context* pContext)
431 pContext->imp._hConnection = hDriver;
436 pContext->imp._hConnection = 0;
443 void TEEC_FinalizeContext(TEEC_Context* pContext)
445 TRACE_INFO("TEEC_FinalizeContext[0x%X]", pContext);
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 174 void *pContext
201 void* pContext
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 126 void registerSymbolCallback(BCCSymbolLookupFn pFn, void *pContext) {
128 mpSymbolLookupContext = pContext;
ScriptCompiled.h 159 void registerSymbolCallback(BCCSymbolLookupFn pFn, void *pContext) {
160 mCompiler.registerSymbolCallback(pFn, pContext);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 174 void *pContext
201 void* pContext
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 174 void *pContext
201 void* pContext
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 174 void *pContext
201 void* pContext
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 174 void *pContext
201 void* pContext
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 174 void *pContext
201 void* pContext

Completed in 1154 milliseconds

1 2 34 5 6 7 8 9