Home
last modified time | relevance | path

Searched refs:pinfo (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/
Dadb.cpp909 PROCESS_INFORMATION pinfo; in launch_server() local
910 ZeroMemory(&pinfo, sizeof(pinfo)); in launch_server()
924 &pinfo )) { in launch_server()
930 unique_handle process_handle(pinfo.hProcess); in launch_server()
931 pinfo.hProcess = NULL; in launch_server()
934 CloseHandle(pinfo.hThread); in launch_server()
935 pinfo.hThread = NULL; in launch_server()
983 ReportServerStartupFailure(pinfo.dwProcessId); in launch_server()
1016 fprintf(stderr, "adb: server is running with process id %lu\n", pinfo.dwProcessId); in launch_server()
Dsysdeps_win32.cpp3063 PROCESS_INFORMATION pinfo = {}; in adb_launch_process() local
3078 &pinfo); in adb_launch_process()
3087 ::CloseHandle(pinfo.hThread); in adb_launch_process()
3088 return Process(pinfo.hProcess); in adb_launch_process()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java193 final PackageInfo pinfo = getPackageManager().getPackageInfo(getPackageName(), 0); in onCreateOptionsMenu() local
195 getString(R.string.menu_version, pinfo.versionName)) in onCreateOptionsMenu()