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

1234

/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp21 #include <binder/ProcessState.h>
33 sp<ProcessState> proc(ProcessState::self());
37 ProcessState::self()->startThreadPool();
/frameworks/av/camera/cameraserver/
H A Dmain_cameraserver.cpp32 sp<ProcessState> proc(ProcessState::self());
36 ProcessState::self()->startThreadPool();
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp22 #include <binder/ProcessState.h>
38 sp<ProcessState> proc(ProcessState::self());
45 ProcessState::self()->startThreadPool();
/frameworks/av/services/mediaanalytics/
H A Dmain_mediametrics.cpp21 #include <binder/ProcessState.h>
40 sp<ProcessState> proc(ProcessState::self());
46 ProcessState::self()->startThreadPool();
/frameworks/av/services/mediadrm/
H A Dmain_mediadrmserver.cpp25 #include <binder/ProcessState.h>
37 sp<ProcessState> proc(ProcessState::self());
41 ProcessState::self()->startThreadPool();
/frameworks/native/services/inputflinger/host/
H A Dmain.cpp23 ProcessState::self()->setThreadPoolMaxThreadCount(4);
/frameworks/base/libs/common_time/
H A Dmain.cpp26 #include <binder/ProcessState.h>
37 ProcessState::self()->startThreadPool();
/frameworks/native/include/binder/
H A DProcessState.h34 class ProcessState : public virtual RefBase class in namespace:android
37 static sp<ProcessState> self();
38 static sp<ProcessState> selfOrNull();
41 * any call to ProcessState::self(). /dev/binder remains the default.
43 static sp<ProcessState> initWithDriver(const char *driver);
80 ProcessState(const char* driver);
81 ~ProcessState();
83 ProcessState(const ProcessState& o);
84 ProcessState
[all...]
H A DBinderService.h27 #include <binder/ProcessState.h>
57 sp<ProcessState> ps(ProcessState::self());
/frameworks/native/libs/binder/include/binder/
H A DProcessState.h34 class ProcessState : public virtual RefBase class in namespace:android
37 static sp<ProcessState> self();
38 static sp<ProcessState> selfOrNull();
41 * any call to ProcessState::self(). /dev/binder remains the default.
43 static sp<ProcessState> initWithDriver(const char *driver);
80 ProcessState(const char* driver);
81 ~ProcessState();
83 ProcessState(const ProcessState& o);
84 ProcessState
[all...]
H A DBinderService.h27 #include <binder/ProcessState.h>
57 sp<ProcessState> ps(ProcessState::self());
/frameworks/av/services/mediaextractor/
H A Dmain_extractorservice.cpp22 #include <binder/ProcessState.h>
65 sp<ProcessState> proc(ProcessState::self());
74 ProcessState::self()->startThreadPool();
/frameworks/native/include/private/binder/
H A DStatic.h23 #include <binder/ProcessState.h>
34 // For ProcessState.cpp
36 extern sp<ProcessState> gProcess;
/frameworks/native/libs/binder/include/private/binder/
H A DStatic.h23 #include <binder/ProcessState.h>
34 // For ProcessState.cpp
36 extern sp<ProcessState> gProcess;
/frameworks/native/libs/binder/
H A DProcessState.cpp17 #define LOG_TAG "ProcessState"
19 #include <binder/ProcessState.h>
68 sp<ProcessState> ProcessState::self()
74 gProcess = new ProcessState("/dev/binder");
78 sp<ProcessState> ProcessState::initWithDriver(const char* driver)
87 LOG_ALWAYS_FATAL("ProcessState was already initialized.");
95 gProcess = new ProcessState(driver);
99 sp<ProcessState> ProcessStat
409 ProcessState::ProcessState(const char *driver) function in class:android::ProcessState
[all...]
/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp23 #include <binder/ProcessState.h>
40 sp<ProcessState> ps(ProcessState::self());
/frameworks/native/services/vr/virtual_touchpad/
H A Dmain.cpp3 #include <binder/ProcessState.h>
16 android::sp<android::ProcessState> ps(android::ProcessState::self());
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp26 #include <binder/ProcessState.h>
66 sp<ProcessState> proc(ProcessState::self());
68 ProcessState::self()->startThreadPool();
136 sp<ProcessState> proc(ProcessState::self());
152 ProcessState::self()->startThreadPool();
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A Dservice.cpp22 #include <binder/ProcessState.h>
40 android::ProcessState::initWithDriver("/dev/vndbinder");
/frameworks/base/cmds/bootanimation/iot/
H A Diotbootanimation_main.cpp22 #include <binder/ProcessState.h>
116 sp<ProcessState> proc(ProcessState::self());
117 ProcessState::self()->startThreadPool();
/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp27 #include <binder/ProcessState.h>
81 ProcessState::self()->setThreadPoolMaxThreadCount(4);
84 sp<ProcessState> ps(ProcessState::self());
/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp23 #include <binder/ProcessState.h>
46 android::ProcessState::initWithDriver("/dev/vndbinder");
47 android::ProcessState::self()->startThreadPool();
/frameworks/native/services/vr/hardware_composer/
H A Dvr_hardware_composer_service.cpp16 #include <binder/ProcessState.h>
25 android::ProcessState::self()->startThreadPool();
51 android::hardware::ProcessState::self()->startThreadPool();
/frameworks/base/cmds/statsd/src/
H A Dmain.cpp27 #include <binder/ProcessState.h>
104 sp<ProcessState> ps(ProcessState::self());
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp23 #include <binder/ProcessState.h>
153 sp<ProcessState> proc(ProcessState::self());
154 ProcessState::self()->startThreadPool();

Completed in 459 milliseconds

1234