Searched refs:mModule (Results 1 - 13 of 13) sorted by path

/frameworks/av/include/soundtrigger/
H A DSoundTrigger.h75 const sound_trigger_module_handle_t mModule; member in class:android::SoundTrigger
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp263 mAvailableOutputDevices[index]->mModule = module;
381 mAvailableInputDevices[index]->mModule = module;
1109 status = mpClientInterface->openOutput(profile->mModule->mHandle,
1568 if (profile->mModule->mHandle == 0) {
1569 ALOGE("getInputForAttr(): HW module %s not opened", profile->mModule->mName);
1578 status_t status = mpClientInterface->openInput(profile->mModule->mHandle,
2543 mOutputs.valueFor(mPrimaryOutput)->mProfile->mModule->mHandle;
2546 if (mAvailableInputDevices[i]->mModule->mHandle == primaryHandle) {
2751 if (srcDeviceDesc->mModule != sinkDeviceDesc->mModule) {
[all...]
H A DAudioPolicyManager.h301 sp<HwModule> mModule; // audio HW module exposing this I/O stream member in class:android::AudioPolicyManager::AudioPort
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp98 :mSoundRef(0), mModule(0)
117 (const hw_module_t **)&mModule) < 0) {
122 ALOGI("Loaded \"%s\" camera module", mModule->common.name);
123 mNumberOfCameras = mModule->get_number_of_cameras();
133 if (mModule->common.module_api_version >=
135 mModule->set_callbacks(this);
140 if (mModule->common.module_api_version >= CAMERA_MODULE_API_VERSION_2_2) {
229 if (!mModule) {
239 mModule->get_camera_info(cameraId, &info));
338 if (!mModule) {
[all...]
H A DCameraService.h388 camera_module_t *mModule; member in class:android::CameraService
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp394 module = event->mModule.promote();
471 : mType(type), mMemory(memory), mModule(module)
H A DSoundTriggerHwService.h97 wp<Module> mModule; member in class:android::SoundTriggerHwService::CallbackEvent
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp129 : mModule(module), mCallback(callback)
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java68 private SoundTriggerModule mModule; field in class:SoundTriggerHelper
102 mModule = null;
159 if (mModule == null) {
160 mModule = SoundTrigger.attachModule(moduleProperties.id, this, null);
161 if (mModule == null) {
173 int status = mModule.unloadSoundModel(mCurrentSoundModelHandle);
198 int status = mModule.loadSoundModel(soundModel, handle);
249 if (moduleProperties == null || mModule == null) {
286 if (moduleProperties == null || mModule == null) {
446 if (mModule !
[all...]
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp64 : mModule(NULL), mBitcode(bitcode), mBitcodeSize(bitcodeSize),
78 : mModule(module), mBitcode(NULL), mBitcodeSize(0), mExportVarCount(0),
400 if (!(mBitcode && mBitcodeSize) && !mModule) {
407 if (!mModule) {
421 mModule = errval.get();
425 mModule->getNamedMetadata(ExportVarMetadataName);
427 mModule->getNamedMetadata(ExportFuncMetadataName);
429 mModule->getNamedMetadata(ExportForEachNameMetadataName);
431 mModule->getNamedMetadata(ExportForEachMetadataName);
433 mModule
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DSource.h33 llvm::Module *mModule; member in class:bcc::Source
35 // If true, destructor won't destroy the mModule.
70 { return *mModule; }
72 { return *mModule; }
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h37 const llvm::Module *mModule; member in class:bcinfo::MetadataExtractor
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp56 if (!mNoDelete && (mModule != pModule)) delete mModule;
57 mModule = pModule;
134 : mContext(pContext), mModule(&pModule), mNoDelete(pNoDelete) {
141 delete mModule;
150 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
186 return mModule->getModuleIdentifier();

Completed in 228 milliseconds