OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProcessInfo
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
ProcessInfo.h
26
struct
ProcessInfo
: public ProcessInfoInterface {
27
ProcessInfo
();
33
virtual ~
ProcessInfo
();
36
DISALLOW_EVIL_CONSTRUCTORS(
ProcessInfo
);
/frameworks/av/media/utils/
ProcessInfo.cpp
18
#define LOG_TAG "
ProcessInfo
"
21
#include <media/stagefright/
ProcessInfo
.h>
29
ProcessInfo
::
ProcessInfo
() {}
31
bool
ProcessInfo
::getPriority(int pid, int* priority) {
32
sp<IBinder> binder = defaultServiceManager()->getService(String16("
processinfo
"));
56
bool
ProcessInfo
::isValidPid(int pid) {
62
ProcessInfo
::~
ProcessInfo
() {}
/development/tools/bugreport/src/com/android/bugreport/bugreport/
ProcessInfo.java
24
public class
ProcessInfo
{
41
* Construct a
ProcessInfo
.
43
public
ProcessInfo
(int pid, String cmdLine) {
/external/llvm/include/llvm/Support/
Program.h
35
struct
ProcessInfo
{
44
#error "
ProcessInfo
is not defined for this platform!"
55
ProcessInfo
();
124
/// @returns The \see
ProcessInfo
of the newly launced process.
127
///
ProcessInfo
.ProcessHandle to avoid memory leaks.
128
ProcessInfo
172
/// \returns A \see
ProcessInfo
struct with Pid set to:
177
/// the \see
ProcessInfo
returned from this function.
178
ProcessInfo
Wait(
179
const
ProcessInfo
&PI, ///< The child process that should be waited on
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Program.h
44
struct
ProcessInfo
{
53
ProcessInfo
();
123
/// @returns The \see
ProcessInfo
of the newly launced process.
126
/// on
ProcessInfo
.ProcessHandle to avoid memory leaks.
127
ProcessInfo
ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args,
179
/// \returns A \see
ProcessInfo
struct with Pid set to:
184
/// the \see
ProcessInfo
returned from this function.
185
ProcessInfo
Wait(
186
const
ProcessInfo
&PI, ///< The child process that should be waited on.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h
35
struct
ProcessInfo
{
44
#error "
ProcessInfo
is not defined for this platform!"
55
ProcessInfo
();
124
/// @returns The \see
ProcessInfo
of the newly launced process.
127
///
ProcessInfo
.ProcessHandle to avoid memory leaks.
128
ProcessInfo
172
/// \returns A \see
ProcessInfo
struct with Pid set to:
177
/// the \see
ProcessInfo
returned from this function.
178
ProcessInfo
Wait(
179
const
ProcessInfo
&PI, ///< The child process that should be waited on
[
all
...]
/development/apps/Development/src/com/android/development/
ProcessInfo.java
27
public class
ProcessInfo
extends Activity {
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
process_info.h
17
struct
ProcessInfo
{
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
341
PROCESS_INFORMATION
ProcessInfo
;
344
std::memset(&
ProcessInfo
, 0, sizeof(
ProcessInfo
));
360
&
ProcessInfo
);
385
success = ::GetProcessTimes(
ProcessInfo
.hProcess,
416
::TerminateProcess(
ProcessInfo
.hProcess, -1);
431
::TerminateProcess(
ProcessInfo
.hProcess, -1);
456
if (DebugEvent.dwProcessId ==
ProcessInfo
.dwProcessId)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
341
PROCESS_INFORMATION
ProcessInfo
;
344
std::memset(&
ProcessInfo
, 0, sizeof(
ProcessInfo
));
360
&
ProcessInfo
);
385
success = ::GetProcessTimes(
ProcessInfo
.hProcess,
416
::TerminateProcess(
ProcessInfo
.hProcess, -1);
431
::TerminateProcess(
ProcessInfo
.hProcess, -1);
456
if (DebugEvent.dwProcessId ==
ProcessInfo
.dwProcessId)
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp
381
PROCESS_INFORMATION
ProcessInfo
;
384
std::memset(&
ProcessInfo
, 0, sizeof(
ProcessInfo
));
400
&
ProcessInfo
);
425
success = ::GetProcessTimes(
ProcessInfo
.hProcess,
456
::TerminateProcess(
ProcessInfo
.hProcess, -1);
470
::TerminateProcess(
ProcessInfo
.hProcess, -1);
495
if (DebugEvent.dwProcessId ==
ProcessInfo
.dwProcessId)
/external/chromium-trace/catapult/devil/devil/android/
device_utils.py
230
ProcessInfo
= collections.namedtuple('
ProcessInfo
', PS_COLUMNS)
[
all
...]
Completed in 1216 milliseconds