/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | VehicleEmulator.h | 46 virtual std::vector<VehiclePropValue> getAllProperties() const = 0;
|
D | EmulatedVehicleHal.h | 61 std::vector<VehiclePropValue> getAllProperties() const override;
|
D | VehicleEmulator.cpp | 145 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()
|
/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/6.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
|