Home
last modified time | relevance | path

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

1234

/system/sepolicy/prebuilts/api/28.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.te14 # allow hal wifi set interfaces up and down
Dlmkd.te14 ## TODO: maybe scope this down?
/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/26.0/public/
Dwificond.te13 # create sockets to set interfaces up and down
15 # setting interface state up/down is a privileged ioctl
Dhal_wifi.te13 # allow hal wifi set interfaces up and down
Dlmkd.te14 ## TODO: maybe scope this down?
/system/sepolicy/prebuilts/api/27.0/public/
Dwificond.te13 # create sockets to set interfaces up and down
15 # setting interface state up/down is a privileged ioctl
Dhal_wifi.te13 # allow hal wifi set interfaces up and down
Dlmkd.te14 ## TODO: maybe scope this down?
/system/sepolicy/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.te13 # 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/core/healthd/
Dhealthd_mode_charger.cpp419 int down = !!value; in SetKeyCallback() local
424 if (keys_[code].down == down) return 0; in SetKeyCallback()
428 if (down) keys_[code].timestamp = now; in SetKeyCallback()
429 keys_[code].down = down; in SetKeyCallback()
431 if (down) { in SetKeyCallback()
459 if (key->down) { in ProcessKey()
Dhealthd_mode_charger.h36 bool down; member
/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.te18 # Communicating with SocketCAN interfaces and bringing them up/down
/system/sepolicy/prebuilts/api/26.0/private/
Dsystem_app.te58 # TODO: scope this down? Too broad?

1234