Searched defs:res (Results 26 - 31 of 31) sorted by relevance

12

/device/generic/goldfish/camera/fake-pipeline2/
H A DSensor.cpp124 int res; local
126 res = run("EmulatedFakeCamera2::Sensor",
129 if (res != OK) {
130 ALOGE("Unable to start up sensor capture thread: %d", res);
132 return res;
138 int res; local
139 res = requestExitAndWait();
140 if (res != OK) {
141 ALOGE("Unable to shut down sensor capture thread: %d", res);
143 return res;
179 int res; local
196 int res; local
[all...]
/device/generic/goldfish/camera/
H A DEmulatedCamera.cpp194 status_t res = EINVAL; local
200 res = getCameraDevice()->connectDevice();
201 if (res == NO_ERROR) {
206 return -res;
339 status_t res; local
391 res = camera_dev->startDevice(width, height, org_fmt);
392 if (res != NO_ERROR) {
396 return res;
402 res = camera_dev->startDeliveringFrames(true);
403 if (res !
545 status_t res = mPreviewWindow.startPreview(); local
627 status_t res = NO_ERROR; local
650 status_t res = NO_ERROR; local
[all...]
H A DEmulatedFakeCamera2.cpp113 status_t res; local
115 res = constructStaticInfo(&mCameraInfo, true);
116 if (res != OK) {
118 __FUNCTION__, strerror(-res), res);
119 return res;
121 res = constructStaticInfo(&mCameraInfo, false);
122 if (res != OK) {
124 __FUNCTION__, strerror(-res), res);
144 status_t res; local
225 status_t res; local
320 status_t res; local
719 status_t res; local
726 status_t res; local
819 status_t res; local
942 status_t res; local
1044 status_t res; local
1142 status_t res; local
1214 status_t res; local
1401 status_t res; local
1420 status_t res; local
1437 status_t res; local
1597 status_t res; local
[all...]
H A DEmulatedFakeCamera3.cpp152 status_t res; local
159 res = constructStaticInfo();
160 if (res != OK) {
162 __FUNCTION__, strerror(-res), res);
163 return res;
172 status_t res; local
182 res = mSensor->startUp();
183 if (res != NO_ERROR) return res;
211 status_t res; local
746 status_t res; local
1330 status_t res; local
1853 status_t res; local
1874 status_t res; local
[all...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
H A Degl.cpp326 EGLBoolean res; local
329 res = getDispatch()->eglChooseConfig(dpy,
344 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
346 return res;
397 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface); local
398 if (res && surface != EGL_NO_SURFACE) {
404 return res;
409 EGLBoolean res = getDispatch()->eglQuerySurface(dpy, surface, attribute, value); local
410 if (res && attribute == EGL_RENDERABLE_TYPE) {
413 return res;
509 EGLBoolean res = EGL_FALSE; local
532 EGLBoolean res = getDispatch()->eglMakeCurrent(dpy, draw, read, aglContext); local
[all...]
/device/moto/shamu/camera/QCamera/HAL2/core/src/
H A DQCameraHWI_Metatags.cpp89 status_t res; local

Completed in 120 milliseconds

12