Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_thread.c91 poll_slot_t ps[MAX_POLL]; member
385 ts[h].ps[i].pfd.fd = -1; in init_poll()
401 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, uint32_t user_id) in set_poll() argument
403 ps->pfd.fd = fd; in set_poll()
404 ps->user_id = user_id; in set_poll()
405 if(ps->type != 0 && ps->type != type) in set_poll()
406 … APPL_TRACE_ERROR("poll socket type should not changed! type was:%d, type now:%d", ps->type, type); in set_poll()
407 ps->type = type; in set_poll()
408 ps->flags = flags; in set_poll()
409 ps->pfd.events = flags2pevents(flags); in set_poll()
[all …]
/system/tools/aidl/
Daidl_language_y.yy10 #define lex_scanner ps->Scanner()
14 %parse-param { Parser* ps }
67 { ps->SetDocument($3); }
69 { ps->SetDocument(new AidlDocument($3)); };
87 { ps->SetPackage($2); };
95 { ps->AddImport($2, @1.begin.line); };
116 ps->FileName().c_str(),
123 $$ = new AidlParcelable($2, @2.begin.line, ps->Package());
126 $$ = new AidlParcelable($2, @2.begin.line, ps->Package(), $4->GetText());
130 ps->FileName().c_str(), @1.begin.line);
[all …]
/system/bt/bta/gatt/
Dbta_gatts_utils.c195 UINT8 *ps, *pt; in bta_gatts_uuid_compare() local
214 ps = su; in bta_gatts_uuid_compare()
217 ps = src.uu.uuid128; in bta_gatts_uuid_compare()
228 return(memcmp(ps, pt, LEN_UUID_128) == 0); in bta_gatts_uuid_compare()
Dbta_gattc_utils.c78 const UINT8 *ps, *pt; in bta_gattc_uuid_compare() local
100 ps = su; in bta_gattc_uuid_compare()
103 ps = p_src->uu.uuid128; in bta_gattc_uuid_compare()
114 return(memcmp(ps, pt, LEN_UUID_128) == 0); in bta_gattc_uuid_compare()
/system/core/libutils/
DString16.cpp336 const size_t ps = prefix.size(); in startsWith() local
337 if (ps > size()) return false; in startsWith()
338 return strzcmp16(mString, ps, prefix.string(), ps) == 0; in startsWith()
343 const size_t ps = strlen16(prefix); in startsWith() local
344 if (ps > size()) return false; in startsWith()
345 return strncmp16(mString, prefix, ps) == 0; in startsWith()
/system/netd/server/
DNetdNativeService.cpp81 sp<ProcessState> ps(ProcessState::self()); in start() local
82 ps->startThreadPool(); in start()
83 ps->giveThreadPoolName(); in start()
/system/core/logcat/
Dlogpersist132 ps -t | grep "${data##*/}.*${service%d}"
/system/core/crash_reporter/
Dcrash_reporter_logs.conf60 ps axw -o user,pid,%cpu,%mem,vsz,rss,tname,stat,start_time,bsdtime,comm | \
/system/sepolicy/
Dshell.te96 # allow shell to look through /proc/ for ps, top, netstat
111 # allow shell to read /proc/pid/attr/current for ps -Z
/system/core/toolbox/
DAndroid.mk40 ps \
/system/extras/tests/workloads/
Dpwrtest.sh197 set -- $(adb shell ps | tr "\r" " " | grep "$processName")
/system/bt/stack/gatt/
Dgatt_utils.c1031 UINT8 *ps, *pt; in gatt_uuid_compare() local
1056 ps = su; in gatt_uuid_compare()
1061 ps = su; in gatt_uuid_compare()
1064 ps = src.uu.uuid128; in gatt_uuid_compare()
1081 return(memcmp(ps, pt, LEN_UUID_128) == 0); in gatt_uuid_compare()