Searched defs:moduleName (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioHwDevice.h41 const char *moduleName,
45 , mModuleName(strdup(moduleName))
59 const char *moduleName() const { return mModuleName; } function in class:android::AudioHwDevice
40 AudioHwDevice(audio_module_handle_t handle, const char *moduleName, sp<DeviceHalInterface> hwDevice, Flags flags) argument
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalLegacy.cpp23 sp<SoundTriggerHalInterface> SoundTriggerHalInterface::connectModule(const char *moduleName) argument
25 return new SoundTriggerHalLegacy(moduleName);
28 SoundTriggerHalLegacy::SoundTriggerHalLegacy(const char *moduleName) argument
29 : mModuleName(moduleName), mHwDevice(NULL)
H A DSoundTriggerHalHidl.cpp103 sp<SoundTriggerHalInterface> SoundTriggerHalInterface::connectModule(const char *moduleName) argument
105 return new SoundTriggerHalHidl(moduleName);
359 SoundTriggerHalHidl::SoundTriggerHalHidl(const char *moduleName) argument
360 : mModuleName(moduleName), mNextUniqueId(1)
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java225 protected void prepareModule(String moduleName, String packageName, argument
229 File moduleFolder = new File(testFolder, moduleName);

Completed in 88 milliseconds