Searched refs:_r (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h62 #define setError(_e, _r) \
63 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r)
65 #define setErrorQuiet(_e, _r) \
66 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true)
H A Degl.cpp247 #define GL_ENTRY(_r, _api, ...) #_api,
248 #define EGL_ENTRY(_r, _api, ...) #_api,
H A DeglApi.cpp989 SurfaceRef _r(dp.get(), read);
1035 if (!_r.get()) return setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE);
1050 _r.acquire();
/frameworks/native/opengl/libs/
H A Dhooks.h59 #define GL_ENTRY(_r, _api, ...) _r (*(_api))(__VA_ARGS__);
60 #define EGL_ENTRY(_r, _api, ...) _r (*(_api))(__VA_ARGS__);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {};
74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray, NOLINT(implicit)
75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {};
76 float r(void) const { return _r; }
81 float _r; member in class:ColorRGB
/frameworks/native/include/private/ui/
H A DRegionHelper.h59 inline region(RECT const* _r, size_t _c) argument
60 : rects(_r), count(_c), dx(), dy() { }
61 inline region(RECT const* _r, size_t _c, TYPE _dx, TYPE _dy) argument
62 : rects(_r), count(_c), dx(_dx), dy(_dy) { }
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java80 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) {
85 requestCode = _r;
96 hash = (ODD_PRIME_NUMBER*hash) + _r;
79 Key(int _t, String _p, ActivityRecord _a, String _w, int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) argument
H A DActivityStackSupervisor.java586 PendingActivityLaunch(ActivityRecord _r, ActivityRecord _sourceRecord, argument
588 r = _r;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1365 PostInstallData(InstallArgs _a, PackageInstalledInfo _r) { argument
1367 res = _r;
[all...]

Completed in 1112 milliseconds