Home
last modified time | relevance | path

Searched refs:pi (Results 1 – 13 of 13) sorted by relevance

/system/core/base/
Dproperties.cpp35 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/
Dfs.cpp41 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/
Dcommand.cpp29 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()
Dcommand.h52 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi);
/system/libvintf/include/vintf/
DVndk.h33 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/
Dlibrank.c215 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/
Dproperties.cpp137 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/
Dgetprop.cpp41 [](const prop_info* pi, void* cookie) { in PrintAllProperties() argument
43 pi, in PrintAllProperties()
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_vendor.c65 TYPE *pi = (TYPE *)(parmi); \
68 TYPE t = *pi; \
69 *pi++ = *pj; \
/system/core/init/
Dpersistent_properties.cpp127 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory() argument
129 pi, in LoadPersistentPropertiesFromMemory()
Dproperty_service.cpp148 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/
Dkiss_fft.c358 const double pi=3.141592653589793238462643383279502884197169399375105820974944; in kiss_fft_alloc() local
359 double phase = -2*pi*i / nfft; in kiss_fft_alloc()
/system/core/logcat/
Devent.logtags43 314 pi