Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.h61 std::vector<VehiclePropValue> getAllProperties() const override;
DVehicleEmulator.h46 virtual std::vector<VehiclePropValue> getAllProperties() const = 0;
DVehicleEmulator.cpp142 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()
DEmulatedVehicleHal.cpp344 std::vector<VehiclePropValue> EmulatedVehicleHal::getAllProperties() const { in getAllProperties() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
/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);
DIEnvironmentalReverbEffect.hal177 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);
DIEnvironmentalReverbEffect.hal177 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/effect/all-versions/default/
DAutomaticGainControlEffect.h105 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
DNoiseSuppressionEffect.h103 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
DEqualizerEffect.h109 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
DEnvironmentalReverbEffect.h123 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
DAutomaticGainControlEffect.cpp219 Return<void> AutomaticGainControlEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
DNoiseSuppressionEffect.cpp212 Return<void> NoiseSuppressionEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
DEqualizerEffect.cpp273 Return<void> EqualizerEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
DEnvironmentalReverbEffect.cpp298 Return<void> EnvironmentalReverbEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::EnvironmentalReverbEffect
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp749 Return<void> ret2 = equalizer->getAllProperties([&](Result r, AllProperties p) { in TEST_F()
764 ret2 = equalizer->getAllProperties([&](Result r, AllProperties p) { in TEST_F()