/system/bt/btif/src/ |
D | btif_sock_thread.cc | 89 poll_slot_t ps[MAX_POLL]; member 341 ts[h].ps[i].pfd.fd = -1; in init_poll() 354 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, in set_poll() argument 356 ps->pfd.fd = fd; in set_poll() 357 ps->user_id = user_id; in set_poll() 358 if (ps->type != 0 && ps->type != type) in set_poll() 361 ps->type, type); in set_poll() 362 ps->type = type; in set_poll() 363 ps->flags = flags; in set_poll() 364 ps->pfd.events = flags2pevents(flags); in set_poll() [all …]
|
/system/tools/aidl/ |
D | aidl_language_y.yy | 50 #define lex_scanner ps->Scanner() 56 const_cast<std::string *>(&ps->FileName()); 59 %parse-param { Parser* ps } 195 …ps->SetDocument(std::make_unique<AidlDocument>(loc(@1), comments, std::move(*$2), std::move(*$3))); 218 ps->SetPackage($2->GetText()); 313 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), "", $3); 318 …$$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5… 323 … $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $4->GetText()); 330 ps->AddError(); 348 ps->AddError(); [all …]
|
/system/gsid/ |
D | daemon.cpp | 67 sp<ProcessState> ps(ProcessState::self()); in main() local 68 ps->startThreadPool(); in main() 69 ps->giveThreadPoolName(); in main()
|
/system/extras/ioshark/ |
D | collect-straces-ftraces.sh | 114 ps_line=`ps -ef | grep trace_pipe | grep adb ` 119 ps_line=`ps -ef | grep strace | grep adb ` 140 ps_line=`ps -ef | grep trace_pipe | grep adb ` 145 ps_line=`ps -ef | grep strace | grep adb `
|
D | collect-straces.sh | 19 ps_line=`ps -ef | grep strace | grep adb `
|
/system/core/libutils/ |
D | String16.cpp | 274 const size_t ps = prefix.size(); in startsWith() local 275 if (ps > size()) return false; in startsWith() 276 return strzcmp16(mString, ps, prefix.string(), ps) == 0; in startsWith() 281 const size_t ps = strlen16(prefix); in startsWith() local 282 if (ps > size()) return false; in startsWith() 283 return strncmp16(mString, prefix, ps) == 0; in startsWith()
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 49 sp<ProcessState> ps(ProcessState::self()); in start() local 50 ps->startThreadPool(); in start() 51 ps->giveThreadPoolName(); in start()
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 312 uint8_t* p, uint8_t* ps, in nfa_ee_add_tech_route_to_ecb() argument 314 uint8_t num_tlv = *ps; in nfa_ee_add_tech_route_to_ecb() 346 *ps = num_tlv; in nfa_ee_add_tech_route_to_ecb() 350 uint8_t* p, uint8_t* ps, in nfa_ee_add_proto_route_to_ecb() argument 352 uint8_t num_tlv = *ps; in nfa_ee_add_proto_route_to_ecb() 410 *ps = num_tlv; in nfa_ee_add_proto_route_to_ecb() 414 uint8_t* p, uint8_t* ps, in nfa_ee_add_aid_route_to_ecb() argument 416 uint8_t num_tlv = *ps; in nfa_ee_add_aid_route_to_ecb() 453 nfa_ee_check_set_routing(new_size, p_max_len, ps, p_cur_offset); in nfa_ee_add_aid_route_to_ecb() 454 if (*ps == 0) { in nfa_ee_add_aid_route_to_ecb() [all …]
|
/system/core/shell_and_utilities/ |
D | README.md | 43 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 54 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 66 printenv ps reboot renice restorecon rm rmdir rmmod route runcon schedtop 78 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon 90 nohup notify ps readlink renice restorecon rmmod route runcon schedtop 100 newfs\_msdos ps prlimit renice sendevent start stop top uptime watchprops 119 toolbox: getevent iftop ioctl log nandread newfs\_msdos ps prlimit 151 nl nohup od paste patch pgrep pidof pkill pmap printenv printf **ps** pwd 177 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath 207 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev** [all …]
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | main.cpp | 140 sp<android::ProcessState> ps{android::ProcessState::self()}; in main() local 141 ps->startThreadPool(); in main()
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 362 android::sp<android::ProcessState> ps = android::ProcessState::self(); in Start() local 365 ps->setThreadPoolMaxThreadCount(/*maxThreads*/1); in Start() 366 ps->startThreadPool(); in Start() 367 ps->giveThreadPoolName(); in Start()
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 148 uint8_t* ps; in nfc_ncif_send_data() local 212 ps = (uint8_t*)(p_data + 1) + p_data->offset; in nfc_ncif_send_data() 213 memcpy(pp, ps, ulen); in nfc_ncif_send_data() 263 uint8_t* ps; in nfc_ncif_check_cmd_queue() local 282 ps = (uint8_t*)(p_buf + 1) + p_buf->offset; in nfc_ncif_check_cmd_queue() 283 memcpy(nfc_cb.last_hdr, ps, NFC_SAVED_HDR_SIZE); in nfc_ncif_check_cmd_queue() 284 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE); in nfc_ncif_check_cmd_queue() 320 ps = (uint8_t*)nfc_cb.p_disc_pending; in nfc_ncif_check_cmd_queue() 321 nci_snd_discover_cmd(*ps, (tNFC_DISCOVER_PARAMS*)(ps + 1)); in nfc_ncif_check_cmd_queue() 1898 uint8_t *ps, *pd; in nfc_ncif_proc_data() local [all …]
|
D | nfc_main.cc | 416 uint8_t* ps; in nfc_main_handle_hal_evt() local 474 ps = (uint8_t*)nfc_cb.p_disc_pending; in nfc_main_handle_hal_evt() 475 nci_snd_discover_cmd(*ps, (tNFC_DISCOVER_PARAMS*)(ps + 1)); in nfc_main_handle_hal_evt()
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 1140 uint8_t* ps = p_mem + len - 1; in GKI_shiftdown() local 1141 uint8_t* pd = ps + shift_amount; in GKI_shiftdown() 1144 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in GKI_shiftdown() 1155 uint8_t* ps = p_src; in GKI_shiftup() local 1159 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in GKI_shiftup()
|
/system/nfc/src/nfc/ndef/ |
D | ndef_utils.cc | 43 uint8_t* ps = p_mem + len - 1; in shiftdown() local 44 uint8_t* pd = ps + shift_amount; in shiftdown() 47 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in shiftdown() 58 uint8_t* ps = p_src; in shiftup() local 62 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in shiftup()
|
/system/iorap/src/prefetcher/ |
D | read_ahead.cc | 50 std::ostream& operator<<(std::ostream& os, PrefetchStrategy ps) { in operator <<() argument 51 switch (ps) { in operator <<()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | shell.te | 95 # allow shell to look through /proc/ for ps, top, netstat 114 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | shell.te | 94 # allow shell to look through /proc/ for ps, top, netstat 113 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | shell.te | 120 # allow shell to look through /proc/ for lsmod, ps, top, netstat. 151 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/public/ |
D | shell.te | 102 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 140 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | shell.te | 102 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 140 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 133 # allow shell to look through /proc/ for lsmod, ps, top, netstat. 166 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | shell.te | 142 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 176 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/vold/ |
D | VoldNativeService.cpp | 129 sp<ProcessState> ps(ProcessState::self()); in start() local 130 ps->startThreadPool(); in start() 131 ps->giveThreadPoolName(); in start()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | incidentd.te | 34 # section id 2005, allow reading ps dump in full
|