Searched refs:on (Results 1 - 25 of 50) sorted by relevance

12

/system/extras/tests/sdcard/
H A Dsysutil.h70 // 0: a regular process. Should die on OOM.
94 // Turns NEW_FAIR_SLEEPERS on or off.
95 void setNewFairSleepers(bool on);
100 // Turns NORMALIZED_SLEEPERS on or off.
101 void setNormalizedSleepers(bool on);
129 // Try to fork. exit on failure.
/system/netd/
H A DInterfaceController.h11 * distributed under the License is distributed on an "AS IS" BASIS,
36 int setEnableIPv6(const char *interface, const int on);
37 int setIPv6PrivacyExtensions(const char *interface, const int on);
H A DNetlinkManager.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
58 int on = 1; local
76 if (setsockopt(*sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
H A DInterfaceController.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
54 // By default, accept_ra is set to 1 (accept RAs unless forwarding is on) on all interfaces.
55 // This causes RAs to work or not work based on whether forwarding is on, and causes routes
56 // learned from RAs to go away when forwarding is turned on. Make this behaviour predictable
125 int InterfaceController::setEnableIPv6(const char *interface, const int on) { argument
128 // addresses and routes and disables IPv6 on the interface.
129 const char *disable_ipv6 = on ? "0" : "1";
133 int InterfaceController::setIPv6PrivacyExtensions(const char *interface, const int on) { argument
[all...]
/system/core/include/cutils/
H A Dqtaguid.h11 * distributed under the License is distributed on an "AS IS" BASIS,
50 * The calling process can only operate on its own tags.
60 extern int qtaguid_setPacifier(int on);
/system/vold/
H A DNetlinkManager.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
53 int on = 1; local
71 if (setsockopt(mSock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
/system/core/libcutils/
H A Duevent.c11 * distributed under the License is distributed on an "AS IS" BASIS,
99 int on = passcred; local
112 setsockopt(s, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on));
H A Dqtaguid.c12 ** distributed under the License is distributed on an "AS IS" BASIS,
39 * And on exit or untimely death, all socket tags will be removed.
57 * 0 on success.
58 * -errno on failure.
164 int qtaguid_setPacifier(int on) { argument
169 value = on ? "Y" : "N";
/system/extras/tests/fstest/
H A Dmounts-test.sh27 echo FAILURE: $i is present on system
/system/core/sh/
H A Djobs.h49 #define SHOW_SIGNALLED 0x10 /* only if stopped/exited on signal */
105 #define setjobctl(on) /* do nothing */
/system/core/libmincrypt/tools/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/kexec_tools/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/ksmutils/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/latencytop/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/libpagemap/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/librank/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/libublock/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/procmem/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/timeinfo/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/media/camera/docs/
H A DCameraMetadataKeys.mako12 ## distributed under the License is distributed on an "AS IS" BASIS,
44 * <b>Optional</b> - This value may be null on some devices.
49 * Present on all devices that report being FULL level hardware devices in the
/system/core/fastbootd/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/init/
H A DAndroid.mk62 # We need this so that the installed files could be picked up based on the
/system/extras/fatblock/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/memtrack/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/procrank/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 7321 milliseconds

12