Home
last modified time | relevance | path

Searched refs:ProcessState (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/native/libs/binder/
DProcessState.cpp74 sp<ProcessState> ProcessState::self() in self()
80 gProcess = new ProcessState; in self()
84 void ProcessState::setContextObject(const sp<IBinder>& object) in setContextObject()
89 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller) in getContextObject()
94 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name) in setContextObject()
100 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller) in getContextObject()
136 void ProcessState::startThreadPool() in startThreadPool()
145 bool ProcessState::isContextManager(void) const in isContextManager()
150 bool ProcessState::becomeContextManager(context_check_func checkFunc, void* userData) in becomeContextManager()
170 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle) in lookupHandleLocked()
[all …]
DParcel.cpp72 void acquire_object(const sp<ProcessState>& proc, in acquire_object()
109 void release_object(const sp<ProcessState>& proc, in release_object()
151 status_t flatten_binder(const sp<ProcessState>& proc, in flatten_binder()
182 status_t flatten_binder(const sp<ProcessState>& proc, in flatten_binder()
236 status_t unflatten_binder(const sp<ProcessState>& proc, in unflatten_binder()
255 status_t unflatten_binder(const sp<ProcessState>& proc, in unflatten_binder()
363 const sp<ProcessState> proc(ProcessState::self()); in appendFrom()
682 return flatten_binder(ProcessState::self(), val, this); in writeStrongBinder()
687 return flatten_binder(ProcessState::self(), val, this); in writeWeakBinder()
831 acquire_object(ProcessState::self(), val, this); in writeObject()
[all …]
DStatic.cpp30 sp<ProcessState> gProcess;
DAndroid.mk29 ProcessState.cpp \
/frameworks/native/include/binder/
DProcessState.h37 class ProcessState : public virtual RefBase
40 static sp<ProcessState> self();
78 ProcessState();
79 ~ProcessState();
81 ProcessState(const ProcessState& o);
82 ProcessState& operator=(const ProcessState& o);
DParcel.h32 class ProcessState; variable
279 void acquire_object(const sp<ProcessState>& proc,
281 void release_object(const sp<ProcessState>& proc,
284 void flatten_binder(const sp<ProcessState>& proc,
286 void flatten_binder(const sp<ProcessState>& proc,
288 status_t unflatten_binder(const sp<ProcessState>& proc,
290 status_t unflatten_binder(const sp<ProcessState>& proc,
DIPCThreadState.h38 sp<ProcessState> process();
110 const sp<ProcessState> mProcess;
DBinderService.h45 ProcessState::self()->startThreadPool();
/frameworks/av/drm/drmserver/
Dmain_drmserver.cpp31 sp<ProcessState> proc(ProcessState::self()); in main()
35 ProcessState::self()->startThreadPool(); in main()
/frameworks/av/media/mediaserver/
Dmain_mediaserver.cpp36 sp<ProcessState> proc(ProcessState::self()); in main()
43 ProcessState::self()->startThreadPool(); in main()
/frameworks/base/cmds/bootanimation/
Dbootanimation_main.cpp51 sp<ProcessState> proc(ProcessState::self()); in main()
52 ProcessState::self()->startThreadPool(); in main()
/frameworks/native/services/surfaceflinger/tests/surface/
Dsurface.cpp33 sp<ProcessState> proc(ProcessState::self()); in main()
34 ProcessState::self()->startThreadPool(); in main()
/frameworks/native/services/surfaceflinger/tests/resize/
Dresize.cpp35 sp<ProcessState> proc(ProcessState::self()); in main()
36 ProcessState::self()->startThreadPool(); in main()
/frameworks/base/cmds/system_server/library/
Dsystem_init.cpp54 sp<ProcessState> proc(ProcessState::self()); in system_init()
100 ProcessState::self()->startThreadPool(); in system_init()
/frameworks/base/cmds/app_process/
Dapp_main.cpp84 sp<ProcessState> proc = ProcessState::self(); in onStarted()
96 sp<ProcessState> proc = ProcessState::self(); in onZygoteInit()
/frameworks/native/cmds/surfaceflinger/
Dmain_surfaceflinger.cpp26 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/include/private/binder/
DStatic.h32 extern sp<ProcessState> gProcess;
/frameworks/base/services/common_time/
Dmain.cpp37 ProcessState::self()->startThreadPool(); in main()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp46 android::ProcessState::self()->startThreadPool(); in getNativeWindow_()
/frameworks/av/cmds/stagefright/
Daudioloop.cpp24 android::ProcessState::self()->startThreadPool(); in main()
Drecord.cpp169 android::ProcessState::self()->startThreadPool();
299 android::ProcessState::self()->startThreadPool(); in main()
/frameworks/base/media/tests/omxjpegdecoder/
Djpeg_decoder_bench.cpp104 android::ProcessState::self()->startThreadPool(); in main()
/frameworks/av/media/libstagefright/rtsp/
Drtp_test.cpp38 android::ProcessState::self()->startThreadPool(); in main()
/frameworks/av/media/libstagefright/id3/
Dtestid3.cpp155 android::ProcessState::self()->startThreadPool(); in main()
/frameworks/wilhelm/src/
Dentry.c139 android::ProcessState::self()->startThreadPool(); in liCreateEngine()

12