Searched defs:pContext (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/compile/libbcc/lib/Core/
H A DBCCContextImpl.h39 BCCContextImpl(BCCContext &pContext) { } argument
H A DSource.cpp40 static inline llvm::Module *helper_load_bitcode(llvm::LLVMContext &pContext, argument
42 llvm::ErrorOr<llvm::Module *> moduleOrError = llvm::getLazyBitcodeModule(pInput, pContext);
60 Source *Source::CreateFromBuffer(BCCContext &pContext, argument
73 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext,
80 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
88 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { argument
100 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext,
107 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
115 Source *Source::CreateFromModule(BCCContext &pContext, llvm::Module &pModule, argument
125 Source *result = new (std::nothrow) Source(pContext, pModul
133 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) argument
167 CreateEmpty(BCCContext &pContext, const std::string &pName) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIVisualization.c23 slVisualizationCallback callback, void *pContext, SLmilliHertz rate)
33 thiz->mContext = pContext;
22 IVisualization_RegisterVisualizationCallback(SLVisualizationItf self, slVisualizationCallback callback, void *pContext, SLmilliHertz rate) argument
H A DIMIDIMessage.c39 slMetaEventCallback callback, void *pContext)
46 thiz->mMetaEventContext = pContext;
55 slMIDIMessageCallback callback, void *pContext)
62 thiz->mMessageContext = pContext;
38 IMIDIMessage_RegisterMetaEventCallback(SLMIDIMessageItf self, slMetaEventCallback callback, void *pContext) argument
54 IMIDIMessage_RegisterMIDIMessageCallback(SLMIDIMessageItf self, slMIDIMessageCallback callback, void *pContext) argument
H A DIOutputMix.c48 slMixDeviceChangeCallback callback, void *pContext)
55 thiz->mContext = pContext;
47 IOutputMix_RegisterDeviceChangeCallback(SLOutputMixItf self, slMixDeviceChangeCallback callback, void *pContext) argument
H A DIBufferQueue.c147 slBufferQueueCallback callback, void *pContext)
156 thiz->mContext = pContext;
146 IBufferQueue_RegisterCallback(SLBufferQueueItf self, slBufferQueueCallback callback, void *pContext) argument
H A DIPrefetchStatus.c61 slPrefetchCallback callback, void *pContext)
68 thiz->mContext = pContext;
60 IPrefetchStatus_RegisterCallback(SLPrefetchStatusItf self, slPrefetchCallback callback, void *pContext) argument
H A DIAndroidBufferQueue.c236 slAndroidBufferQueueCallback callback, void *pContext)
247 thiz->mContext = pContext;
235 IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, slAndroidBufferQueueCallback callback, void *pContext) argument
H A DIAudioIODeviceCapabilities.c72 void *pContext)
79 thiz->mAvailableAudioInputsChangedContext = pContext;
142 void *pContext)
149 thiz->mAvailableAudioOutputsChangedContext = pContext;
159 void *pContext)
166 thiz->mDefaultDeviceIDMapChangedContext = pContext;
70 IAudioIODeviceCapabilities_RegisterAvailableAudioInputsChangedCallback( SLAudioIODeviceCapabilitiesItf self, slAvailableAudioInputsChangedCallback callback, void *pContext) argument
140 IAudioIODeviceCapabilities_RegisterAvailableAudioOutputsChangedCallback( SLAudioIODeviceCapabilitiesItf self, slAvailableAudioOutputsChangedCallback callback, void *pContext) argument
157 IAudioIODeviceCapabilities_RegisterDefaultDeviceIDMapChangedCallback( SLAudioIODeviceCapabilitiesItf self, slDefaultDeviceIDMapChangedCallback callback, void *pContext) argument
H A DIDynamicInterfaceManagement.c441 slDynamicInterfaceManagementCallback callback, void *pContext)
449 thiz->mContext = pContext;
440 IDynamicInterfaceManagement_RegisterCallback(SLDynamicInterfaceManagementItf self, slDynamicInterfaceManagementCallback callback, void *pContext) argument
H A DIPlay.c240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) argument
247 thiz->mContext = pContext;
H A DIRecord.c117 void *pContext)
124 thiz->mContext = pContext;
116 IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) argument
H A DIStreamInformation.c215 void * pContext) /* [in] */
224 thiz->mContext = pContext;
213 IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, xaStreamEventChangeCallback callback, void * pContext) argument
H A DIObject.c388 slObjectCallback callback, void *pContext)
395 thiz->mContext = pContext;
387 IObject_RegisterCallback(SLObjectItf self, slObjectCallback callback, void *pContext) argument
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp118 RSScript *PrepareRSScript(BCCContext &pContext, argument
124 Source *source = Source::CreateFromFile(pContext, input_bitcode);
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp61 EffectContext* pContext; local
67 pContext = new EffectContext;
68 pContext->sessionId = sessionId;
69 pContext->ioId = ioId;
70 pContext->uuid = *uuid;
71 pContext->common_itfe = &gEffectInterface;
75 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
81 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT];
82 pContext
148 EffectContext * pContext = (EffectContext *)handle; local
186 EffectContext *pContext = (EffectContext *) self; local
207 EffectContext *pContext = (EffectContext *) self; local
339 EffectContext * pContext = (EffectContext *) self; local
[all...]
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h106 typedef void *(*LookupFunctionTy)(ContextTy pContext, const char *pName);
114 ContextTy pContext = NULL)
115 : mLookupFunc(pLookupFunc), mContext(pContext) { }
128 inline void setContext(ContextTy pContext) argument
129 { mContext = pContext; }
/frameworks/wilhelm/src/desktop/
H A DSndFile.c26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext) argument
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp85 void *pContext)
89 //fprintf(stdout, " pContext=%p\n", pContext);
90 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
83 BufferQueueCallback( SLBufferQueueItf queueItf, void *pContext) argument
H A DslesTestRecBuffQueue.cpp96 void *pContext,
116 void *pContext)
120 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
94 RecCallback( SLRecordItf caller, void *pContext, SLuint32 event) argument
114 RecBufferQueueCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp39 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp66 void LE_reset(LoudnessEnhancerContext *pContext) argument
68 ALOGV(" > LE_reset(%p)", pContext);
70 if (pContext->mCompressor != NULL) {
71 float targetAmp = pow(10, pContext->mTargetGainmB/2000.0f); // mB to linear amplification
72 ALOGV("LE_reset(): Target gain=%dmB <=> factor=%.2fX", pContext->mTargetGainmB, targetAmp);
73 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
75 ALOGE("LE_reset(%p): null compressors, can't apply target gain", pContext);
92 // pContext: effect engine context
100 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_ argument
134 LE_getConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) argument
152 LE_init(LoudnessEnhancerContext *pContext) argument
207 LoudnessEnhancerContext *pContext = new LoudnessEnhancerContext; local
231 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle; local
269 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; local
313 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; local
433 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *) self; local
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp349 bool RSCompilerDriver::build(BCCContext &pContext, argument
392 Source *source = Source::CreateFromBuffer(pContext, pResName,
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h120 void setContext(LDContext* pContext) argument
121 { m_pContext = pContext; }
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp102 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
104 Context *context = (Context *) pContext;

Completed in 1262 milliseconds

12