Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 112) sorted by relevance

12345

/system/sepolicy/prebuilts/api/29.0/public/
Dwificond.te14 # create sockets to set interfaces up and down
16 # setting interface state up/down is a privileged ioctl
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
Dhal_wifi.te13 # allow hal wifi set interfaces up and down and get the factory MAC
Dlmkd.te14 ## TODO: maybe scope this down?
/system/sepolicy/prebuilts/api/33.0/public/
Dwificond.te12 # create sockets to set interfaces up and down
14 # setting interface state up/down is a privileged ioctl
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
Dhal_wifi.te14 # allow hal wifi set interfaces up and down and get the factory MAC
/system/sepolicy/prebuilts/api/32.0/public/
Dwificond.te11 # create sockets to set interfaces up and down
13 # setting interface state up/down is a privileged ioctl
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
Dhal_wifi.te14 # allow hal wifi set interfaces up and down and get the factory MAC
/system/sepolicy/prebuilts/api/30.0/public/
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
Dwificond.te15 # create sockets to set interfaces up and down
17 # setting interface state up/down is a privileged ioctl
Dhal_wifi.te13 # allow hal wifi set interfaces up and down and get the factory MAC
/system/sepolicy/prebuilts/api/34.0/public/
Dwificond.te12 # create sockets to set interfaces up and down
14 # setting interface state up/down is a privileged ioctl
Dhal_wifi.te17 # allow hal wifi set interfaces up and down and get the factory MAC
/system/sepolicy/public/
Dwificond.te12 # create sockets to set interfaces up and down
14 # setting interface state up/down is a privileged ioctl
Dhal_wifi.te17 # allow hal wifi set interfaces up and down and get the factory MAC
/system/sepolicy/prebuilts/api/31.0/public/
Dwificond.te11 # create sockets to set interfaces up and down
13 # setting interface state up/down is a privileged ioctl
Dwpantund.te20 # create sockets to set interfaces up and down, add multicast groups, etc.
23 # setting interface state up/down and changing MTU are privileged ioctls
Dhal_wifi.te14 # allow hal wifi set interfaces up and down and get the factory MAC
Dlmkd.te14 ## TODO: maybe scope this down?
/system/core/healthd/
Dhealthd_mode_charger.cpp431 int down = !!value; in SetKeyCallback() local
436 if (keys_[code].down == down) return 0; in SetKeyCallback()
440 if (down) keys_[code].timestamp = now; in SetKeyCallback()
441 keys_[code].down = down; in SetKeyCallback()
443 if (down) { in SetKeyCallback()
490 if (key->down) { in ProcessKey()
/system/core/toolbox/
Dgetevent.c175 char down; in print_possible_events() local
177 down = '*'; in print_possible_events()
179 down = ' '; in print_possible_events()
187 … printf(" %.20s%c%*s", bit_label, down, (int) (20 - strlen(bit_label)), ""); in print_possible_events()
189 printf(" %04x%c ", j * 8 + k, down); in print_possible_events()
191 printf(" %04x%c", j * 8 + k, down); in print_possible_events()
/system/sepolicy/vendor/
Dhal_can_socketcan.te20 # Communicating with SocketCAN interfaces and bringing them up/down
/system/core/healthd/include_charger/charger/
Dhealthd_mode_charger.h37 bool down; member

12345