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

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp75 ActivityWork work; local
76 work.cmd = cmd;
77 work.arg1 = arg1;
78 work.arg2 = arg2;
83 int res = write(fd, &work, sizeof(work));
88 if (res == sizeof(work)) return;
90 if (res < 0) ALOGW("Failed writing to work fd: %s", strerror(errno));
91 else ALOGW("Truncated writing to work fd: %d", res);
99 if (res < 0) ALOGW("Failed reading work f
527 ActivityWork work; local
[all...]

Completed in 8 milliseconds