/system/libhwbinder/ |
D | ProcessState.cpp | 67 sp<ProcessState> ProcessState::self() in self() 73 gProcess = new ProcessState(DEFAULT_BINDER_VM_SIZE); in self() 77 sp<ProcessState> ProcessState::selfOrNull() { in selfOrNull() 82 sp<ProcessState> ProcessState::initWithMmapSize(size_t mmap_size) { in initWithMmapSize() 90 gProcess = new ProcessState(mmap_size); in initWithMmapSize() 94 void ProcessState::setContextObject(const sp<IBinder>& object) in setContextObject() 99 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/) in getContextObject() 104 void ProcessState::setContextObject(const sp<IBinder>& object, const String16& name) in setContextObject() 110 sp<IBinder> ProcessState::getContextObject(const String16& name, const sp<IBinder>& caller) in getContextObject() 146 void ProcessState::startThreadPool() in startThreadPool() [all …]
|
D | Static.cpp | 55 sp<ProcessState> gProcess;
|
D | Parcel.cpp | 83 void acquire_binder_object(const sp<ProcessState>& proc, in acquire_binder_object() 115 void acquire_object(const sp<ProcessState>& proc, const binder_object_header& obj, in acquire_object() 129 void release_object(const sp<ProcessState>& proc, in release_object() 181 status_t flatten_binder(const sp<ProcessState>& /*proc*/, in flatten_binder() argument 230 status_t unflatten_binder(const sp<ProcessState>& proc, in unflatten_binder() 621 return flatten_binder(ProcessState::self(), val, this); in writeStrongBinder() 642 acquire_binder_object(ProcessState::self(), *fbo, this); in writeObject() 1204 return unflatten_binder(ProcessState::self(), *this, val); in readNullableStrongBinder() 1691 const sp<ProcessState> proc(ProcessState::self()); in releaseObjects() 1705 const sp<ProcessState> proc(ProcessState::self()); in acquireObjects() [all …]
|
D | Debug.cpp | 304 sp<ProcessState> proc = ProcessState::selfOrNull(); in getHWBinderKernelReferences()
|
/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 35 class ProcessState : public virtual RefBase 38 static sp<ProcessState> self(); 39 static sp<ProcessState> selfOrNull(); 41 static sp<ProcessState> initWithMmapSize(size_t mmapSize); // size in bytes 95 explicit ProcessState(size_t mmap_size); 96 ~ProcessState(); 98 ProcessState(const ProcessState& o); 99 ProcessState& operator=(const ProcessState& o);
|
D | Parcel.h | 47 class ProcessState; variable 311 void acquire_object(const sp<ProcessState>& proc, 313 void release_object(const sp<ProcessState>& proc, 316 void flatten_binder(const sp<ProcessState>& proc, 318 void flatten_binder(const sp<ProcessState>& proc, 320 status_t unflatten_binder(const sp<ProcessState>& proc, 322 status_t unflatten_binder(const sp<ProcessState>& proc,
|
D | IPCThreadState.h | 42 sp<ProcessState> process(); 138 const sp<ProcessState> mProcess; 157 ProcessState::CallRestriction mCallRestriction;
|
D | Static.h | 33 extern sp<ProcessState> gProcess;
|
/system/gsid/ |
D | daemon.cpp | 31 using android::ProcessState; 67 sp<ProcessState> ps(ProcessState::self()); in main()
|
/system/libhwbinder/vts/performance/ |
D | Benchmark_binder.cpp | 40 using android::ProcessState; 66 ProcessState::self()->setThreadPoolMaxThreadCount(0); in startServer() 69 ProcessState::self()->startThreadPool(); in startServer()
|
/system/memory/libmemunreachable/tests/ |
D | Binder_test.cpp | 99 sp<ProcessState> proc{ProcessState::self()}; in Service()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | main.cpp | 90 sp<android::ProcessState> ps{android::ProcessState::self()}; in main()
|
/system/core/libprocinfo/include/procinfo/ |
D | process.h | 38 enum ProcessState { enum 49 ProcessState state;
|
/system/hwservicemanager/ |
D | service.cpp | 48 using android::hardware::ProcessState; 163 ProcessState::self()->becomeContextManager(nullptr, nullptr); in main()
|
/system/security/identity/ |
D | main.cpp | 57 android::ProcessState::self()->startThreadPool(); in main()
|
/system/bt/service/ipc/binder/ |
D | ipc_handler_binder.cc | 63 android::ProcessState::self()->startThreadPool(); in Run()
|
/system/bt/btif/test/ |
D | btif_keystore_test.cc | 32 android::ProcessState::self()->startThreadPool(); in SetUp()
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 49 sp<ProcessState> ps(ProcessState::self()); in start()
|
/system/extras/partition_tools/ |
D | lpdumpd.cc | 74 ProcessState::self()->startThreadPool(); in main()
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 91 sp<ProcessState> proc(ProcessState::self()); in server()
|
/system/core/storaged/ |
D | main.cpp | 138 android::ProcessState::self()->startThreadPool(); in main()
|
/system/bt/service/example/heart_rate/ |
D | server_main.cc | 123 android::ProcessState::self()->startThreadPool(); in main()
|
/system/security/keystore/tests/ |
D | confirmationui_invocation_test.cpp | 55 android::ProcessState::self()->startThreadPool(); in TEST()
|
/system/core/libprocinfo/ |
D | process.cpp | 49 static ProcessState parse_state(const char* state) { in parse_state()
|
/system/bt/test/suite/adapter/ |
D | bluetooth_test.cc | 36 android::ProcessState::self()->startThreadPool(); in SetUp()
|