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

123

/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.h55 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.java117 properties[0] = 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/leanback/src/main/java/androidx/leanback/widget/
H A DRecyclerViewParallax.java228 .getProperties(mRecylerView.getContext(), null, 0, 0);
241 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.java93 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
H A DEqualizer.java86 // used by setProperties()/getProperties
444 * conjuntion with getProperties() and setProperties() methods to backup and restore
522 public Equalizer.Settings getProperties() method in class:Equalizer
/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();
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DHomeActivity.java74 System.out.println(System.getProperties().stringPropertyNames());
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java247 if ("true".equals(System.getProperties().getProperty("useReleaseVersion", "false"))) {
250 if ("true".equals(System.getProperties().getProperty("addRemoteRepos", "false"))) {
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java161 public List<Property> getProperties(String name) { method in class:ICalendar.Component
200 for (Property property : getProperties(propertyName)) {
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java267 mSettings = mBassBoost.getProperties().toString();

Completed in 376 milliseconds

123