Searched refs:ProcessState (Results 1 - 25 of 33) sorted by last modified time

12

/system/vold/
H A DVoldNativeService.cpp193 sp<ProcessState> ps(ProcessState::self());
/system/tools/aidl/tests/
H A Daidl_test_service.cpp28 #include <binder/ProcessState.h>
62 using android::ProcessState;
450 ProcessState::self()->setThreadPoolMaxThreadCount(0);
/system/nfc/src/adaptation/
H A DNfcAdaptation.cc23 #include <hwbinder/ProcessState.h>
38 using android::hardware::ProcessState;
/system/netd/server/
H A DNetdNativeService.cpp116 sp<ProcessState> ps(ProcessState::self());
H A Dmain.cpp36 #include <binder/ProcessState.h>
53 using android::ProcessState;
/system/libhidl/transport/
H A DHidlBinderSupport.cpp200 ProcessState::self()->setThreadPoolConfiguration(maxThreads, callerWillJoin /*callerJoinsPool*/);
H A DServiceManagement.cpp186 ProcessState::self()->getContextObject(nullptr));
/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h31 #include <hwbinder/ProcessState.h>
/system/libhwbinder/
H A DDebug.cpp18 #include <hwbinder/ProcessState.h>
304 sp<ProcessState> proc = ProcessState::selfOrNull();
H A DIPCThreadState.cpp340 sp<ProcessState> IPCThreadState::process()
746 : mProcess(ProcessState::self()),
H A DParcel.cpp37 #include <hwbinder/ProcessState.h>
98 void acquire_binder_object(const sp<ProcessState>& proc,
130 void acquire_object(const sp<ProcessState>& proc, const binder_object_header& obj,
144 void release_object(const sp<ProcessState>& proc,
196 status_t flatten_binder(const sp<ProcessState>& /*proc*/,
235 status_t flatten_binder(const sp<ProcessState>& /*proc*/,
291 status_t unflatten_binder(const sp<ProcessState>& proc,
310 status_t unflatten_binder(const sp<ProcessState>& proc,
722 return flatten_binder(ProcessState::self(), val, this);
727 return flatten_binder(ProcessState
[all...]
H A DProcessState.cpp17 #define LOG_TAG "hw-ProcessState"
19 #include <hwbinder/ProcessState.h>
68 sp<ProcessState> ProcessState::self()
74 gProcess = new ProcessState(DEFAULT_BINDER_VM_SIZE);
78 sp<ProcessState> ProcessState::selfOrNull() {
83 sp<ProcessState> ProcessState::initWithMmapSize(size_t mmap_size) {
87 "ProcessState alread
375 ProcessState::ProcessState(size_t mmap_size) function in class:android::hardware::ProcessState
[all...]
H A DStatic.cpp74 // ------------ ProcessState.cpp
77 sp<ProcessState> gProcess;
/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h22 #include <hwbinder/ProcessState.h>
39 sp<ProcessState> process();
125 const sp<ProcessState> mProcess;
H A DParcel.h40 class ProcessState;
322 void acquire_object(const sp<ProcessState>& proc,
324 void release_object(const sp<ProcessState>& proc,
327 void flatten_binder(const sp<ProcessState>& proc,
329 void flatten_binder(const sp<ProcessState>& proc,
331 status_t unflatten_binder(const sp<ProcessState>& proc,
333 status_t unflatten_binder(const sp<ProcessState>& proc,
H A DProcessState.h35 class ProcessState : public virtual RefBase class in namespace:android::hardware
38 static sp<ProcessState> self();
39 static sp<ProcessState> selfOrNull();
41 static sp<ProcessState> initWithMmapSize(size_t mmapSize); // size in bytes
77 ProcessState(size_t mmap_size);
78 ~ProcessState();
80 ProcessState(const ProcessState& o);
81 ProcessState& operator=(const ProcessState
[all...]
H A DStatic.h23 #include <hwbinder/ProcessState.h>
31 // For ProcessState.cpp
33 extern sp<ProcessState> gProcess;
/system/libhwbinder/vts/performance/
H A DBenchmark_binder.cpp20 #include <binder/ProcessState.h>
40 using android::ProcessState;
66 ProcessState::self()->setThreadPoolMaxThreadCount(0);
69 ProcessState::self()->startThreadPool();
/system/hwservicemanager/
H A Dservice.cpp13 #include <hwbinder/ProcessState.h>
27 using android::hardware::ProcessState;
64 ProcessState::self()->becomeContextManager(nullptr, nullptr);
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp37 #include <binder/ProcessState.h>
92 sp<ProcessState> proc(ProcessState::self());
/system/extras/perfprofd/binder_interface/
H A Dperfprofd_binder.cc103 sp<ProcessState> ps(ProcessState::self());
/system/core/libmemunreachable/tests/
H A DBinder_test.cpp25 #include <binder/ProcessState.h>
99 sp<ProcessState> proc{ProcessState::self()};
/system/core/libprocinfo/include/procinfo/
H A Dprocess.h38 enum ProcessState { enum in namespace:android::procinfo
49 ProcessState state;
/system/core/libprocinfo/
H A Dprocess.cpp47 static ProcessState parse_state(const char* state) {
/system/core/storaged/
H A Dmain.cpp34 #include <binder/ProcessState.h>
140 android::ProcessState::self()->startThreadPool();

Completed in 372 milliseconds

12