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

/frameworks/av/include/soundtrigger/
H A DSoundTrigger.h75 const sound_trigger_module_handle_t mModule; member in class:android::SoundTrigger
/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/av/services/camera/libcameraservice/
H A DCameraService.h388 camera_module_t *mModule; member in class:android::CameraService
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h97 wp<Module> mModule; member in class:android::SoundTriggerHwService::CallbackEvent
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h37 const llvm::Module *mModule; member in class:bcinfo::MetadataExtractor
/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/av/services/audiopolicy/
H A DAudioPolicyManager.h301 sp<HwModule> mModule; // audio HW module exposing this I/O stream member in class:android::AudioPolicyManager::AudioPort

Completed in 113 milliseconds