Searched refs:work (Results 1 - 5 of 5) 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...]
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk29 # Need to run as system app to get access to Settings. This test won't work for user builds.
/frameworks/compile/libbcc/runtime/make/
H A DAppleBI.mk47 # Rule to add project info so that "what /usr/lib/libSystem.B.dylib" will work.
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_bni.mk7 # haven't explicitly defined support for. If all goes well, this will just work
/frameworks/base/data/fonts/
H A DAndroid.mk30 # this magic makes LOCAL_REQUIRED_MODULES work

Completed in 103 milliseconds