Searched defs:props (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp32 void batteryPropertiesChanged(struct BatteryProperties props) argument
37 props.writeToParcel(&data);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java64 ArrayList<PropertyValuesHolder> props = new ArrayList<PropertyValuesHolder>(vars.length/2);
84 props.add(PropertyValuesHolder.ofFloat(key,
87 props.add(PropertyValuesHolder.ofInt(key,
91 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
103 props.toArray(new PropertyValuesHolder[props.size()]));
109 replace(props, object); // Cancel all animators for given object
163 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) { argument
168 if (props != null) {
170 props
[all...]
/frameworks/base/services/java/com/android/server/
H A DBatteryService.java281 private void update(BatteryProperties props) { argument
284 mBatteryProps = props;
746 public void batteryPropertiesChanged(BatteryProperties props) { argument
747 BatteryService.this.update(props);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp254 MtpObjectPropertyList* props = getObjectPropsSupported(format); local
255 if (props) {
256 for (int j = 0; j < props->size(); j++) {
257 MtpObjectProperty prop = (*props)[j];
/frameworks/native/cmds/dumpstate/
H A Dutils.c316 static char* props[2000]; variable
320 if (num_props < sizeof(props) / sizeof(props[0])) {
323 props[num_props++] = strdup(buf);
336 qsort(&props, num_props, sizeof(props[0]), compare_prop);
340 fputs(props[i], stdout);
341 free(props[i]);
/frameworks/rs/
H A DrsContext.h225 } props; member in class:android::renderscript::Context
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2777 ProxyProperties props =
2780 if (props == null || props.getHost() == null) {
2783 updateProxyConfig(props);
2796 private native void updateProxyConfig(ProxyProperties props); argument

Completed in 185 milliseconds