Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/2.0/default/
DEffect.cpp299 uint32_t halCmd = featureId; in getCurrentConfigImpl() local
305 sizeof(uint32_t), &halCmd, in getCurrentConfigImpl()
342 uint32_t halCmd[2] = { featureId, maxConfigs }; in getSupportedConfigsImpl() local
348 sizeof(halCmd), halCmd, in getSupportedConfigsImpl()
613 uint32_t halCmd = EFFECT_FEATURE_AUX_CHANNELS; in getAuxChannelsConfig() local
630 uint32_t halCmd[alignedSizeIn<uint32_t>(sizeof(uint32_t) + sizeof(channel_config_t))]; in setAuxChannelsConfig() local
631 halCmd[0] = EFFECT_FEATURE_AUX_CHANNELS; in setAuxChannelsConfig()
632 effectAuxChannelsConfigToHal(config, reinterpret_cast<channel_config_t*>(&halCmd[1])); in setAuxChannelsConfig()
634 "SET_FEATURE_CONFIG AUX_CHANNELS", sizeof(halCmd), halCmd); in setAuxChannelsConfig()
741 uint32_t halCmd[alignedSizeIn<uint32_t>(sizeof(uint32_t) + configData.size())]; in setCurrentConfigForFeature() local
[all …]