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

1 23 4 5 6 7 8 9

  /frameworks/media/libvideoeditor/osal/src/
M4OSA_FileCommon.c 66 M4OSA_ERR M4OSA_fileCommonOpen(M4OSA_UInt16 core_id, M4OSA_Context* pContext,
107 "M4OSA_Char* %s\tfileModeAccess %d", core_id, pContext, pUrl, fileModeAccess);
109 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER, "M4OSA_fileCommonOpen: pContext is M4OSA_NULL");
308 *pContext = pFileContext;
374 M4OSA_ERR M4OSA_fileCommonSeek(M4OSA_Context pContext,
378 M4OSA_FileContext* pFileContext = pContext;
387 pContext, seekMode, pFilePos);
389 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER, "M4OSA_fileCommonSeek");
474 M4OSA_ERR M4OSA_fileCommonClose(M4OSA_UInt16 core_id, M4OSA_Context pContext)
    [all...]
M4OSA_Mutex.c 51 * @param pContext:(OUT) Context of the created mutex
57 M4OSA_ERR M4OSA_mutexOpen(M4OSA_Context* pContext)
63 M4OSA_TRACE1_1("M4OSA_mutexOpen\t\tM4OSA_Context* 0x%x", pContext);
64 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER,
65 "M4OSA_mutexOpen: pContext is M4OSA_NULL");
67 *pContext = M4OSA_NULL;
106 *pContext = (M4OSA_Context) pMutexContext;
LVOSA_FileReader_optim.c 481 * @param pContext: (OUT) File reader context.
485 * @return M4ERR_PARAMETER pContext or fileDescriptor is NULL
492 M4OSA_ERR M4OSA_fileReadOpen_optim(M4OSA_Context* pContext,
496 M4OSA_ERR M4OSA_fileReadOpen_optim(M4OSA_Context* pContext,
513 M4OSA_TRACE2_3("M4OSA_fileReadOpen_optim p = 0x%p fd = %s mode = %lu", pContext,
517 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext);
520 *pContext = M4OSA_NULL;
621 *pContext= (M4OSA_Context)apContext;
641 *pContext = M4OSA_NULL;
653 * @param pContext: (IN) File reader context
    [all...]
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_API.h 468 * @param pContext (OUT) Pointer on the VSS 3GPP edit context to allocate
477 M4VSS3GPP_EditContext* pContext,
533 * @param pContext (IN) VSS 3GPP edit context
541 M4OSA_ERR M4VSS3GPP_editOpen(M4VSS3GPP_EditContext pContext, M4VSS3GPP_EditSettings *pSettings);
548 * @param pContext (IN) VSS 3GPP edit context
551 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only)
557 M4OSA_ERR M4VSS3GPP_editStep(M4VSS3GPP_EditContext pContext, M4OSA_UInt8 *pProgress);
564 * @param pContext (IN) VSS 3GPP edit context
566 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only)
571 M4OSA_ERR M4VSS3GPP_editClose(M4VSS3GPP_EditContext pContext);
    [all...]
M4VSS3GPP_InternalFunctions.h 248 * @param pContext: (IN) Execution context.
250 * @return M4ERR_PARAMETER pContext,pWtrGlobalInterface or pWtrDataInterface is
265 * @param pContext: (IN) Execution context.
267 * @return M4ERR_PARAMETER pContext or pEncGlobalInterface is M4OSA_NULL (debug only),
281 * @param pContext: (IN) Execution context.
285 * @return M4ERR_PARAMETER: pContext or pEncGlobalInterface is M4OSA_NULL (debug only)
296 * @param pContext (IN/OUT) VSS context.
310 * @param pContext (IN/OUT) VSS context.
343 * @param pContext (IN/OUT) VSS context.
354 * @param pContext (IN/OUT) VSS context
    [all...]
  /external/libnfc-nxp/src/
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_Llcp.h 204 void *pContext,
209 void *pContext,
214 void *pContext,
219 void *pContext,
264 void *pContext;
280 void *pContext;
396 void *pContext );
404 void *pContext );
436 void *pContext );
443 void *pContext );
    [all...]
phFriNfc_LlcpTransport.c 75 static void phFriNfc_LlcpTransport__Recv_CB(void *pContext,
84 phFriNfc_LlcpTransport_t* pLlcpTransport = (phFriNfc_LlcpTransport_t*)pContext;
181 pLlcpTransport->pSocketTable[i].pContext = NULL;
400 * \param[in] pContext Upper layer context to be returned in the callback.
416 void *pContext)
424 if (((NULL == psOptions) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || ((psWorkingBuffer == NULL) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || pLlcpSocket == NULL || pErr_Cb == NULL || pContext == NULL || pLlcpTransport == NULL)
457 pLlcpTransport->pSocketTable[index].pContext = pContext;
643 * \param[in] pContext Upper layer context to be returned in
656 void* 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;
294 void *pContext,
    [all...]
phFriNfc_ISO15693Map.h 180 void *pContext,
phLibNfc_target.c 83 void *pContext
98 || (NULL == pContext)
150 gpphLibContext->sNfcIp_Context.pClientNfcIpRxCntx = pContext;
233 void *pContext
252 || (NULL == pContext)
328 gpphLibContext->sNfcIp_Context.pClientNfcIpTxCntx = pContext;
  /frameworks/media/libvideoeditor/vss/common/inc/
M4WRITER_common.h 208 typedef M4OSA_ERR (M4WRITER_addStream) (M4WRITER_Context pContext,\
210 typedef M4OSA_ERR (M4WRITER_startWriting) (M4WRITER_Context pContext);
211 typedef M4OSA_ERR (M4WRITER_closeWrite) (M4WRITER_Context pContext);
212 typedef M4OSA_ERR (M4WRITER_setOption) (M4WRITER_Context pContext, \
215 typedef M4OSA_ERR (M4WRITER_getOption) (M4WRITER_Context pContext, \
236 typedef M4OSA_ERR M4WRITER_startAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,\
238 typedef M4OSA_ERR M4WRITER_processAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,\
M4AD_Common.h 147 * @param pContext: (OUT) Context of the decoder
158 typedef M4OSA_ERR (M4AD_create_fct)(M4AD_Context *pContext,
218 * @param pContext: (IN/OUT) Context of the decoder
227 typedef M4OSA_ERR (M4AD_start_fct) (M4AD_Context pContext);
  /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/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 489 M4OSA_ERR VideoEditorVideoEncoder_getDSI(M4ENCODER_Context pContext,
509 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
512 pEncoderContext = (VideoEditorVideoEncoder_Context*)pContext;
593 M4OSA_ERR VideoEditorVideoEncoder_cleanup(M4ENCODER_Context pContext) {
599 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
601 pEncoderContext = (VideoEditorVideoEncoder_Context*)pContext;
607 pContext = M4OSA_NULL;
620 M4ENCODER_Context* pContext,
631 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
658 *pContext = pEncoderContext
    [all...]
VideoEditorAudioDecoder.cpp 396 M4OSA_ERR VideoEditorAudioDecoder_destroy(M4AD_Context pContext) {
402 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
404 pDecoderContext = (VideoEditorAudioDecoder_Context*)pContext;
417 pContext = M4OSA_NULL;
431 M4AD_Context* pContext, M4_AudioStreamHandler* pStreamHandler,
444 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
574 *pContext = pDecoderContext;
582 *pContext = M4OSA_NULL;
588 M4OSA_ERR VideoEditorAudioDecoder_create_AAC(M4AD_Context* pContext,
592 M4AD_kTypeAAC, pContext, pStreamHandler,pUserData)
    [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4PTO3GPP_VideoPreProcessing.c 46 * M4OSA_ERR M4PTO3GPP_applyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
50 * @param pContext (IN) VPP context, which actually is the M4PTO3GPP internal context
60 M4OSA_ERR M4PTO3GPP_applyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
77 M4PTO3GPP_InternalContext *pC = (M4PTO3GPP_InternalContext*)(pContext);
M4AD_Null.c 67 * @param pContext: (OUT) Context of the decoder
77 M4OSA_ERR M4AD_NULL_create( M4AD_Context* pContext,
83 M4OSA_DEBUG_IF1((pContext == 0), M4ERR_PARAMETER,
96 *pContext = pC;
  /system/media/wilhelm/src/itf/
IOutputMix.c 48 slMixDeviceChangeCallback callback, void *pContext)
55 thiz->mContext = pContext;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 93 * @param pContext context of package that can load the resources
97 public static View initSnippetForInstalledApp(Activity pContext,
99 final PackageManager pm = pContext.getPackageManager();
112 * @param pContext context of package that can load the resources
116 public static View initSnippetForNewApp(Activity pContext, AppSnippet as,
118 View appSnippet = pContext.findViewById(snippetId);
148 * @param pContext context of package that can load the resources
152 public static AppSnippet getAppSnippet(Activity pContext, ApplicationInfo appInfo,
155 Resources pRes = pContext.getResources();
182 icon = pContext.getPackageManager().getDefaultActivityIcon()
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 247 * \param [in] pContext Context for the Callback Function
256 void *pContext,
268 * \param [in] pContext Context for the Callback Function
276 void *pContext,
290 * \param [in] pContext Context pointer for the Generic Interface.
295 void *pContext,
308 * \param [in] pContext Context pointer for sending the data.
317 void *pContext,
333 void *pcontext; member in struct:phNfc_sLowerIF
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h 84 void registerSymbolCallback(BCCSymbolLookupFn pFn, void *pContext) {
86 mpSymbolLookupContext = pContext;
ScriptCached.h 146 void registerSymbolCallback(BCCSymbolLookupFn pFn, BCCvoid *pContext) {
147 mCompiler.registerSymbolCallback(pFn, pContext);
  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpSocket.cpp 28 static void nfc_jni_disconnect_callback(void* pContext,
31 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
40 static void nfc_jni_connect_callback(void* pContext, uint8_t nErrCode, NFCSTATUS status)
42 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
89 static void nfc_jni_receive_callback(void* pContext, NFCSTATUS status)
91 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
99 static void nfc_jni_send_callback(void *pContext, NFCSTATUS status)
101 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 28 static void nfc_jni_receive_callback(void* pContext, uint8_t ssap, NFCSTATUS status)
30 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
35 pCallbackData->pContext = (void*)ssap;
44 static void nfc_jni_send_callback(void *pContext, NFCSTATUS status)
46 struct nfc_jni_callback_data * pCallbackData = (struct nfc_jni_callback_data *) pContext;
188 ssap = (uint32_t)cb_data.pContext;

Completed in 574 milliseconds

1 23 4 5 6 7 8 9