Searched refs:getAllProperties (Results 1 - 17 of 17) sorted by relevance

/hardware/interfaces/audio/effect/2.0/
H A DINoiseSuppressionEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
H A DIAutomaticGainControlEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
H A DIEqualizerEffect.hal92 getAllProperties() generates (Result retval, AllProperties properties);
H A DIEnvironmentalReverbEffect.hal177 getAllProperties() generates (Result retval, AllProperties properties);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.h64 std::vector<VehiclePropValue> getAllProperties() const override;
H A DVehicleEmulator.h44 virtual std::vector<VehiclePropValue> getAllProperties() const = 0;
H A DEmulatedVehicleHal.cpp186 std::vector<VehiclePropValue> EmulatedVehicleHal::getAllProperties() const { function in class:android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
H A DVehicleEmulator.cpp128 for (const auto& prop : mHal->getAllProperties()) {
/hardware/interfaces/audio/effect/2.0/default/
H A DAutomaticGainControlEffect.cpp223 Return<void> AutomaticGainControlEffect::getAllProperties(getAllProperties_cb _hidl_cb) { function in class:android::hardware::audio::effect::V2_0::implementation::AutomaticGainControlEffect
H A DAutomaticGainControlEffect.h111 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
H A DEnvironmentalReverbEffect.h137 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
H A DEqualizerEffect.h127 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
H A DNoiseSuppressionEffect.cpp220 Return<void> NoiseSuppressionEffect::getAllProperties(getAllProperties_cb _hidl_cb) { function in class:android::hardware::audio::effect::V2_0::implementation::NoiseSuppressionEffect
H A DNoiseSuppressionEffect.h119 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
H A DEnvironmentalReverbEffect.cpp302 Return<void> EnvironmentalReverbEffect::getAllProperties(getAllProperties_cb _hidl_cb) { function in class:android::hardware::audio::effect::V2_0::implementation::EnvironmentalReverbEffect
H A DEqualizerEffect.cpp285 Return<void> EqualizerEffect::getAllProperties(getAllProperties_cb _hidl_cb) { function in class:android::hardware::audio::effect::V2_0::implementation::EqualizerEffect
/hardware/interfaces/audio/effect/2.0/vts/functional/
H A DVtsHalAudioEffectV2_0TargetTest.cpp766 equalizer->getAllProperties([&](Result r, AllProperties p) {
781 ret2 = equalizer->getAllProperties([&](Result r, AllProperties p) {

Completed in 140 milliseconds