Searched refs:pi (Results 1 – 13 of 13) sorted by relevance
/system/core/base/ |
D | properties.cpp | 35 const prop_info* pi = __system_property_find(key.c_str()); in GetProperty() local 36 if (pi == nullptr) return default_value; in GetProperty() 39 __system_property_read_callback(pi, in GetProperty() 138 const prop_info* pi; in WaitForPropertyCreation() local 140 while ((pi = __system_property_find(key.c_str())) == nullptr) { in WaitForPropertyCreation() 147 return pi; in WaitForPropertyCreation() 153 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, start_time); in WaitForProperty() local 154 if (pi == nullptr) return false; in WaitForProperty() 162 __system_property_read_callback(pi, WaitForPropertyCallback, &data); in WaitForProperty() 168 if (!__system_property_wait(pi, data.last_read_serial, &unused, &ts)) return false; in WaitForProperty()
|
/system/core/fastboot/ |
D | fs.cpp | 41 PROCESS_INFORMATION pi; in exec_cmd() local 46 ZeroMemory(&pi, sizeof(pi)); in exec_cmd() 65 &pi) // Pointer to PROCESS_INFORMATION structure in exec_cmd() 72 WaitForSingleObject(pi.hProcess, INFINITE); in exec_cmd() 74 GetExitCodeProcess(pi.hProcess, &exit_code); in exec_cmd() 76 CloseHandle(pi.hProcess); in exec_cmd() 77 CloseHandle(pi.hThread); in exec_cmd()
|
/system/extras/simpleperf/ |
D | command.cpp | 29 bool Command::NextArgumentOrError(const std::vector<std::string>& args, size_t* pi) { in NextArgumentOrError() argument 30 if (*pi + 1 == args.size()) { in NextArgumentOrError() 31 LOG(ERROR) << "No argument following " << args[*pi] << " option. Try `simpleperf help " << name_ in NextArgumentOrError() 35 ++*pi; in NextArgumentOrError()
|
D | command.h | 52 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi);
|
/system/libvintf/include/vintf/ |
D | Vndk.h | 33 VndkVersionRange(size_t s, size_t v, size_t pi, size_t pa) in VndkVersionRange() 34 : sdk(s), vndk(v), patchMin(pi), patchMax(pa) {} in VndkVersionRange()
|
/system/extras/librank/ |
D | librank.c | 215 struct process_info *pi; in main() local 340 pi = get_process(pids[i]); in main() 359 mi = get_mapping(li, pi); in main() 404 pi = mi->proc; in main() 414 pi->cmdline, in main() 415 pi->pid); in main()
|
/system/core/libcutils/ |
D | properties.cpp | 137 static void property_list_callback(const prop_info* pi, void* data) { in property_list_callback() argument 138 __system_property_read_callback(pi, trampoline, data); in property_list_callback()
|
/system/core/toolbox/ |
D | getprop.cpp | 41 [](const prop_info* pi, void* cookie) { in PrintAllProperties() argument 43 pi, in PrintAllProperties()
|
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 65 TYPE *pi = (TYPE *)(parmi); \ 68 TYPE t = *pi; \ 69 *pi++ = *pj; \
|
/system/core/init/ |
D | persistent_properties.cpp | 127 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory() argument 129 pi, in LoadPersistentPropertiesFromMemory()
|
D | property_service.cpp | 148 prop_info* pi = (prop_info*) __system_property_find(name.c_str()); in PropertySet() local 149 if (pi != nullptr) { in PropertySet() 156 __system_property_update(pi, value.c_str(), valuelen); in PropertySet()
|
/system/chre/external/kiss_fft/ |
D | kiss_fft.c | 358 const double pi=3.141592653589793238462643383279502884197169399375105820974944; in kiss_fft_alloc() local 359 double phase = -2*pi*i / nfft; in kiss_fft_alloc()
|
/system/core/logcat/ |
D | event.logtags | 43 314 pi
|