Searched defs:_w (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h89 HwcTestDim(): _w(0), _h(0) {};
90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
91 uint32_t width(void) const { return _w; }
93 void setWidth(uint32_t w) { _w = w; }
100 uint32_t _w; member in class:HwcTestDim
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java64 Key(int _t, String _p, ActivityRecord _a, String _w, argument
69 who = _w;
83 if (_w != null) {
84 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode();

Completed in 42 milliseconds