Searched refs:down (Results 1 – 25 of 31) sorted by relevance
12
/system/sepolicy/private/ |
D | wificond.te | 20 # create sockets to set interfaces up and down 22 # 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
|
D | lmkd.te | 35 ## TODO: maybe scope this down?
|
D | hal_neverallows.te | 55 # The UWB HAL is not actually a networking HAL but may need to bring up and down
|
D | dex2oat.te | 97 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
D | traced_probes.te | 25 # userdebug only until we nail down the denylist/allowlist.
|
D | system_app.te | 96 # TODO: scope this down? Too broad?
|
D | app_neverallows.te | 246 # (all the way down to hardware) thus increasing opportunities for bypassing
|
D | dumpstate.te | 198 # TODO: 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 | 174 char down; in print_possible_events() local 176 down = '*'; in print_possible_events() 178 down = ' '; in print_possible_events() 186 … printf(" %.20s%c%*s", bit_label, down, (int) (20 - strlen(bit_label)), ""); in print_possible_events() 188 printf(" %04x%c ", j * 8 + k, down); in print_possible_events() 190 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
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_wifi.proto | 22 // H2C: Host passing down wifi scan result data to CHRE to validate.
|
/system/logging/logd/ |
D | README.compression.md | 15 * Add presubmit coverage similar to SELinux violations to keep log spam down
|
/system/sepolicy/microdroid/system/public/ |
D | attributes | 48 # TODO(b/9496886) Lock down access to /proc/net.
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 36 We break the problem down into three scenarios.
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 47 …ns of the UI. Multiple sections of the graph can be aggregated by holding down the [ctrl] button d…
|
/system/sepolicy/public/ |
D | attributes | 65 # TODO(b/9496886) Lock down access to /proc/net. 196 # i.e. processes that can read up and write down.
|
D | service.te | 62 # system_server_services broken down 108 # with EMMA_INSTRUMENT=true. We should consider locking this down in the future.
|
D | file.te | 349 # TODO(b/129332765): Narrow down permissions to this.
|
/system/extras/simpleperf/doc/ |
D | view_the_profile.md | 29 # Output all threads, broken down by threadpool.
|
/system/sepolicy/microdroid/system/private/ |
D | init.te | 11 # since it potentially requires tearing down dm-devices (e.g. dm-bow, dm-crypto)
|
/system/apex/docs/ |
D | README.md | 194 down-merge from the `android-4.4` branch is strongly recommended. The following 216 To get the required patches for kernel versions 4.9/4.14/4.19, down-merge from
|
/system/chre/doc/ |
D | porting_guide.md | 242 shutting down. It is now the PAL's responsibility to perform cleanup,
|
12