Searched defs:halProperties (Results  1 – 11 of 11) sorted by relevance
| /hardware/interfaces/soundtrigger/2.3/vts/functional/ | 
| D | VtsHalSoundtriggerV2_3TargetTest.cpp | 69     Properties halProperties;  in TEST_P()  local
 | 
| /hardware/interfaces/audio/effect/all-versions/default/ | 
| D | NoiseSuppressionEffect.cpp | 35 void NoiseSuppressionEffect::propertiesFromHal(const t_ns_settings& halProperties,  in propertiesFromHal()42     const INoiseSuppressionEffect::AllProperties& properties, t_ns_settings* halProperties) {  in propertiesToHal()
 219     t_ns_settings halProperties;  in setAllProperties()  local
 225     t_ns_settings halProperties;  in getAllProperties()  local
 
 | 
| D | AutomaticGainControlEffect.cpp | 36     const t_agc_settings& halProperties, IAutomaticGainControlEffect::AllProperties* properties) {  in propertiesFromHal()43     const IAutomaticGainControlEffect::AllProperties& properties, t_agc_settings* halProperties) {  in propertiesToHal()
 226     t_agc_settings halProperties;  in setAllProperties()  local
 232     t_agc_settings halProperties;  in getAllProperties()  local
 
 | 
| D | EnvironmentalReverbEffect.cpp | 37     const t_reverb_settings& halProperties, IEnvironmentalReverbEffect::AllProperties* properties) {  in propertiesFromHal()51     const IEnvironmentalReverbEffect::AllProperties& properties, t_reverb_settings* halProperties) {  in propertiesToHal()
 305     t_reverb_settings halProperties;  in setAllProperties()  local
 311     t_reverb_settings halProperties;  in getAllProperties()  local
 
 | 
| D | EqualizerEffect.cpp | 37 void EqualizerEffect::propertiesFromHal(const t_equalizer_settings& halProperties,  in propertiesFromHal()49     const IEqualizerEffect::AllProperties& properties, t_equalizer_settings** halProperties) {  in propertiesToHal()
 298             const t_equalizer_settings* halProperties =  in getAllProperties()  local
 
 | 
| /hardware/interfaces/broadcastradio/1.0/default/ | 
| D | BroadcastRadio.cpp | 102     radio_hal_properties_t halProperties;  in getProperties()  local
 | 
| D | Utils.cpp | 171         const radio_hal_properties_t *halProperties)  in convertPropertiesFromHal()
 | 
| /hardware/interfaces/soundtrigger/2.0/default/ | 
| D | SoundTriggerHalImpl.cpp | 71     struct sound_trigger_properties halProperties;  in getProperties()  local317     ISoundTriggerHw::Properties* properties, const struct sound_trigger_properties* halProperties) {  in convertPropertiesFromHal()
 
 | 
| /hardware/interfaces/soundtrigger/2.3/default/ | 
| D | SoundTriggerHw.cpp | 90     struct sound_trigger_properties halProperties;  in getProperties()  local336         const struct sound_trigger_properties* halProperties) {  in convertPropertiesFromHal()
 355         const struct sound_trigger_properties_extended_1_3* halProperties =  in convertPropertiesFromHal()  local
 
 | 
| /hardware/interfaces/soundtrigger/2.2/default/ | 
| D | SoundTriggerHw.cpp | 89     struct sound_trigger_properties halProperties;  in getProperties()  local339     ISoundTriggerHw::Properties* properties, const struct sound_trigger_properties* halProperties) {  in convertPropertiesFromHal()
 
 | 
| /hardware/interfaces/soundtrigger/2.0/vts/functional/ | 
| D | VtsHalSoundtriggerV2_0TargetTest.cpp | 155   ISoundTriggerHw::Properties halProperties;  in TEST_P()  local
 |