Searched refs:ps (Results 1 - 10 of 10) sorted by relevance

/system/bt/btif/src/
H A Dbtif_sock_thread.c91 poll_slot_t ps[MAX_POLL]; member in struct:__anon692
385 ts[h].ps[i].pfd.fd = -1;
401 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, uint32_t user_id) argument
403 ps->pfd.fd = fd;
404 ps->user_id = user_id;
405 if(ps->type != 0 && ps->type != type)
406 APPL_TRACE_ERROR("poll socket type should not changed! type was:%d, type now:%d", ps->type, type);
407 ps->type = type;
408 ps
417 poll_slot_t* ps = ts[h].ps; local
440 remove_poll(int h, poll_slot_t* ps, int flags) argument
[all...]
/system/bt/bta/gatt/
H A Dbta_gatts_utils.c195 UINT8 *ps, *pt; local
214 ps = su;
217 ps = src.uu.uuid128;
228 return(memcmp(ps, pt, LEN_UUID_128) == 0);
H A Dbta_gattc_utils.c78 const UINT8 *ps, *pt; local
100 ps = su;
103 ps = p_src->uu.uuid128;
114 return(memcmp(ps, pt, LEN_UUID_128) == 0);
/system/core/logcat/
H A Dlogpersist31 ps -t | grep "${data##*/}.*${service%d}"
/system/core/libutils/
H A DString16.cpp336 const size_t ps = prefix.size(); local
337 if (ps > size()) return false;
338 return strzcmp16(mString, ps, prefix.string(), ps) == 0;
343 const size_t ps = strlen16(prefix); local
344 if (ps > size()) return false;
345 return strncmp16(mString, prefix, ps) == 0;
/system/netd/server/
H A DNetdNativeService.cpp81 sp<ProcessState> ps(ProcessState::self());
82 ps->startThreadPool();
83 ps->giveThreadPoolName();
/system/core/crash_reporter/
H A Dcrash_reporter_logs.conf55 # as it is stored in memory. The output format specified for 'ps' is the
59 echo "===ps output==="; \
60 ps axw -o user,pid,%cpu,%mem,vsz,rss,tname,stat,start_time,bsdtime,comm | \
/system/core/toolbox/
H A DAndroid.mk40 ps \
/system/extras/tests/workloads/
H A Dpwrtest.sh197 set -- $(adb shell ps | tr "\r" " " | grep "$processName")
/system/bt/stack/gatt/
H A Dgatt_utils.c1032 UINT8 *ps, *pt; local
1057 ps = su;
1062 ps = su;
1065 ps = src.uu.uuid128;
1082 return(memcmp(ps, pt, LEN_UUID_128) == 0);

Completed in 4745 milliseconds