Searched refs:mModule (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp157 mModule = module;
176 mModule->init != NULL) {
178 res = mModule->init();
194 int apiVersion = mModule->common.module_api_version;
198 ret = mModule->get_camera_info(cameraId, info);
208 int ret = mModule->get_camera_info(cameraId, &rawInfo);
236 res = filterOpenErrorCode(mModule->common.methods->open(&mModule->common, id, device));
245 res = mModule->open_legacy(&mModule
[all...]
H A DCameraModule.h62 camera_module_t *mModule; member in class:android::CameraModule
/frameworks/compile/libbcc/include/bcc/
H A DSource.h34 llvm::Module *mModule; member in class:bcc::Source
36 // If true, destructor won't destroy the mModule.
75 { return *mModule; }
77 { return *mModule; }
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java68 private SoundTriggerModule mModule; field in class:SoundTriggerHelper
103 mModule = null;
160 if (mModule == null) {
161 mModule = SoundTrigger.attachModule(moduleProperties.id, this, null);
162 if (mModule == null) {
174 int status = mModule.unloadSoundModel(mCurrentSoundModelHandle);
199 int status = mModule.loadSoundModel(soundModel, handle);
250 if (moduleProperties == null || mModule == null) {
287 if (moduleProperties == null || mModule == null) {
448 if (mModule !
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp56 if (!mNoDelete && (mModule != pModule)) delete mModule;
57 mModule = pModule;
133 : mName(name), mContext(pContext), mModule(&pModule), mNoDelete(pNoDelete) {
140 delete mModule;
145 if (llvm::Linker::LinkModules(mModule, &pSource.getModule()) != 0) {
173 return mModule->getModuleIdentifier();
180 mModule->getOrInsertNamedMetadata("#rs_build_checksum");
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp93 : mModule(nullptr), mBitcode(bitcode), mBitcodeSize(bitcodeSize),
109 : mModule(module), mBitcode(nullptr), mBitcodeSize(0), mExportVarCount(0),
426 mModule->getFunction(llvm::StringRef(TmpNameList[i]));
491 if (!(mBitcode && mBitcodeSize) && !mModule) {
498 if (!mModule) {
513 mModule = errval.get();
517 mModule->getNamedMetadata(ExportVarMetadataName);
519 mModule->getNamedMetadata(ExportFuncMetadataName);
521 mModule->getNamedMetadata(ExportForEachNameMetadataName);
523 mModule
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h39 bool isAttached() { return mModule != 0; }
101 sp<HwModule> mModule; // audio HW module exposing this I/O stream member in class:android::AudioPort
/frameworks/av/include/soundtrigger/
H A DSoundTrigger.h75 const sound_trigger_module_handle_t mModule; member in class:android::SoundTrigger
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp128 mSoundRef(0), mModule(0), mFlashlight(0) {
159 mModule = new CameraModule(rawModule);
160 err = mModule->init();
167 delete mModule;
168 mModule = nullptr;
171 ALOGI("Loaded \"%s\" camera module", mModule->getModuleName());
173 mNumberOfCameras = mModule->getNumberOfCameras();
179 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_2) {
183 mFlashlight = new CameraFlashlight(*mModule, *this);
198 status_t rc = mModule
[all...]
H A DCameraService.h641 CameraModule* mModule; member in class:android::CameraService
872 if ((ret = client->initialize(mModule)) != OK) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp288 // ALOG_ASSERT(mModule != NULL);
289 dstConfig->ext.device.hw_module = mModule != 0 ? mModule->mHandle : AUDIO_IO_HANDLE_NONE;
300 port->ext.device.hw_module = mModule->mHandle;
H A DAudioPort.cpp43 mModule = module;
53 if (mModule == 0) {
56 return mModule->mHandle;
61 if (mModule == 0) {
64 return mModule->mHalVersion;
69 if (mModule == 0) {
72 return mModule->mName;
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h50 const llvm::Module *mModule; member in class:bcinfo::MetadataExtractor
/frameworks/av/services/radio/
H A DRadioService.h167 wp<Module> module() const { return mModule; }
185 wp<Module> mModule; // The module this client is attached to member in class:android::RadioService::ModuleClient
H A DRadioService.cpp648 : mModule(module), mClient(client), mConfig(*config), mAudio(audio), mTuner(NULL)
684 sp<Module> module = mModule.promote();
770 module = mModule.promote();
785 module = mModule.promote();
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h97 wp<Module> mModule; member in class:android::SoundTriggerHwService::CallbackEvent
H A DSoundTriggerHwService.cpp394 module = event->mModule.promote();
471 : mType(type), mMemory(memory), mModule(module)
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp129 : mModule(module), mCallback(callback)
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2395 (srcDeviceDesc->mModule->mHalVersion < AUDIO_DEVICE_API_VERSION_3_0)) {

Completed in 393 milliseconds