Searched refs:loadHwModule (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/
H A DIAudioFlinger.h200 virtual audio_module_handle_t loadHwModule(const char *name) = 0;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h220 virtual audio_module_handle_t loadHwModule(const char *name);
H A DAudioPolicyService.cpp1456 return af->loadHwModule(name);
H A DAudioFlinger.cpp1321 audio_module_handle_t AudioFlinger::loadHwModule(const char *name) function in class:android::AudioFlinger
1335 ALOGW("loadHwModule() module %s already loaded", name);
1344 ALOGI("loadHwModule() error %d loading module %s ", rc, name);
1352 ALOGI("loadHwModule() init check error %d for module %s ", rc, name);
1403 ALOGI("loadHwModule() Loaded %s audio interface from %s (%s) handle %d",
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp707 virtual audio_module_handle_t loadHwModule(const char *name) function in class:android::BpAudioFlinger
1112 reply->writeInt32(loadHwModule(data.readCString()));

Completed in 111 milliseconds