Searched refs:ps (Results 1 – 12 of 12) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_thread.c | 91 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/ |
D | aidl_language_y.yy | 10 #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/ |
D | bta_gatts_utils.c | 195 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()
|
D | bta_gattc_utils.c | 78 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/ |
D | String16.cpp | 336 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/ |
D | NetdNativeService.cpp | 81 sp<ProcessState> ps(ProcessState::self()); in start() local 82 ps->startThreadPool(); in start() 83 ps->giveThreadPoolName(); in start()
|
/system/core/logcat/ |
D | logpersist | 132 ps -t | grep "${data##*/}.*${service%d}"
|
/system/core/crash_reporter/ |
D | crash_reporter_logs.conf | 60 ps axw -o user,pid,%cpu,%mem,vsz,rss,tname,stat,start_time,bsdtime,comm | \
|
/system/sepolicy/ |
D | shell.te | 96 # 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/ |
D | Android.mk | 40 ps \
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 197 set -- $(adb shell ps | tr "\r" " " | grep "$processName")
|
/system/bt/stack/gatt/ |
D | gatt_utils.c | 1031 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()
|