Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h232 std::set<int32_t> findConnectedPortConfigIds(int32_t portConfigId);
/hardware/interfaces/audio/aidl/default/
DModule.cpp244 auto portIds = portIdsFromPortConfigIds(findConnectedPortConfigIds(portConfigId)); in findConnectedDevices()
254 std::set<int32_t> Module::findConnectedPortConfigIds(int32_t portConfigId) { in findConnectedPortConfigIds() function in aidl::android::hardware::audio::core::Module