Searched defs:mModule (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dtransformer.h47 Module *getModule() const { return mModule; }
77 Module *mModule; member in class:android::spirit::Transformer
/frameworks/compile/libbcc/include/bcc/
H A DSource.h38 llvm::Module *mModule; member in class:bcc::Source
42 // If true, destructor won't destroy the mModule.
45 // Keep track of whether mModule is destroyed (possibly as a consequence of
90 { return *mModule; }
92 { return *mModule; }
104 // Extract metadata from mModule using MetadataExtractor.
108 // Mark mModule was destroyed in the process of linking with a different
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h67 bool isAttached() { return mModule != 0; }
143 sp<HwModule> mModule; // audio HW module exposing this I/O stream member in class:android::AudioPort
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h98 void setModule(wp<Module> module) { mModule = module; }
103 wp<Module> mModule; member in class:android::SoundTriggerHwService::CallbackEvent
189 wp<Module> mModule; member in class:android::SoundTriggerHwService::ModuleClient
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java75 private RadioManager.ModuleProperties mModule; field in class:RadioTunerTest
133 mModule = mModules.get(0);
135 for (RadioManager.BandDescriptor band : mModule.getBands()) {
150 mRadioTuner = mRadioManager.openTuner(mModule.getId(),
358 boolean isSupported = mModule.isBackgroundScanningSupported();
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DMetadataExtractor.h86 const llvm::Module *mModule; member in class:bcinfo::MetadataExtractor
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java82 private SoundTriggerModule mModule; field in class:SoundTriggerHelper
122 mModule = null;
245 if (mModule == null) {
246 mModule = SoundTrigger.attachModule(mModuleProperties.id, this, null);
247 if (mModule == null) {
309 int status = mModule.loadSoundModel(soundModel, handle);
417 if (mModuleProperties == null || mModule == null) {
479 status = mModule.unloadSoundModel(modelData.getHandle());
499 if (mModule == null || modelData == null || modelData.getHandle() == INVALID_VALUE ||
512 status = mModule
[all...]

Completed in 727 milliseconds