Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 25 of 44) sorted by relevance

12

/system/bt/btif/src/
Dbtif_sock_thread.cc89 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/
Daidl_language_y.yy50 #define lex_scanner ps->Scanner()
56 const_cast<std::string *>(&ps->FileName());
59 %parse-param { Parser* ps }
195ps->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/
Ddaemon.cpp67 sp<ProcessState> ps(ProcessState::self()); in main() local
68 ps->startThreadPool(); in main()
69 ps->giveThreadPoolName(); in main()
/system/extras/ioshark/
Dcollect-straces-ftraces.sh114 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 `
Dcollect-straces.sh19 ps_line=`ps -ef | grep strace | grep adb `
/system/core/libutils/
DString16.cpp274 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/
DTestUnsolService.cpp49 sp<ProcessState> ps(ProcessState::self()); in start() local
50 ps->startThreadPool(); in start()
51 ps->giveThreadPoolName(); in start()
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc312 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/
DREADME.md43 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/
Dmain.cpp140 sp<android::ProcessState> ps{android::ProcessState::self()}; in main() local
141 ps->startThreadPool(); in main()
/system/iorap/src/binder/
Diiorap_impl.cc362 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/
Dnfc_ncif.cc148 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 …]
Dnfc_main.cc416 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/
Dgki_ulinux.cc1140 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/
Dndef_utils.cc43 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/
Dread_ahead.cc50 std::ostream& operator<<(std::ostream& os, PrefetchStrategy ps) { in operator <<() argument
51 switch (ps) { in operator <<()
/system/sepolicy/prebuilts/api/27.0/public/
Dshell.te95 # 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/
Dshell.te94 # 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/
Dshell.te120 # 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/
Dshell.te102 # 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/
Dshell.te102 # 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/
Dshell.te133 # 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/
Dshell.te142 # 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/
DVoldNativeService.cpp129 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/
Dincidentd.te34 # section id 2005, allow reading ps dump in full

12