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

1 2 3 4 5 67 8 9

  /system/media/wilhelm/include/SLES/
OpenSLES_Android.h 178 void *pContext
205 void* pContext
  /system/media/wilhelm/src/desktop/
SndFile.c 26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext)
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
  /system/media/wilhelm/src/itf/
IRecord.c 117 void *pContext)
124 thiz->mContext = pContext;
IStreamInformation.c 177 void * pContext) /* [in] */
186 thiz->mContext = pContext;
IAndroidBufferQueue.c 225 slAndroidBufferQueueCallback callback, void *pContext)
236 thiz->mContext = pContext;
IDynamicInterfaceManagement.c 441 slDynamicInterfaceManagementCallback callback, void *pContext)
449 thiz->mContext = pContext;
IPlay.c 240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext)
247 thiz->mContext = pContext;
  /system/media/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 85 void *pContext)
89 //fprintf(stdout, " pContext=%p\n", pContext);
90 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
slesTestDecodeAac.cpp 152 void PlayCallback(SLPlayItf caller, void *pContext, SLuint32 event) {
259 void *pContext)
264 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
499 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/);
  /system/media/wilhelm/tests/mimeUri/
slesTestPlayUri.cpp 72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
100 void *pContext,
slesTestGetPositionUri.cpp 66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
92 void *pContext,
  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 76 void *pContext
94 void *pContext
607 void *pContext
896 void *pContext
    [all...]
phLibNfc_Internal.h 267 void *pContext,
phFriNfc_ISO15693Format.c 542 void *pContext,
546 (phFriNfc_sNdefSmtCrdFmt_t *)pContext;
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_Edit.c 105 * @param pContext (OUT) Pointer on the VSS 3GPP edit context to allocate
113 M4OSA_ERR M4VSS3GPP_editInit( M4VSS3GPP_EditContext *pContext,
122 "M4VSS3GPP_editInit called with pContext=0x%x, \
124 pContext, pFileReadPtrFct, pFileWritePtrFct);
128 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext), M4ERR_PARAMETER,
129 "M4VSS3GPP_editInit: pContext is M4OSA_NULL");
140 *pContext = pC;
473 * @param pContext (IN) VSS edit context
481 M4OSA_ERR M4VSS3GPP_editOpen( M4VSS3GPP_EditContext pContext,
485 (M4VSS3GPP_InternalEditContext *)pContext;
    [all...]
M4READER_Amr.c 59 * @param pContext: (OUT) pointer on a reader context
65 M4OSA_ERR M4READER_AMR_create(M4OSA_Context *pContext)
70 M4OSA_DEBUG_IF1((pContext == 0), M4ERR_PARAMETER,
86 *pContext = pReaderContext;
M4VSS3GPP_AudioMixing.c 90 * M4OSA_ERR M4VSS3GPP_audioMixingInit(M4VSS3GPP_AudioMixingContext* pContext,
94 * @param pContext (OUT) Pointer on the VSS audio mixing context to allocate
104 M4OSA_ERR M4VSS3GPP_audioMixingInit( M4VSS3GPP_AudioMixingContext *pContext,
113 "M4VSS3GPP_audioMixingInit called with pContext=0x%x, pSettings=0x%x",
114 pContext, pSettings);
118 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext), M4ERR_PARAMETER,
119 "M4VSS3GPP_audioMixingInit: pContext is M4OSA_NULL");
139 *pContext = pC;
256 * M4OSA_ERR M4VSS3GPP_audioMixingStep(M4VSS3GPP_AudioMixingContext pContext)
259 * @param pContext (IN) VSS audio mixing contex
    [all...]
M4xVSS_API.c 56 * prototype M4OSA_ERR M4xVSS_Init(M4OSA_Context* pContext, M4xVSS_InitParams* pParams)
60 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
68 M4OSA_ERR M4xVSS_Init( M4OSA_Context *pContext, M4xVSS_InitParams *pParams )
227 *pContext = xVSS_context;
241 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
249 M4OSA_ERR M4xVSS_ReduceTranscode( M4OSA_Context pContext,
252 M4xVSS_Context *xVSS_context = (M4xVSS_Context *)pContext;
570 * prototype M4OSA_ERR M4xVSS_SendCommand(M4OSA_Context pContext,
579 * @param pContext (IN) Pointer on the xVSS edit context
587 M4OSA_ERR M4xVSS_SendCommand( M4OSA_Context pContext,
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 78 * @param pContext: (OUT) pointer on a reader context
85 M4OSA_ERR VideoEditorMp3Reader_create(M4OSA_Context *pContext) {
89 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
100 *pContext = pReaderContext;
121 M4OSA_ERR VideoEditorMp3Reader_destroy(M4OSA_Context pContext) {
124 (VideoEditorMp3Reader_Context*)pContext;
  /packages/apps/Nfc/jni/
com_android_nfc.cpp 76 bool nfc_cb_data_init(nfc_jni_callback_data* pCallbackData, void* pContext)
89 pCallbackData->pContext = pContext;
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) {
229 void * pContext )
232 // pContext was specified as NULL at RegisterStreamChangeCallback and is unused here
233 assert(NULL == pContext);
422 PlayCallback /*callback*/, NULL /*pContext*/);
  /frameworks/compile/libbcc/tests/
main.cpp 52 static void* lookupSymbol(void* pContext, const char* name) {
  /system/media/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 102 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event)
104 Context *context = (Context *) pContext;
  /external/quake/quake/src/WinQuake/
snd_android.cpp 68 void *pContext)
72 //fprintf(stdout, " pContext=%p\n", pContext);
73 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp 746 int Script::registerSymbolCallback(BCCSymbolLookupFn pFn, void *pContext) {
748 mpExtSymbolLookupFnContext = pContext;

Completed in 1521 milliseconds

1 2 3 4 5 67 8 9