Searched refs:halBuffer (Results 1 – 1 of 1) sorted by relevance
53 std::vector<uint8_t> halBuffer(sizeof(t_equalizer_settings) + bandsSize, 0); in propertiesToHal() local54 *halProperties = reinterpret_cast<t_equalizer_settings*>(&halBuffer[0]); in propertiesToHal()58 return halBuffer; in propertiesToHal()279 std::vector<uint8_t> halBuffer = propertiesToHal(properties, &halPropertiesPtr); in setAllProperties() local282 sizeof(paramId), ¶mId, halBuffer.size(), halPropertiesPtr); in setAllProperties()