Searched refs:getProperties (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/av/services/radio/
H A DRadioInterface.h43 virtual int getProperties(radio_hal_properties_t *properties) = 0;
H A DRadioHalLegacy.h34 virtual int getProperties(radio_hal_properties_t *properties);
H A DRadioHalHidl.h48 virtual int getProperties(radio_hal_properties_t *properties);
H A DRadioHalLegacy.cpp87 int RadioHalLegacy::getProperties(radio_hal_properties_t *properties) function in class:android::RadioHalLegacy
H A DRadioHalHidl.cpp43 int RadioHalHidl::getProperties(radio_hal_properties_t *properties) function in class:android::RadioHalHidl
53 module->getProperties([&](Result result, const Properties& properties) {
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalLegacy.h30 virtual int getProperties(struct sound_trigger_properties *properties);
H A DSoundTriggerHalInterface.h34 virtual int getProperties(struct sound_trigger_properties *properties) = 0;
H A DSoundTriggerHalLegacy.cpp69 int SoundTriggerHalLegacy::getProperties(struct sound_trigger_properties *properties) function in class:android::SoundTriggerHalLegacy
H A DSoundTriggerHalHidl.h45 virtual int getProperties(struct sound_trigger_properties *properties);
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationProviderInterface.java44 public ProviderProperties getProperties(); method in interface:LocationProviderInterface
H A DPassiveProvider.java63 public ProviderProperties getProperties() { method in class:PassiveProvider
H A DMockProvider.java72 public ProviderProperties getProperties() { method in class:MockProvider
H A DLocationProviderProxy.java119 properties = service.getProperties();
151 public ProviderProperties getProperties() { method in class:LocationProviderProxy
/frameworks/base/location/java/com/android/internal/location/
H A DILocationProvider.aidl40 ProviderProperties getProperties();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRecyclerViewParallax.java227 .getProperties(mRecylerView.getContext(), null, 0, 0);
240 for (Property prop: getProperties()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java137 AnimatorProperties properties = getProperties(currValue, endValue, velocity,
156 AnimatorProperties properties = getProperties(currValue, endValue, velocity,
162 private AnimatorProperties getProperties(float currValue, method in class:FlingAnimationUtils
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java92 public ProviderProperties getProperties() { method in class:LocationProviderBase.Service
/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java211 * conjuntion with getProperties() and setProperties() methods to backup and restore
266 public BassBoost.Settings getProperties() method in class:BassBoost
H A DLoudnessEnhancer.java212 * conjunction with the getProperties() and setProperties() methods to backup and restore
268 public LoudnessEnhancer.Settings getProperties() method in class:LoudnessEnhancer
H A DPresetReverb.java227 * conjuntion with getProperties() and setProperties() methods to backup and restore
282 public PresetReverb.Settings getProperties() method in class:PresetReverb
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceInfo.java60 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}.
68 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}.
76 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
84 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
92 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
101 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
109 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
117 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
127 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
137 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
288 public Bundle getProperties() { method in class:MidiDeviceInfo
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java160 BassBoost.Settings settings = mBassBoost.getProperties();
H A DMediaVirtualizerTest.java161 Virtualizer.Settings settings = mVirtualizer.getProperties();
H A DMediaPresetReverbTest.java161 PresetReverb.Settings settings = mReverb.getProperties();
170 settings = mReverb.getProperties();
H A DMediaEnvReverbTest.java314 EnvironmentalReverb.Settings settings = mReverb.getProperties();
323 settings = mReverb.getProperties();

Completed in 3375 milliseconds

123