Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp493 uint32_t halCmd = featureId; in getCurrentConfigImpl() local
497 EFFECT_CMD_GET_FEATURE_CONFIG, "GET_FEATURE_CONFIG", sizeof(uint32_t), &halCmd, in getCurrentConfigImpl()
531 uint32_t halCmd[2] = {featureId, maxConfigs}; in getSupportedConfigsImpl() local
535 EFFECT_CMD_GET_FEATURE_SUPPORTED_CONFIGS, "GET_FEATURE_SUPPORTED_CONFIGS", sizeof(halCmd), in getSupportedConfigsImpl()
536 halCmd, &halResultSize, &halResult[0], 2 * sizeof(uint32_t), [&] { in getSupportedConfigsImpl()
847 std::vector<uint32_t> halCmd( in setAuxChannelsConfig() local
849 halCmd[0] = EFFECT_FEATURE_AUX_CHANNELS; in setAuxChannelsConfig()
850 effectAuxChannelsConfigToHal(config, reinterpret_cast<channel_config_t*>(&halCmd[1])); in setAuxChannelsConfig()
852 "SET_FEATURE_CONFIG AUX_CHANNELS", halCmd.size(), &halCmd[0]); in setAuxChannelsConfig()
958 std::vector<uint32_t> halCmd(alignedSizeIn<uint32_t>(sizeof(uint32_t) + configData.size()), 0); in setCurrentConfigForFeature() local
[all …]