Home
last modified time | relevance | path

Searched refs:moduleName (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/2.0/default/
DDevicesFactory.cpp81 const char* moduleName = deviceToString(device); in openDevice() local
82 if (moduleName != nullptr) { in openDevice()
83 int halStatus = loadAudioInterface(moduleName, &halDevice); in openDevice()