/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | EmulatedVehicleHal.h | 61 std::vector<VehiclePropValue> getAllProperties() const override;
|
D | VehicleEmulator.h | 46 virtual std::vector<VehiclePropValue> getAllProperties() const = 0;
|
D | VehicleEmulator.cpp | 142 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()
|
D | EmulatedVehicleHal.cpp | 344 std::vector<VehiclePropValue> EmulatedVehicleHal::getAllProperties() const { in getAllProperties() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
|
/hardware/interfaces/audio/effect/2.0/ |
D | INoiseSuppressionEffect.hal | 67 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IAutomaticGainControlEffect.hal | 67 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IEqualizerEffect.hal | 92 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IEnvironmentalReverbEffect.hal | 177 getAllProperties() generates (Result retval, AllProperties properties);
|
/hardware/interfaces/audio/effect/4.0/ |
D | INoiseSuppressionEffect.hal | 67 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IAutomaticGainControlEffect.hal | 67 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IEqualizerEffect.hal | 92 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IEnvironmentalReverbEffect.hal | 177 getAllProperties() generates (Result retval, AllProperties properties);
|
/hardware/interfaces/audio/effect/5.0/ |
D | INoiseSuppressionEffect.hal | 67 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IAutomaticGainControlEffect.hal | 67 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IEqualizerEffect.hal | 92 getAllProperties() generates (Result retval, AllProperties properties);
|
D | IEnvironmentalReverbEffect.hal | 177 getAllProperties() generates (Result retval, AllProperties properties);
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | AutomaticGainControlEffect.h | 105 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
|
D | NoiseSuppressionEffect.h | 103 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
|
D | EqualizerEffect.h | 109 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
|
D | EnvironmentalReverbEffect.h | 123 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
|
D | AutomaticGainControlEffect.cpp | 219 Return<void> AutomaticGainControlEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
|
D | NoiseSuppressionEffect.cpp | 212 Return<void> NoiseSuppressionEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
|
D | EqualizerEffect.cpp | 273 Return<void> EqualizerEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
|
D | EnvironmentalReverbEffect.cpp | 298 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/ |
D | VtsHalAudioEffectTargetTest.cpp | 749 Return<void> ret2 = equalizer->getAllProperties([&](Result r, AllProperties p) { in TEST_F() 764 ret2 = equalizer->getAllProperties([&](Result r, AllProperties p) { in TEST_F()
|