Searched refs:ProcessState (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/cmds/surfaceflinger/
H A Dmain_surfaceflinger.cpp2 #include <binder/ProcessState.h>
12 sp<ProcessState> proc(ProcessState::self());
16 ProcessState::self()->startThreadPool();
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp22 #include <binder/ProcessState.h>
53 sp<ProcessState> proc(ProcessState::self());
54 ProcessState::self()->startThreadPool();
/frameworks/base/media/mediaserver/
H A Dmain_mediaserver.cpp24 #include <binder/ProcessState.h>
38 sp<ProcessState> proc(ProcessState::self());
45 ProcessState::self()->startThreadPool();
/frameworks/base/include/binder/
H A DProcessState.h37 class ProcessState : public virtual RefBase class in namespace:android
40 static sp<ProcessState> self();
80 ProcessState();
81 ~ProcessState();
83 ProcessState(const ProcessState& o);
84 ProcessState& operator=(const ProcessState& o);
H A DIPCThreadState.h22 #include <binder/ProcessState.h>
37 sp<ProcessState> process();
102 const sp<ProcessState> mProcess;
H A DParcel.h30 class ProcessState;
207 void acquire_object(const sp<ProcessState>& proc,
209 void release_object(const sp<ProcessState>& proc,
212 void flatten_binder(const sp<ProcessState>& proc,
214 void flatten_binder(const sp<ProcessState>& proc,
216 status_t unflatten_binder(const sp<ProcessState>& proc,
218 status_t unflatten_binder(const sp<ProcessState>& proc,
/frameworks/base/include/private/binder/
H A DStatic.h24 #include <binder/ProcessState.h>
30 // For ProcessState.cpp
32 extern sp<ProcessState> gProcess;
/frameworks/base/libs/binder/
H A DProcessState.cpp17 #define LOG_TAG "ProcessState"
21 #include <binder/ProcessState.h>
76 sp<ProcessState> ProcessState::self()
81 if (gProcess == NULL) gProcess = new ProcessState;
85 void ProcessState::setSingleProcess(bool singleProcess)
91 void ProcessState::setContextObject(const sp<IBinder>& object)
96 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
105 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name)
111 sp<IBinder> ProcessState
363 ProcessState::ProcessState() function in class:android::ProcessState
[all...]
H A DStatic.cpp27 // ------------ ProcessState.cpp
30 sp<ProcessState> gProcess;
H A DParcel.cpp25 #include <binder/ProcessState.h>
60 void acquire_object(const sp<ProcessState>& proc,
97 void release_object(const sp<ProcessState>& proc,
139 status_t flatten_binder(const sp<ProcessState>& proc,
170 status_t flatten_binder(const sp<ProcessState>& proc,
224 status_t unflatten_binder(const sp<ProcessState>& proc,
243 status_t unflatten_binder(const sp<ProcessState>& proc,
351 const sp<ProcessState> proc(ProcessState::self());
628 return flatten_binder(ProcessState
[all...]
H A DAndroid.mk30 ProcessState.cpp \
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp12 #include <binder/ProcessState.h>
57 sp<ProcessState> proc(ProcessState::self());
107 ProcessState::self()->startThreadPool();
/frameworks/base/libs/surfaceflinger/tests/overlays/
H A Doverlays.cpp2 #include <binder/ProcessState.h>
26 sp<ProcessState> proc(ProcessState::self());
27 ProcessState::self()->startThreadPool();
/frameworks/base/libs/surfaceflinger/tests/resize/
H A Dresize.cpp6 #include <binder/ProcessState.h>
29 sp<ProcessState> proc(ProcessState::self());
30 ProcessState::self()->startThreadPool();
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp11 #include <binder/ProcessState.h>
65 sp<ProcessState> proc = ProcessState::self();
73 if (ProcessState::self()->supportsProcesses()) {
80 sp<ProcessState> proc = ProcessState::self();
91 if (ProcessState::self()->supportsProcesses()) {
120 // These are global variables in ProcessState.cpp
/frameworks/base/cmds/runtime/
H A Dmain_runtime.cpp14 #include <binder/ProcessState.h>
129 static int run(sp<ProcessState>& proc)
181 static void finish_system_init(sp<ProcessState>& proc)
214 sp<ProcessState> proc(ProcessState::self());
215 LOGD("ProcessState: %p\n", proc.get());
350 sp<ProcessState> proc;
401 ProcessState::setSingleProcess(true);
475 proc = ProcessState::self();
H A DServiceManager.cpp14 #include <binder/ProcessState.h>
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp21 #include <binder/ProcessState.h>
104 android::ProcessState::self()->startThreadPool();
/frameworks/base/cmds/stagefright/
H A Daudioloop.cpp3 #include <binder/ProcessState.h>
22 android::ProcessState::self()->startThreadPool();
H A Drecord.cpp19 #include <binder/ProcessState.h>
137 android::ProcessState::self()->startThreadPool();
239 android::ProcessState::self()->startThreadPool();
H A Dstagefright.cpp26 #include <binder/ProcessState.h>
274 android::ProcessState::self()->startThreadPool();
/frameworks/base/media/libstagefright/id3/
H A Dtestid3.cpp24 #include <binder/ProcessState.h>
155 android::ProcessState::self()->startThreadPool();
/frameworks/base/cmds/dumpsys/
H A Ddumpsys.cpp10 #include <binder/ProcessState.h>
/frameworks/base/cmds/service/
H A Dservice.cpp7 #include <binder/ProcessState.h>
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp22 #include <binder/ProcessState.h>
306 if (ProcessState::self()->supportsProcesses()) {
336 ProcessState::self()->setArgV0(name8.string());
360 return ProcessState::self()->supportsProcesses();

Completed in 7582 milliseconds

12