HomeSort by relevance Sort by last modified time
    Searched refs:ProcessState (Results 1 - 25 of 70) sorted by null

1 2 3

  /frameworks/av/drm/drmserver/
main_drmserver.cpp 21 #include <binder/ProcessState.h>
31 sp<ProcessState> proc(ProcessState::self());
35 ProcessState::self()->startThreadPool();
  /external/chromium_org/sandbox/win/src/
target_services.h 14 class ProcessState {
16 ProcessState() : process_state_(0) {}
34 DISALLOW_COPY_AND_ASSIGN(ProcessState);
48 virtual ProcessState* GetState();
65 ProcessState process_state_;
target_services.cc 97 ProcessState* TargetServicesBase::GetState() {
158 bool ProcessState::IsKernel32Loaded() {
162 bool ProcessState::InitCalled() {
166 bool ProcessState::RevertedToSelf() {
170 void ProcessState::SetKernel32Loaded() {
175 void ProcessState::SetInitCalled() {
180 void ProcessState::SetRevertedToSelf() {
sandbox.h 32 class ProcessState;
142 // Returns the ProcessState object. Through that object it's possible to have
145 virtual ProcessState* GetState() = 0;
  /frameworks/base/services/common_time/
main.cpp 26 #include <binder/ProcessState.h>
37 ProcessState::self()->startThreadPool();
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 22 #include <binder/ProcessState.h>
51 sp<ProcessState> proc(ProcessState::self());
52 ProcessState::self()->startThreadPool();
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 24 #include <binder/ProcessState.h>
33 ProcessState::self()->setThreadPoolMaxThreadCount(4);
36 sp<ProcessState> ps(ProcessState::self());
  /frameworks/native/include/binder/
ProcessState.h 37 class ProcessState : public virtual RefBase
40 static sp<ProcessState> self();
79 ProcessState();
80 ~ProcessState();
82 ProcessState(const ProcessState& o);
83 ProcessState& operator=(const ProcessState& o);
BinderService.h 27 #include <binder/ProcessState.h>
55 sp<ProcessState> ps(ProcessState::self());
IPCThreadState.h 22 #include <binder/ProcessState.h>
38 sp<ProcessState> process();
113 const sp<ProcessState> mProcess;
Parcel.h 34 class ProcessState;
377 void acquire_object(const sp<ProcessState>& proc,
379 void release_object(const sp<ProcessState>& proc,
382 void flatten_binder(const sp<ProcessState>& proc,
384 void flatten_binder(const sp<ProcessState>& proc,
386 status_t unflatten_binder(const sp<ProcessState>& proc,
388 status_t unflatten_binder(const sp<ProcessState>& proc,
  /frameworks/native/include/private/binder/
Static.h 24 #include <binder/ProcessState.h>
33 // For ProcessState.cpp
35 extern sp<ProcessState> gProcess;
  /frameworks/native/libs/binder/
ProcessState.cpp 17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
74 sp<ProcessState> ProcessState::self()
80 gProcess = new ProcessState;
84 void ProcessState::setContextObject(const sp<IBinder>& object)
89 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
94 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
100 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller)
136 void ProcessState::startThreadPool(
    [all...]
  /sdk/emulator/qtools/
profile_pid.cpp 16 ProcessState *proc1, *proc2;
18 proc1 = (ProcessState*)a;
19 proc2 = (ProcessState*)b;
64 ProcessState *processes = trace->GetProcesses(&num_procs);
65 qsort(processes, num_procs, sizeof(ProcessState), cmp_dec_cpu_time);
74 ProcessState *pstate = &processes[0];
80 if ((pstate->flags & ProcessState::kCalledExec) == 0)
dump_regions.cpp 41 ProcessState *processes = trace->GetProcesses(&num_procs);
43 ProcessState *pstate = &processes[0];
47 ProcessState *manager = pstate->addr_manager;
trace_reader.h 91 class ProcessState {
109 // Define values for the ProcessState flag bits
121 ProcessState() {
142 ~ProcessState() {
190 ProcessState *parent;
191 ProcessState *addr_manager; // the address space manager process
192 ProcessState *next;
202 void CopyKernelRegion(ProcessState *pstate);
203 void ClearRegions(ProcessState *pstate);
204 void CopyRegions(ProcessState *parent, ProcessState *child)
    [all...]
  /frameworks/native/services/surfaceflinger/tests/resize/
resize.cpp 22 #include <binder/ProcessState.h>
35 sp<ProcessState> proc(ProcessState::self());
36 ProcessState::self()->startThreadPool();
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 25 #include <binder/ProcessState.h>
56 sp<ProcessState> proc(ProcessState::self());
58 ProcessState::self()->startThreadPool();
124 sp<ProcessState> proc(ProcessState::self());
132 ProcessState::self()->startThreadPool();
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 22 #include <binder/ProcessState.h>
46 android::ProcessState::self()->startThreadPool();
  /frameworks/base/cmds/app_process/
app_main.cpp 12 #include <binder/ProcessState.h>
88 sp<ProcessState> proc = ProcessState::self();
103 sp<ProcessState> proc = ProcessState::self();
167 // These are global variables in ProcessState.cpp
  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 21 #include <binder/ProcessState.h>
104 android::ProcessState::self()->startThreadPool();
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 193 public final ProcessMap<ProcessState> mProcesses = new ProcessMap<ProcessState>();
240 ProcessState otherProc = otherState.mProcesses.valueAt(iproc);
244 ProcessState thisProc = getProcessStateLocked(pkgName, uid,
268 ArrayMap<String, SparseArray<ProcessState>> procMap = other.mProcesses.getMap();
270 SparseArray<ProcessState> uids = procMap.valueAt(ip);
273 ProcessState otherProc = uids.valueAt(iu);
274 ProcessState thisProc = mProcesses.get(otherProc.mName, uid);
278 thisProc = new ProcessState(this, otherProc.mPackage, uid, otherProc.mName);
473 public static void computeProcessData(ProcessState proc, ProcessDataCollection data, long now)
    [all...]
  /frameworks/av/cmds/stagefright/
audioloop.cpp 3 #include <binder/ProcessState.h>
24 android::ProcessState::self()->startThreadPool();
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 24 #include <binder/ProcessState.h>
155 android::ProcessState::self()->startThreadPool();
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 30 #include <binder/ProcessState.h>
196 ProcessState::self()->startThreadPool();

Completed in 1322 milliseconds

1 2 3