Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/2.0/default/
DEffect.cpp353 uint32_t supportedConfigs = *(++halResult32); // skip status field in getSupportedConfigsImpl() local
354 if (supportedConfigs > maxConfigs) supportedConfigs = maxConfigs; in getSupportedConfigsImpl()
355 onSuccess(supportedConfigs, ++halResult32); in getSupportedConfigsImpl()
601 [&] (uint32_t supportedConfigs, void* configsData) { in getSupportedAuxChannelsConfigs() argument
602 result.resize(supportedConfigs); in getSupportedAuxChannelsConfigs()
716 [&] (uint32_t supportedConfigs, void* configsData) { in getSupportedConfigsForFeature() argument
717 configCount = supportedConfigs; in getSupportedConfigsForFeature()
DEffect.h192 std::function<void(uint32_t supportedConfigs, void* configsData)>;