Searched refs:on (Results 26 - 50 of 89) sorted by relevance

1234

/system/netd/server/
H A DNetlinkManager.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
72 int on = 1; local
90 if (setsockopt(*sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
/system/core/adf/libadf/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/include/system/
H A Dradio.h11 * distributed under the License is distributed on an "AS IS" BASIS,
164 * Contains information on currently tuned channel.
201 bool on; member in union:radio_hal_event::__anon1567
213 bool on; member in union:radio_event::__anon1568
/system/core/libcutils/
H A Dqtaguid.c11 ** distributed under the License is distributed on an "AS IS" BASIS,
40 * And on exit or untimely death, all socket tags will be removed.
58 * 0 on success.
59 * -errno on failure.
166 int qtaguid_setPacifier(int on) { argument
169 value = on ? "Y" : "N";
/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/librank/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/preopt2cachename/
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/procrank/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/puncture_fs/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/connectivity/shill/init/
H A Dshill.conf.in11 # distributed under the License is distributed on an "AS IS" BASIS,
23 # cases. Also, stop shill on "starting pre-shutdown" so its exiting blocks the
24 # chromeos_shutdown script from running (jobs that "stop on stopping
27 start on @expected_started_services@
28 stop on starting pre-shutdown
/system/webservd/webservd/
H A Dprotocol_handler.cc10 // distributed under the License is distributed on an "AS IS" BASIS,
168 << " protocol handler on port: " << config->port;
203 int on = 1; local
204 if (setsockopt(socket_fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) {
206 PLOG(WARNING) << "Failed to set SO_REUSEADDR option on listening socket.";
208 on = (MHD_USE_DUAL_STACK != (flags & MHD_USE_DUAL_STACK));
209 if (setsockopt(socket_fd, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) {
210 PLOG(WARNING) << "Failed to set IPV6_V6ONLY option on listenin
[all...]
/system/bt/profile/
H A DAndroid.mk12 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/adf/libadfhwc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/trusty/libtrusty/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/trusty/libtrusty/tipc-test/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/cppreopts/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/iotop/
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/tests/cpueater/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/tests/fstest/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/tests/sdcard/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 387 milliseconds

1234