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

12 3 4 5 6 7 8 9

  /external/libnfc-nxp/src/
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...]
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_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_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_Interface.h 97 * \param[in] pContext LLC context is provided by the upper layer. The LLC
110 void *pContext,
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c 134 * @param pContext: (IN) Execution context.
136 * @return M4ERR_PARAMETER pContext is NULL
139 M4OSA_ERR M4VSS3GPP_subscribeMediaAndCodec(M4VSS3GPP_MediaAndCodecCtxt *pContext)
161 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext);
178 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
194 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
210 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
226 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
246 err = M4VSS3GPP_registerVideoDecoder( pContext, videoDecoderType, pVideoDecoderInterface);
258 err = M4VSS3GPP_registerVideoDecoder( pContext, videoDecoderType, pVideoDecoderInterface)
    [all...]
  /frameworks/media/libvideoeditor/vss/inc/
M4PTO3GPP_API.h 102 * @param pContext (IN) The integrator own context
165 * M4OSA_ERR M4PTO3GPP_Init(M4PTO3GPP_Context* pContext);
168 * @param pContext (OUT) Pointer on the M4PTO3GPP context to allocate
172 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL
176 M4OSA_ERR M4PTO3GPP_Init(M4PTO3GPP_Context* pContext, M4OSA_FileReadPointer* pFileReadPtrFct,
181 * M4OSA_ERR M4PTO3GPP_Open(M4PTO3GPP_Context pContext, M4PTO3GPP_Params* pParams);
184 * @param pContext (IN) M4PTO3GPP context
207 M4OSA_ERR M4PTO3GPP_Open(M4PTO3GPP_Context pContext, M4PTO3GPP_Params* pParams);
211 * M4OSA_ERR M4PTO3GPP_Step(M4PTO3GPP_Context pContext);
214 * @param pContext (IN) M4PTO3GPP contex
    [all...]
M4xVSS_API.h 201 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
208 M4OSA_ERR M4xVSS_Init(M4OSA_Context* pContext, M4xVSS_InitParams* params);
219 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
227 M4OSA_ERR M4xVSS_ReduceTranscode(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings);
239 * @param pContext (IN) Pointer on the xVSS edit context
247 M4OSA_ERR M4xVSS_SendCommand(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings);
260 * @param pContext (IN) Pointer on the xVSS edit context
268 M4OSA_ERR M4xVSS_PreviewStart(M4OSA_Context pContext, M4xVSS_PreviewSettings* pPreviewSettings);
278 * @param pContext (IN) Pointer on the xVSS edit context
284 M4OSA_ERR M4xVSS_PreviewStop(M4OSA_Context pContext);
    [all...]
M4xVSS_Internal.h 488 M4OSA_ERR M4xVSS_internalStartTranscoding(M4OSA_Context pContext,
491 M4OSA_ERR M4xVSS_internalStopTranscoding(M4OSA_Context pContext);
508 M4OSA_ERR M4xVSS_internalStartConvertPictureTo3gp(M4OSA_Context pContext);
510 M4OSA_ERR M4xVSS_internalStopConvertPictureTo3gp(M4OSA_Context pContext);
515 M4OSA_ERR M4xVSS_internalDecodeGIF(M4OSA_Context pContext);
517 M4OSA_ERR M4xVSS_internalDecodeGIF_Initialization(M4OSA_Context pContext);
519 M4OSA_ERR M4xVSS_internalDecodeGIF_Cleaning(M4OSA_Context pContext);
522 M4OSA_ERR M4xVSS_internalDecodeGIF(M4OSA_Context pContext, M4VSS3GPP_EffectSettings* pEffect,
526 M4OSA_ERR M4xVSS_internalConvertARGB888toYUV420_FrammingEffect(M4OSA_Context pContext,
532 M4OSA_ERR M4xVSS_internalGenerateEditedFile(M4OSA_Context pContext);
    [all...]
  /frameworks/base/media/jni/mediaeditor/
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...]
VideoEditorOsal.h 51 M4OSA_Context* pContext,
58 M4OSA_Context* pContext);
VideoBrowserMain.h 123 * @param pContext (IN) : Video browser context
126 M4OSA_ERR videoBrowserCleanUp(M4OSA_Context pContext) ;
131 * @param pContext (IN) : Video browser context
136 M4OSA_ERR videoBrowserPrepareFrame(M4OSA_Context pContext, M4OSA_UInt32* pTime,
141 * @param pContext (IN) : Video Browser context
149 M4OSA_ERR videoBrowserSetWindow(M4OSA_Context pContext, M4OSA_Int32* pixelArray,
155 * @param pContext (IN) : Video browser context
158 M4OSA_ERR videoBrowserDisplayCurrentFrame(M4OSA_Context pContext);
  /system/media/wilhelm/src/desktop/
SLSndFile.h 19 extern void SndFile_Callback(SLBufferQueueItf caller, void *pContext);
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 132 * M4OSA_ERR M4MCS_SubscribeMediaAndCodec(M4MCS_Context pContext);
136 * @param pContext: (IN) Execution context.
138 * @return M4ERR_PARAMETER pContext is NULL
141 M4OSA_ERR M4MCS_subscribeMediaAndCodec(M4MCS_Context pContext)
163 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext);
181 err = M4MCS_registerReader( pContext, readerMediaType,
199 err = M4MCS_registerReader( pContext, readerMediaType,
218 err = M4MCS_registerReader( pContext, readerMediaType,
241 err = M4MCS_registerVideoDecoder( pContext, videoDecoderType,
258 err = M4MCS_registerVideoDecoder( pContext, videoDecoderType
    [all...]
M4MCS_Codecs.c 44 * @param pContext (IN/OUT) MCS context.
49 M4OSA_ERR M4MCS_clearInterfaceTables(M4MCS_Context pContext)
51 M4MCS_InternalContext* pC = (M4MCS_InternalContext*)pContext;
126 * @param pContext: (IN) Execution context.
128 * @return M4ERR_PARAMETER pContext,pWtrGlobalInterface or
133 M4OSA_ERR M4MCS_registerWriter(M4MCS_Context pContext, M4WRITER_OutputFileType MediaType,
137 M4MCS_InternalContext* pC = (M4MCS_InternalContext*)pContext;
148 M4OSA_TRACE3_3("MCS: M4MCS_registerWriter called with pContext=0x%x,\
179 * @param pContext: (IN) Execution context.
181 * @return M4ERR_PARAMETER pContext or pEncGlobalInterface is M4OSA_NULL (debug only)
    [all...]
  /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/media/libvideoeditor/vss/common/inc/
M4ENCODER_AudioCommon.h 223 typedef M4OSA_ERR (M4AE_cleanUp) (M4OSA_Context pContext);
224 typedef M4OSA_ERR (M4AE_open) (M4OSA_Context pContext, M4ENCODER_AudioParams *params,
227 typedef M4OSA_ERR (M4AE_close) (M4OSA_Context pContext);
228 typedef M4OSA_ERR (M4AE_step) (M4OSA_Context pContext, M4ENCODER_AudioBuffer *inBuffer,
230 typedef M4OSA_ERR (M4AE_getOption) (M4OSA_Context pContext, M4OSA_OptionID option,
M4ENCODER_common.h 395 M4ENCODER_Context* pContext,
404 M4ENCODER_Context pContext,
410 typedef M4OSA_ERR (M4ENCODER_start) (M4ENCODER_Context pContext);
411 typedef M4OSA_ERR (M4ENCODER_stop) (M4ENCODER_Context pContext);
412 typedef M4OSA_ERR (M4ENCODER_pause) (M4ENCODER_Context pContext);
413 typedef M4OSA_ERR (M4ENCODER_resume) (M4ENCODER_Context pContext);
414 typedef M4OSA_ERR (M4ENCODER_close) (M4ENCODER_Context pContext);
415 typedef M4OSA_ERR (M4ENCODER_cleanup) (M4ENCODER_Context pContext);
416 typedef M4OSA_ERR (M4ENCODER_regulBitRate) (M4ENCODER_Context pContext);
419 M4ENCODER_Context pContext,
    [all...]
  /frameworks/media/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 69 * M4OSA_ERR M4WRITER_3GP_openWrite(M4WRITER_Context* pContext, void* pWhat,
73 * @param pContext: (OUT) Execution context of the 3GP writer, allocated by this function.
83 * @return M4ERR_PARAMETER: pContext or pFilePtrFct is M4OSA_NULL (debug only)
87 M4OSA_ERR M4WRITER_3GP_openWrite( M4WRITER_Context* pContext,
100 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext),M4ERR_PARAMETER,
101 "M4WRITER_3GP_openWrite: pContext is M4OSA_NULL");
107 *pContext=M4OSA_NULL;
127 *pContext = (M4WRITER_Context *)apContext;
149 * M4OSA_ERR M4WRITER_3GP_startWriting(M4WRITER_Context pContext)
153 * @param pContext: (IN) Execution context of the 3GP writer
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 239 M4OSA_ERR VideoEditorAudioEncoder_cleanup(M4OSA_Context pContext) {
245 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
246 pEncoderContext = (VideoEditorAudioEncoder_Context*)pContext;
250 pContext = M4OSA_NULL;
263 M4OSA_Context* pContext, M4OSA_Void* pUserData) {
269 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
275 *pContext = pEncoderContext;
282 *pContext = M4OSA_NULL;
289 M4OSA_ERR VideoEditorAudioEncoder_init_AAC(M4OSA_Context* pContext,
291 return VideoEditorAudioEncoder_init(M4ENCODER_kAAC, pContext, pUserData)
    [all...]
  /system/media/wilhelm/src/itf/
IVisualization.c 23 slVisualizationCallback callback, void *pContext, SLmilliHertz rate)
33 thiz->mContext = pContext;
IMIDIMessage.c 39 slMetaEventCallback callback, void *pContext)
46 thiz->mMetaEventContext = pContext;
55 slMIDIMessageCallback callback, void *pContext)
62 thiz->mMessageContext = 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...]

Completed in 371 milliseconds

12 3 4 5 6 7 8 9