Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/2.0/default/
DEqualizerEffect.cpp53 std::vector<uint8_t> halBuffer(sizeof(t_equalizer_settings) + bandsSize, 0); in propertiesToHal() local
54 *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() local
282 sizeof(paramId), &paramId, halBuffer.size(), halPropertiesPtr); in setAllProperties()