/frameworks/native/libs/binder/ |
D | ProcessState.cpp | 74 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 …]
|
D | Parcel.cpp | 72 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 …]
|
D | Static.cpp | 30 sp<ProcessState> gProcess;
|
D | Android.mk | 29 ProcessState.cpp \
|
/frameworks/native/include/binder/ |
D | ProcessState.h | 37 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);
|
D | Parcel.h | 32 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,
|
D | IPCThreadState.h | 38 sp<ProcessState> process(); 110 const sp<ProcessState> mProcess;
|
D | BinderService.h | 45 ProcessState::self()->startThreadPool();
|
/frameworks/av/drm/drmserver/ |
D | main_drmserver.cpp | 31 sp<ProcessState> proc(ProcessState::self()); in main() 35 ProcessState::self()->startThreadPool(); in main()
|
/frameworks/av/media/mediaserver/ |
D | main_mediaserver.cpp | 36 sp<ProcessState> proc(ProcessState::self()); in main() 43 ProcessState::self()->startThreadPool(); in main()
|
/frameworks/base/cmds/bootanimation/ |
D | bootanimation_main.cpp | 51 sp<ProcessState> proc(ProcessState::self()); in main() 52 ProcessState::self()->startThreadPool(); in main()
|
/frameworks/native/services/surfaceflinger/tests/surface/ |
D | surface.cpp | 33 sp<ProcessState> proc(ProcessState::self()); in main() 34 ProcessState::self()->startThreadPool(); in main()
|
/frameworks/native/services/surfaceflinger/tests/resize/ |
D | resize.cpp | 35 sp<ProcessState> proc(ProcessState::self()); in main() 36 ProcessState::self()->startThreadPool(); in main()
|
/frameworks/base/cmds/system_server/library/ |
D | system_init.cpp | 54 sp<ProcessState> proc(ProcessState::self()); in system_init() 100 ProcessState::self()->startThreadPool(); in system_init()
|
/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 84 sp<ProcessState> proc = ProcessState::self(); in onStarted() 96 sp<ProcessState> proc = ProcessState::self(); in onZygoteInit()
|
/frameworks/native/cmds/surfaceflinger/ |
D | main_surfaceflinger.cpp | 26 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
|
/frameworks/native/include/private/binder/ |
D | Static.h | 32 extern sp<ProcessState> gProcess;
|
/frameworks/base/services/common_time/ |
D | main.cpp | 37 ProcessState::self()->startThreadPool(); in main()
|
/frameworks/wilhelm/tests/sandbox/ |
D | nativewindow.cpp | 46 android::ProcessState::self()->startThreadPool(); in getNativeWindow_()
|
/frameworks/av/cmds/stagefright/ |
D | audioloop.cpp | 24 android::ProcessState::self()->startThreadPool(); in main()
|
D | record.cpp | 169 android::ProcessState::self()->startThreadPool(); 299 android::ProcessState::self()->startThreadPool(); in main()
|
/frameworks/base/media/tests/omxjpegdecoder/ |
D | jpeg_decoder_bench.cpp | 104 android::ProcessState::self()->startThreadPool(); in main()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | rtp_test.cpp | 38 android::ProcessState::self()->startThreadPool(); in main()
|
/frameworks/av/media/libstagefright/id3/ |
D | testid3.cpp | 155 android::ProcessState::self()->startThreadPool(); in main()
|
/frameworks/wilhelm/src/ |
D | entry.c | 139 android::ProcessState::self()->startThreadPool(); in liCreateEngine()
|