Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp332 uint32_t supportedConfigs = *(++halResult32); // skip status field in getSupportedConfigsImpl() local
333 if (supportedConfigs > maxConfigs) supportedConfigs = maxConfigs; in getSupportedConfigsImpl()
334 onSuccess(supportedConfigs, ++halResult32); in getSupportedConfigsImpl()
604 [&](uint32_t supportedConfigs, void* configsData) { in getSupportedAuxChannelsConfigs() argument
605 result.resize(supportedConfigs); in getSupportedAuxChannelsConfigs()
698 [&](uint32_t supportedConfigs, void* configsData) { in getSupportedConfigsForFeature() argument
699 configCount = supportedConfigs; in getSupportedConfigsForFeature()
H A DEffect.h179 std::function<void(uint32_t supportedConfigs, void* configsData)>;