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

/system/bt/tools/bdtool/
H A Dbdtool.c41 static bool up = false; variable
56 {"up", no_argument, 0, 0 },
86 if (!bond && !discover && !discoverable && !up && !get_name && !set_name && !sco_listen && !sco_connect) {
95 fprintf(stdout, "Bringing up bluetooth adapter\n");
103 fprintf(stdout, "BT adapter is up\n");
118 fprintf(stdout, "BT adapter is up\n");
137 fprintf(stdout, "BT adapter is up\n");
145 if (up) {
147 fprintf(stdout, "BT adapter is up\n");
155 fprintf(stdout, "BT adapter is up\
[all...]
/system/core/libnetutils/
H A Dpacket.c68 uint16_t *up = (uint16_t *)buffer; local
73 sum += *up++;
77 sum += (uint16_t) *(uint8_t *)up;
/system/core/init/
H A Dbuiltins.cpp86 static int __ifupdown(const char *interface, int up) { argument
101 if (up)
201 /* Cannot open the device. Give up. */
208 // and responses are locked-up and they may choose to hold the power
398 /* if our last argument isn't a flag, wolf it up as an option string */

Completed in 127 milliseconds