Searched refs:props (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/os/
H A DIBatteryPropertiesListener.aidl26 void batteryPropertiesChanged(in BatteryProperties props);
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp32 void batteryPropertiesChanged(struct BatteryProperties props) argument
37 props.writeToParcel(&data);
/frameworks/native/include/batteryservice/
H A DIBatteryPropertiesListener.h38 virtual void batteryPropertiesChanged(struct BatteryProperties props) = 0;
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java40 Map<Short, Object> props = mViews.get(0);
41 Object name = getProperty(props, "__name__");
42 Object hash = getProperty(props, "__hash__");
51 private Object getProperty(Map<Short, Object> props, String key) { argument
52 return props.get(mIds.get(key));
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp132 static inline void mapRect(const RenderProperties& props, const SkRect& in, SkRect* out) { argument
134 const SkMatrix* transform = props.getTransformMatrix();
139 temp.offset(props.getLeft(), props.getTop());
183 const RenderProperties& props = frame->renderNode->properties(); local
184 if (props.getAlpha() <= 0) {
189 if (props.getClipDamageToBounds() && !frame->pendingDirty.isEmpty()) {
190 if (!frame->pendingDirty.intersect(0, 0, props.getWidth(), props.getHeight())) {
196 mapRect(props, fram
[all...]
H A DRenderNode.cpp289 const LayerProperties& props = properties().layerProperties(); local
290 mLayer->setAlpha(props.alpha(), props.xferMode());
291 mLayer->setColorFilter(props.colorFilter());
292 mLayer->setBlend(props.needsBlending());
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java139 ArrayList<Property> props = mPropsMap.get(name);
140 if (props == null) {
141 props = new ArrayList<Property>();
142 mPropsMap.put(name, props);
144 props.add(prop);
172 List<Property> props = mPropsMap.get(name);
173 if (props == null || props.size() == 0) {
176 return props.get(0);
/frameworks/rs/
H A DrsThreadIO.cpp124 if (con->props.mLogTimes) {
150 if (con->props.mLogTimes) {
166 if (con->props.mLogTimes) {
H A DrsScriptC.cpp173 if (rsc->props.mLogScripts) {
179 if (rsc->props.mLogScripts) {
252 if (rsc->props.mLogScripts) {
H A DrsContext.cpp188 if (props.mLogTimes) {
256 rsc->props.mLogTimes = getProp("debug.rs.profile") != 0;
257 rsc->props.mLogScripts = getProp("debug.rs.script") != 0;
258 rsc->props.mLogShaders = getProp("debug.rs.shader") != 0;
259 rsc->props.mLogShadersAttr = getProp("debug.rs.shader.attributes") != 0;
260 rsc->props.mLogShadersUniforms = getProp("debug.rs.shader.uniforms") != 0;
261 rsc->props.mLogVisual = getProp("debug.rs.visual") != 0;
262 rsc->props.mDebugMaxThreads = getProp("debug.rs.max-threads");
356 if (rsc->props.mLogVisual) {
H A DrsContext.h231 } props; member in class:android::renderscript::Context
/frameworks/rs/driver/
H A DrsdProgram.cpp73 if (rsc->props.mLogShaders) {
107 if (rsc->props.mLogShaders) {
H A DrsdVertexArray.cpp101 if (rsc->props.mLogShadersAttr) {
H A DrsdShaderCache.cpp60 if (rsc->props.mLogShaders) {
182 if (rsc->props.mLogShaders) {
H A DrsdShader.cpp238 if (rsc->props.mLogShaders) {
267 if (rsc->props.mLogShaders) {
552 if (rsc->props.mLogShadersUniforms) {
561 if (rsc->props.mLogShadersUniforms) {
/frameworks/native/cmds/dumpstate/
H A Dutils.c518 static char* props[2000]; variable
522 if (num_props < sizeof(props) / sizeof(props[0])) {
525 props[num_props++] = strdup(buf);
538 qsort(&props, num_props, sizeof(props[0]), compare_prop);
542 fputs(props[i], stdout);
543 free(props[i]);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java91 private ParseException expected(Property... props) { argument
95 for (Property prop : props) {
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1108 String props = SystemProperties.get("dalvik.vm.extra-opts");
1109 if (props != null && props.contains("-Xprofile:wallclock")) {
1110 props = props.replace("-Xprofile:wallclock", "");
1111 props = props.trim();
1112 SystemProperties.set("dalvik.vm.extra-opts", props);
1193 String props = SystemProperties.get("dalvik.vm.extra-opts");
1194 if (props
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java295 private void update(BatteryProperties props) { argument
298 mBatteryProps = props;
302 mLastBatteryProps.set(props);
780 public void batteryPropertiesChanged(BatteryProperties props) { argument
783 BatteryService.this.update(props);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp263 MtpObjectPropertyList* props = getObjectPropsSupported(format); local
264 if (props) {
265 for (size_t j = 0; j < props->size(); j++) {
266 MtpObjectProperty prop = (*props)[j];
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java783 CameraCharacteristics props =
788 mCameraIndex, mCamera, characteristics, props);
791 props.get(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE);
793 props.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL) ==
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java282 // C function void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params )
289 int[] props,
298 // C function void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params )
305 java.nio.IntBuffer props,
284 glGetProgramResourceiv( int program, int programInterface, int index, int propCount, int[] props, int propsOffset, int bufSize, int[] length, int lengthOffset, int[] params, int paramsOffset ) argument
300 glGetProgramResourceiv( int program, int programInterface, int index, int propCount, java.nio.IntBuffer props, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer params ) argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec10 void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params )
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1034 PointerProperties[] props = PointerProperties.createArray(pointerCount);
1037 event.getPointerProperties(i, props[i]);
1046 props, coords, event.getMetaState(), event.getButtonState(),
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp683 /* void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params ) */
692 GLenum *props = (GLenum *) 0; local
703 _exceptionMessage = "props == null";
715 props = props_base + propsOffset;
756 (GLenum *)props,
780 /* void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params ) */
791 GLenum *props = (GLenum *) 0; local
797 props = (GLenum *)getPointer(_env, props_buf, (jarray*)&_propsArray, &_propsRemaining, &_propsBufferOffset);
800 if (props == NULL) {
802 props
[all...]

Completed in 536 milliseconds

12