Searched defs:ps (Results  1 – 14 of 14) sorted by relevance
| /system/gsid/ | 
| D | daemon.cpp | 70         sp<ProcessState> ps(ProcessState::self());  in main()  local
 | 
| /system/hardware/interfaces/suspend/1.0/default/ | 
| D | main.cpp | 147     sp<android::ProcessState> ps{android::ProcessState::self()};  in main()  local
 | 
| D | SystemSuspendUnitTest.cpp | 116             sp<android::ProcessState> ps{android::ProcessState::self()};  in registerTestService()  local
 | 
| /system/core/libutils/ | 
| D | String16.cpp | 287     const size_t ps = prefix.size();  in startsWith()  local294     const size_t ps = strlen16(prefix);  in startsWith()  local
 
 | 
| /system/netd/tests/ | 
| D | TestUnsolService.cpp | 49     sp<ProcessState> ps(ProcessState::self());  in start()  local
 | 
| /system/nfc/src/nfc/nfc/ | 
| D | nfc_ncif.cc | 147   uint8_t* ps;  in nfc_ncif_send_data()  local262   uint8_t* ps;  in nfc_ncif_check_cmd_queue()  local
 1934   uint8_t *ps, *pd;  in nfc_ncif_proc_data()  local
 
 | 
| D | nfc_main.cc | 416   uint8_t* ps;  in nfc_main_handle_hal_evt()  local
 | 
| /system/nfc/src/gki/ulinux/ | 
| D | gki_ulinux.cc | 1151   uint8_t* ps = p_mem + len - 1;  in GKI_shiftdown()  local1166   uint8_t* ps = p_src;  in GKI_shiftup()  local
 
 | 
| /system/nfc/src/nfa/ee/ | 
| D | nfa_ee_act.cc | 311                                          uint8_t* p, uint8_t* ps,  in nfa_ee_add_tech_route_to_ecb()349                                           uint8_t* p, uint8_t* ps,  in nfa_ee_add_proto_route_to_ecb()
 427                                         uint8_t* p, uint8_t* ps,  in nfa_ee_add_aid_route_to_ecb()
 2635     tNFA_EE_ECB* p_cb, int rout_type, int* p_max_len, bool more, uint8_t* ps,  in nfa_ee_route_add_one_ecb_by_route_order()
 
 | 
| /system/nfc/src/nfc/ndef/ | 
| D | ndef_utils.cc | 44   uint8_t* ps = p_mem + len - 1;  in shiftdown()  local59   uint8_t* ps = p_src;  in shiftup()  local
 
 | 
| /system/apex/apexd/ | 
| D | apexservice.cpp | 1131   sp<ProcessState> ps(ProcessState::self());  in CreateAndRegisterService()  local1146   sp<ProcessState> ps(ProcessState::self());  in StartThreadPool()  local
 
 | 
| /system/vold/ | 
| D | VoldNativeService.cpp | 125     sp<ProcessState> ps(ProcessState::self());  in start()  local
 | 
| /system/nfc/src/nfa/include/ | 
| D | nfa_dm_int.h | 678 #define nfa_ee_get_tech_route(ps, ha) \  argument
 | 
| /system/netd/server/ | 
| D | NetdNativeService.cpp | 137     sp<ProcessState> ps(ProcessState::self());  in start()  local
 |