Searched refs:_type (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | trace.cpp | 335 #define TRACE_GL(_type, _api, _args, _argList, ...) \ argument 336 static _type Tracing_ ## _api _args { \ 371 #define TRACE_GL(_type, _api, _args, _argList, ...) \ argument 372 static _type Debug_ ## _api _args { \ 396 #define TRACE_GL(_type, _api, _args, _argList, ...) \ argument 397 static _type Systrace_ ## _api _args { \ 448 #define TRACE_GL(_type, _api, _args, _argList, ...) \ argument 449 static _type ErrorTrace_ ## _api _args { \ 451 _type _r = _c->_api _argList; \
|
/frameworks/base/services/java/com/android/server/pm/ |
D | BasePermission.java | 47 BasePermission(String _name, String _sourcePackage, int _type) { in BasePermission() argument 50 type = _type; in BasePermission()
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 1468 public LayoutParams(int _type) { in LayoutParams() argument 1470 type = _type; in LayoutParams() 1474 public LayoutParams(int _type, int _flags) { in LayoutParams() argument 1476 type = _type; in LayoutParams() 1481 public LayoutParams(int _type, int _flags, int _format) { in LayoutParams() argument 1483 type = _type; in LayoutParams() 1488 public LayoutParams(int w, int h, int _type, int _flags, int _format) { in LayoutParams() argument 1490 type = _type; in LayoutParams() 1495 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument 1500 type = _type; in LayoutParams()
|
/frameworks/base/services/java/com/android/server/ |
D | AlarmManagerService.java | 1092 public Alarm(int _type, long _when, long _whenElapsed, long _windowLength, long _maxWhen, in Alarm() argument 1094 type = _type; in Alarm()
|