/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 | 65 std::vector<VehiclePropValue> getAllProperties() const override;
|
D | VehicleEmulator.cpp | 146 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()
|
/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);
|
/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);
|
/hardware/interfaces/audio/effect/7.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);
|
/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);
|
/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/common/7.0/example/ |
D | EqualizerEffect.cpp | 125 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/ |
D | AutomaticGainControlEffect.h | 111 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
|
D | EqualizerEffect.h | 115 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
|
D | EnvironmentalReverbEffect.h | 129 Return<void> getAllProperties(getAllProperties_cb _hidl_cb) override;
|
D | AutomaticGainControlEffect.cpp | 231 Return<void> AutomaticGainControlEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
|
D | NoiseSuppressionEffect.cpp | 224 Return<void> NoiseSuppressionEffect::getAllProperties(getAllProperties_cb _hidl_cb) { in getAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
|