Searched refs:down (Results 1 – 25 of 112) sorted by relevance
12345
/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/33.0/public/ |
D | wificond.te | 12 # create sockets to set interfaces up and down 14 # 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 and get the factory MAC
|
/system/sepolicy/prebuilts/api/32.0/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 | 14 # 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/sepolicy/prebuilts/api/34.0/public/ |
D | wificond.te | 12 # create sockets to set interfaces up and down 14 # setting interface state up/down is a privileged ioctl
|
D | hal_wifi.te | 17 # allow hal wifi set interfaces up and down and get the factory MAC
|
/system/sepolicy/public/ |
D | wificond.te | 12 # create sockets to set interfaces up and down 14 # setting interface state up/down is a privileged ioctl
|
D | hal_wifi.te | 17 # allow hal wifi set interfaces up and down and get the factory MAC
|
/system/sepolicy/prebuilts/api/31.0/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 | 14 # allow hal wifi set interfaces up and down and get the factory MAC
|
D | lmkd.te | 14 ## TODO: maybe scope this down?
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 431 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/ |
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 | 20 # Communicating with SocketCAN interfaces and bringing them up/down
|
/system/core/healthd/include_charger/charger/ |
D | healthd_mode_charger.h | 37 bool down; member
|
12345