Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java141 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
160 AnimatorProperties properties = getProperties(currValue, endValue, velocity, in apply()
166 private AnimatorProperties getProperties(float currValue, in getProperties() method in FlingAnimationUtils
/frameworks/av/services/soundtrigger/
DSoundTriggerHalInterface.h34 virtual int getProperties(struct sound_trigger_properties *properties) = 0;
DSoundTriggerHalHidl.h58 virtual int getProperties(struct sound_trigger_properties *properties);
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/
DTestableDeviceConfig.java120 getProperties(namespace, name, value))); in apply()
161 private Properties getProperties(String namespace, String name, String value) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaPresetReverbTest.java161 PresetReverb.Settings settings = mReverb.getProperties(); in test1_1Properties()
170 settings = mReverb.getProperties(); in test1_1Properties()
DMediaBassBoostTest.java160 BassBoost.Settings settings = mBassBoost.getProperties(); in test1_1Properties()
DMediaVirtualizerTest.java161 Virtualizer.Settings settings = mVirtualizer.getProperties(); in test1_1Properties()
DMediaEnvReverbTest.java314 EnvironmentalReverb.Settings settings = mReverb.getProperties(); in test1_5Properties()
323 settings = mReverb.getProperties(); in test1_5Properties()
DMediaEqualizerTest.java229 Equalizer.Settings settings = mEqualizer.getProperties(); in test1_3Properties()
/frameworks/base/media/java/android/media/audiofx/
DPresetReverb.java282 public PresetReverb.Settings getProperties() in getProperties() method in PresetReverb
DBassBoost.java266 public BassBoost.Settings getProperties() in getProperties() method in BassBoost
DLoudnessEnhancer.java268 public LoudnessEnhancer.Settings getProperties() in getProperties() method in LoudnessEnhancer
DEqualizer.java522 public Equalizer.Settings getProperties() in getProperties() method in Equalizer
DVirtualizer.java608 public Virtualizer.Settings getProperties() in getProperties() method in Virtualizer
DEnvironmentalReverb.java619 public EnvironmentalReverb.Settings getProperties() in getProperties() method in EnvironmentalReverb
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DHomeActivity.java76 System.out.println(System.getProperties().stringPropertyNames()); in onCreate()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DICalendar.java161 public List<Property> getProperties(String name) { in getProperties() method in ICalendar.Component
200 for (Property property : getProperties(propertyName)) { in toString()
DRecurrenceSet.java499 List<ICalendar.Property> properties = component.getProperties(name); in flattenProperties()
511 for (ICalendar.Property property : component.getProperties(name)) { in flattenProperties()
/frameworks/base/media/java/android/media/midi/
DMidiDeviceInfo.java288 public Bundle getProperties() { in getProperties() method in MidiDeviceInfo
/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java1089 if ((characteristic.getProperties() & BluetoothGattCharacteristic.PROPERTY_READ) == 0) { in readCharacteristic()
1167 if ((characteristic.getProperties() & BluetoothGattCharacteristic.PROPERTY_WRITE) == 0 in writeCharacteristic()
1168 && (characteristic.getProperties() in writeCharacteristic()
DBluetoothGattCharacteristic.java430 public int getProperties() { in getProperties() method in BluetoothGattCharacteristic
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DVirtualizerTest.java263 mSettings = mVirtualizer.getProperties().toString(); in putEffect()
DPresetReverbTest.java290 mSettings = mPresetReverb.getProperties().toString(); in putEffect()
DBassBoostTest.java267 mSettings = mBassBoost.getProperties().toString(); in putEffect()
/frameworks/base/services/core/java/com/android/server/location/
DGnssConfiguration.java109 Properties getProperties() { in getProperties() method in GnssConfiguration

12