Home
last modified time | relevance | path

Searched refs:getAllProperties (Results 1 – 25 of 33) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.h46 virtual std::vector<VehiclePropValue> getAllProperties() const = 0;
DEmulatedVehicleHal.h65 std::vector<VehiclePropValue> getAllProperties() const override;
DVehicleEmulator.cpp146 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()
/hardware/interfaces/audio/effect/6.0/
DINoiseSuppressionEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIAutomaticGainControlEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIEqualizerEffect.hal92 getAllProperties() generates (Result retval, AllProperties properties);
/hardware/interfaces/audio/effect/4.0/
DINoiseSuppressionEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIAutomaticGainControlEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIEqualizerEffect.hal92 getAllProperties() generates (Result retval, AllProperties properties);
/hardware/interfaces/audio/effect/7.0/
DINoiseSuppressionEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIAutomaticGainControlEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIEqualizerEffect.hal92 getAllProperties() generates (Result retval, AllProperties properties);
/hardware/interfaces/audio/effect/2.0/
DINoiseSuppressionEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIAutomaticGainControlEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIEqualizerEffect.hal92 getAllProperties() generates (Result retval, AllProperties properties);
/hardware/interfaces/audio/effect/5.0/
DINoiseSuppressionEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIAutomaticGainControlEffect.hal67 getAllProperties() generates (Result retval, AllProperties properties);
DIEqualizerEffect.hal92 getAllProperties() generates (Result retval, AllProperties properties);
DIEnvironmentalReverbEffect.hal177 getAllProperties() generates (Result retval, AllProperties properties);
/hardware/interfaces/audio/common/7.0/example/
DEqualizerEffect.cpp125 Return<void> EqualizerEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::V7_0::implementation::EqualizerEffect
/hardware/interfaces/audio/effect/all-versions/default/
DAutomaticGainControlEffect.h111 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
DEqualizerEffect.h115 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
DEnvironmentalReverbEffect.h129 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
DAutomaticGainControlEffect.cpp231 Return<void> AutomaticGainControlEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
DNoiseSuppressionEffect.cpp224 Return<void> NoiseSuppressionEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect

12