OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessState
(Results
26 - 50
of
70
) sorted by null
1
2
3
/frameworks/native/libs/binder/
Static.cpp
73
// ------------
ProcessState
.cpp
76
sp<
ProcessState
> gProcess;
Parcel.cpp
25
#include <binder/
ProcessState
.h>
73
void acquire_object(const sp<
ProcessState
>& proc,
110
void release_object(const sp<
ProcessState
>& proc,
152
status_t flatten_binder(const sp<
ProcessState
>& proc,
183
status_t flatten_binder(const sp<
ProcessState
>& proc,
237
status_t unflatten_binder(const sp<
ProcessState
>& proc,
256
status_t unflatten_binder(const sp<
ProcessState
>& proc,
364
const sp<
ProcessState
> proc(
ProcessState
::self());
699
return flatten_binder(
ProcessState
::self(), val, this)
[
all
...]
Android.mk
34
ProcessState
.cpp \
/frameworks/native/services/surfaceflinger/tests/screencap/
screencap.cpp
20
#include <binder/
ProcessState
.h>
/frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp
21
#include <binder/
ProcessState
.h>
38
android::
ProcessState
::self()->startThreadPool();
/frameworks/base/cmds/screencap/
screencap.cpp
26
#include <binder/
ProcessState
.h>
91
ProcessState
::self()->startThreadPool();
/frameworks/native/libs/gui/tests/
Surface_test.cpp
27
#include <binder/
ProcessState
.h>
35
ProcessState
::self()->startThreadPool();
/frameworks/wilhelm/src/
entry.c
23
#include <binder/
ProcessState
.h>
139
android::
ProcessState
::self()->startThreadPool();
/sdk/emulator/qtools/
parse_options-inl.h
20
typedef TraceReaderType::
ProcessState
ProcessState
;
read_trace.cpp
86
ProcessState
*process = trace->GetCurrentProcess();
87
ProcessState
*manager = process->addr_manager;
read_method.cpp
96
TraceReaderType::
ProcessState
*proc;
/frameworks/native/cmds/dumpsys/
dumpsys.cpp
10
#include <binder/
ProcessState
.h>
/packages/experimental/RpcPerformance/
rpcperftest.cpp
60
ProcessState
::self()->startThreadPool();
/system/extras/tests/binder/benchmarks/
binderAddInts.cpp
49
#include <binder/
ProcessState
.h>
227
sp<
ProcessState
> proc(
ProcessState
::self());
/frameworks/base/services/java/com/android/server/am/
ProcessRecord.java
56
final ArrayMap<String, ProcessStats.
ProcessState
> pkgList
57
= new ArrayMap<String, ProcessStats.
ProcessState
>();
61
ProcessStats.
ProcessState
baseProcessTracker;
389
final ProcessStats.
ProcessState
origBase = baseProcessTracker;
399
ProcessStats.
ProcessState
ps = pkgList.valueAt(i);
415
final ProcessStats.
ProcessState
origBase = baseProcessTracker;
424
ProcessStats.
ProcessState
ps = pkgList.valueAt(i);
575
ProcessStats.
ProcessState
state = tracker.getProcessStateLocked(
615
ProcessStats.
ProcessState
ps = pkgList.valueAt(i);
622
ProcessStats.
ProcessState
ps = tracker.getProcessStateLocked
[
all
...]
/frameworks/av/cmds/stagefright/
record.cpp
19
#include <binder/
ProcessState
.h>
169
android::
ProcessState
::self()->startThreadPool();
300
android::
ProcessState
::self()->startThreadPool();
muxer.cpp
21
#include <binder/
ProcessState
.h>
291
ProcessState
::self()->startThreadPool();
recordvideo.cpp
19
#include <binder/
ProcessState
.h>
168
android::
ProcessState
::self()->startThreadPool();
stream.cpp
21
#include <binder/
ProcessState
.h>
299
android::
ProcessState
::self()->startThreadPool();
codec.cpp
24
#include <binder/
ProcessState
.h>
369
ProcessState
::self()->startThreadPool();
/system/core/healthd/
healthd.cpp
29
#include <binder/
ProcessState
.h>
179
ProcessState
::self()->setThreadPoolMaxThreadCount(0);
/device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp
53
#include <binder/
ProcessState
.h>
947
sp<
ProcessState
> proc(
ProcessState
::self());
952
ProcessState
::self()->startThreadPool();
/hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp
53
#include <binder/
ProcessState
.h>
947
sp<
ProcessState
> proc(
ProcessState
::self());
952
ProcessState
::self()->startThreadPool();
/packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java
56
public ProcStatsEntry(ProcessStats.
ProcessState
proc, String packageName,
120
ProcessStats.
ProcessState
pkgProc = pkgState.mProcesses.get(mName);
/frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp
26
#include <binder/
ProcessState
.h>
Completed in 525 milliseconds
1
2
3