Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.h60 const std::string& moduleName, const std::string& mixPortName) const { in getDeviceAddressOfSinkDeviceAttachedToMixPort()
66 const std::string& moduleName, const std::string& mixPortName) const { in getDeviceAddressOfSourceDeviceAttachedToMixPort()
71 std::string getAttachedSinkDeviceForMixPort(const std::string& moduleName, in getAttachedSinkDeviceForMixPort()
76 std::string getAttachedSourceDeviceForMixPort(const std::string& moduleName, in getAttachedSourceDeviceForMixPort()
DPolicyConfig.cpp61 const std::string& moduleName, const std::string& mixPortName) const { in getSinkDeviceForMixPort() argument
81 const std::string& moduleName, const std::string& mixPortName) const { in getSourceDeviceForMixPort() argument
131 const std::string& moduleName, const std::string& devicePortName) const { in getDeviceAddressOfDevicePort() argument
168 std::set<std::string> PolicyConfig::getSinkDevicesForMixPort(const std::string& moduleName, in getSinkDevicesForMixPort()
184 const std::string& moduleName, const std::string& mixPortName) const { in getSourceDevicesForMixPort() argument
DGenerators.cpp91 const std::string moduleName = std::get<PARAM_DEVICE_NAME>(device); in generateOutputDeviceConfigParameters() local
233 const std::string moduleName = std::get<PARAM_DEVICE_NAME>(device); in generateInputDeviceConfigParameters() local
/hardware/interfaces/audio/core/all-versions/vts/functional/
DPolicyConfig.h67 std::string getAttachedSinkDeviceForMixPort(const std::string& moduleName, in getAttachedSinkDeviceForMixPort()
72 std::string getAttachedSourceDeviceForMixPort(const std::string& moduleName, in getAttachedSourceDeviceForMixPort()
115 std::vector<std::string> getAttachedDevices(const std::string& moduleName) const { in getAttachedDevices()
122 std::set<std::string> getSinkDevicesForMixPort(const std::string& moduleName, in getSinkDevicesForMixPort()
137 std::set<std::string> getSourceDevicesForMixPort(const std::string& moduleName, in getSourceDevicesForMixPort()
/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp53 Return<void> DevicesFactory::openDevice(const char* moduleName, openDevice_cb _hidl_cb) { in openDevice()
69 Return<void> DevicesFactory::openDevice_7_1(const hidl_string& moduleName, in openDevice_7_1()
101 Return<void> DevicesFactory::openDevice(const char* moduleName, Callback _hidl_cb) { in openDevice()
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DGenerators.cpp41 const std::string moduleName = std::get<PARAM_DEVICE_NAME>(device); in generateOutputDeviceConfigParameters() local
104 const std::string moduleName = std::get<PARAM_DEVICE_NAME>(device); in generateInputDeviceConfigParameters() local
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcerealgenerator.py674 … suppressFeatureGuards=False, moduleName=None, suppressVulkanHeaders=False, implOnly=False): argument
686 suppress=False, headerOnly=False, suppressFeatureGuards=False, moduleName=None, argument
701 def addModule(self, module, moduleName=None): argument
710 suppressFeatureGuards=False, moduleName=None, suppressVulkanHeaders=False): argument
745 def addWrapper(self, moduleType, moduleName, **kwargs): argument
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp453 void SetUpImpl(const std::string& moduleName, bool setUpDebug = true) { in SetUpImpl()
472 void ConnectToService(const std::string& moduleName, bool setUpDebug) { in ConnectToService()