Searched refs:down (Results 1 – 25 of 87) sorted by relevance
1234
/system/sepolicy/prebuilts/api/28.0/public/ |
D | wificond.te | 14 # create sockets to set interfaces up and down 16 # setting interface state up/down is a privileged ioctl
|
D | wpantund.te | 20 # create sockets to set interfaces up and down, add multicast groups, etc. 23 # setting interface state up/down and changing MTU are privileged ioctls
|
D | hal_wifi.te | 14 # allow hal wifi set interfaces up and down
|
D | lmkd.te | 14 ## TODO: maybe scope this down?
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | wificond.te | 14 # create sockets to set interfaces up and down 16 # setting interface state up/down is a privileged ioctl
|
D | wpantund.te | 20 # create sockets to set interfaces up and down, add multicast groups, etc. 23 # setting interface state up/down and changing MTU are privileged ioctls
|
D | hal_wifi.te | 13 # allow hal wifi set interfaces up and down and get the factory MAC
|
D | lmkd.te | 14 ## TODO: maybe scope this down?
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | wificond.te | 13 # create sockets to set interfaces up and down 15 # setting interface state up/down is a privileged ioctl
|
D | hal_wifi.te | 13 # allow hal wifi set interfaces up and down
|
D | lmkd.te | 14 ## TODO: maybe scope this down?
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | wificond.te | 13 # create sockets to set interfaces up and down 15 # setting interface state up/down is a privileged ioctl
|
D | hal_wifi.te | 13 # allow hal wifi set interfaces up and down
|
D | lmkd.te | 14 ## TODO: maybe scope this down?
|
/system/sepolicy/public/ |
D | wificond.te | 11 # create sockets to set interfaces up and down 13 # setting interface state up/down is a privileged ioctl
|
D | wpantund.te | 20 # create sockets to set interfaces up and down, add multicast groups, etc. 23 # setting interface state up/down and changing MTU are privileged ioctls
|
D | hal_wifi.te | 13 # allow hal wifi set interfaces up and down and get the factory MAC
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | wpantund.te | 20 # create sockets to set interfaces up and down, add multicast groups, etc. 23 # setting interface state up/down and changing MTU are privileged ioctls
|
D | wificond.te | 15 # create sockets to set interfaces up and down 17 # setting interface state up/down is a privileged ioctl
|
D | hal_wifi.te | 13 # allow hal wifi set interfaces up and down and get the factory MAC
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 419 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()
|
D | healthd_mode_charger.h | 36 bool down; member
|
/system/core/toolbox/ |
D | getevent.c | 175 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/ |
D | hal_can_socketcan.te | 18 # Communicating with SocketCAN interfaces and bringing them up/down
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | system_app.te | 58 # TODO: scope this down? Too broad?
|
1234