Searched defs:getProperties (Results 1 - 24 of 24) sorted by relevance

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalLegacy.cpp69 int SoundTriggerHalLegacy::getProperties(struct sound_trigger_properties *properties) function in class:android::SoundTriggerHalLegacy
H A DSoundTriggerHalHidl.cpp108 int SoundTriggerHalHidl::getProperties(struct sound_trigger_properties *properties) function in class:android::SoundTriggerHalHidl
120 hidlReturn = soundtrigger->getProperties([&](int rc, auto res) {
123 ALOGI("getProperties res implementor %s", res.implementor.c_str());
132 ALOGE("getProperties error %s", hidlReturn.description().c_str());
135 ALOGI("getProperties ret %d", ret);
/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 DLocationProviderProxy.java117 properties[0] = service.getProperties();
151 public ProviderProperties getProperties() { method in class:LocationProviderProxy
H A DMockProvider.java72 public ProviderProperties getProperties() { method in class:MockProvider
H A DGnssLocationProvider.java853 public ProviderProperties getProperties() { method in class:GnssLocationProvider
/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
H A DVirtualizer.java553 * conjuntion with getProperties() and setProperties() methods to backup and restore
608 public Virtualizer.Settings getProperties() method in class:Virtualizer
H A DEnvironmentalReverb.java101 // used by setProperties()/getProperties
498 * conjuntion with getProperties() and setProperties() methods to backup and restore
619 public EnvironmentalReverb.Settings getProperties() method in class:EnvironmentalReverb
H A DDynamicsProcessing.java2290 * conjunction with the getProperties() and setProperties() methods to backup and restore
2362 public DynamicsProcessing.Settings getProperties() { method in class:DynamicsProcessing
/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/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/support/leanback/src/main/java/androidx/leanback/widget/
H A DParallax.java560 public final List<PropertyT> getProperties() { method in class:Parallax
/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/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java426 public int getProperties() { method in class:BluetoothGattCharacteristic
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java150 public int getProperties() { return mProperties; } method in class:ParcelableCall
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6803 * be then obtained from {@link #getProperties(Context, AttributeSet, int, int)}. In case
9594 public static Properties getProperties(Context context, AttributeSet attrs, method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java7245 * be then obtained from {@link #getProperties(Context, AttributeSet, int, int)}. In case
10325 public static Properties getProperties(@NonNull Context context, method in class:RecyclerView.LayoutManager
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 537 milliseconds