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

12

/frameworks/compile/libbcc/lib/
H A DBCCContextImpl.h39 explicit BCCContextImpl(BCCContext &pContext) { } argument
H A DRSCompilerDriver.cpp218 bool RSCompilerDriver::build(BCCContext &pContext, argument
255 Source *source = Source::CreateFromBuffer(pContext, pResName,
H A DSource.cpp46 static inline std::unique_ptr<llvm::Module> helper_load_bitcode(llvm::LLVMContext &pContext, argument
49 = llvm::getLazyBitcodeModule(std::move(pInput), pContext);
102 Source *Source::CreateFromBuffer(BCCContext &pContext, argument
115 auto managedModule = helper_load_bitcode(pContext.mImpl->mLLVMContext,
128 Source *result = CreateFromModule(pContext, pName, *module,
138 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { argument
155 auto managedModule = helper_load_bitcode(pContext.mImpl->mLLVMContext,
165 Source *result = CreateFromModule(pContext, pPath.c_str(), *module,
175 Source *Source::CreateFromModule(BCCContext &pContext, const char* name, llvm::Module &pModule, argument
188 Source *result = new (std::nothrow) Source(name, pContext, pModul
197 Source(const char* name, BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIVisualization.cpp23 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.cpp39 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.cpp48 slMixDeviceChangeCallback callback, void *pContext)
55 thiz->mContext = pContext;
47 IOutputMix_RegisterDeviceChangeCallback(SLOutputMixItf self, slMixDeviceChangeCallback callback, void *pContext) argument
H A DIBufferQueue.cpp150 slBufferQueueCallback callback, void *pContext)
159 thiz->mContext = pContext;
149 IBufferQueue_RegisterCallback(SLBufferQueueItf self, slBufferQueueCallback callback, void *pContext) argument
H A DIPrefetchStatus.cpp61 slPrefetchCallback callback, void *pContext)
68 thiz->mContext = pContext;
60 IPrefetchStatus_RegisterCallback(SLPrefetchStatusItf self, slPrefetchCallback callback, void *pContext) argument
H A DIAndroidBufferQueue.cpp236 slAndroidBufferQueueCallback callback, void *pContext)
247 thiz->mContext = pContext;
235 IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, slAndroidBufferQueueCallback callback, void *pContext) argument
H A DIAudioIODeviceCapabilities.cpp72 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.cpp441 slDynamicInterfaceManagementCallback callback, void *pContext)
449 thiz->mContext = pContext;
440 IDynamicInterfaceManagement_RegisterCallback(SLDynamicInterfaceManagementItf self, slDynamicInterfaceManagementCallback callback, void *pContext) argument
H A DIPlay.cpp240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) argument
247 thiz->mContext = pContext;
H A DIRecord.cpp117 void *pContext)
124 thiz->mContext = pContext;
116 IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) argument
H A DIStreamInformation.cpp215 void * pContext) /* [in] */
224 thiz->mContext = pContext;
213 IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, xaStreamEventChangeCallback callback, void * pContext) argument
H A DIObject.cpp388 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.cpp112 Script *PrepareScript(BCCContext &pContext, argument
118 Source *source = Source::CreateFromFile(pContext, input_bitcode);
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp58 EffectContext* pContext; local
64 pContext = new EffectContext;
65 pContext->sessionId = sessionId;
66 pContext->ioId = ioId;
67 pContext->uuid = *uuid;
68 pContext->common_itfe = &gEffectInterface;
72 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
78 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT];
79 pContext
146 EffectContext * pContext = (EffectContext *)handle; local
184 EffectContext *pContext = (EffectContext *) self; local
205 EffectContext *pContext = (EffectContext *) self; local
342 EffectContext * pContext = (EffectContext *) self; local
[all...]
/frameworks/rs/rsov/driver/
H A DrsovCore.cpp64 Context *pContext, char const *name) {
63 lookupRuntimeStubs( Context *pContext, char const *name) argument
/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp26 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
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp70 void LE_reset(LoudnessEnhancerContext *pContext) argument
72 ALOGV(" > LE_reset(%p)", pContext);
74 if (pContext->mCompressor != NULL) {
75 float targetAmp = pow(10, pContext->mTargetGainmB/2000.0f); // mB to linear amplification
76 ALOGV("LE_reset(): Target gain=%dmB <=> factor=%.2fX", pContext->mTargetGainmB, targetAmp);
77 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
79 ALOGE("LE_reset(%p): null compressors, can't apply target gain", pContext);
96 // pContext: effect engine context
104 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_ argument
138 LE_getConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) argument
156 LE_init(LoudnessEnhancerContext *pContext) argument
210 LoudnessEnhancerContext *pContext = new LoudnessEnhancerContext; local
234 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle; local
272 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; local
316 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; local
435 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *) self; local
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h102 void setContext(LDContext* pContext) { m_pContext = pContext; } argument
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp102 void PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event __unused) argument
104 Context *context = (Context *) pContext;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
66 // pContext is unused here, so we pass NULL
67 assert(pContext == NULL);
106 void *pContext,
109 // pContext is unused here, so we pass NULL
110 assert(NULL == pContext);
104 PlayEventCallback( SLPlayItf caller __unused, void *pContext, SLuint32 event) argument
H A DslesTestManyPlayers.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
78 int* pPlayerId = (int*)pContext;
104 void *pContext,
108 int* pPlayerId = (int*)pContext;
102 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument

Completed in 1678 milliseconds

12