Lines Matching refs:ProcessState
84 sp<ProcessState> ProcessState::self() in self()
89 sp<ProcessState> ProcessState::initWithDriver(const char* driver) in initWithDriver()
94 sp<ProcessState> ProcessState::selfOrNull() in selfOrNull()
99 [[clang::no_destroy]] static sp<ProcessState> gProcess;
106 bool ProcessState::isVndservicemanagerEnabled() { in isVndservicemanagerEnabled()
110 sp<ProcessState> ProcessState::init(const char* driver, bool requireDefault) { in init()
135 int ret = pthread_atfork(ProcessState::onFork, ProcessState::parentPostFork, in init()
136 ProcessState::childPostFork); in init()
140 gProcess = sp<ProcessState>::make(driver); in init()
156 sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/) in getContextObject()
171 void ProcessState::onFork() { in onFork()
176 void ProcessState::parentPostFork() { in parentPostFork()
180 void ProcessState::childPostFork() { in childPostFork()
193 void ProcessState::startThreadPool() in startThreadPool()
207 bool ProcessState::becomeContextManager() in becomeContextManager()
238 ssize_t ProcessState::getKernelReferences(size_t buf_count, uintptr_t* buf) in getKernelReferences()
267 ssize_t ProcessState::getStrongRefCountForNode(const sp<BpBinder>& binder) { in getStrongRefCountForNode()
289 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction()
296 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle) in lookupHandleLocked()
312 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle()
378 void ProcessState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle()
390 String8 ProcessState::makeBinderThreadName() { in makeBinderThreadName()
403 void ProcessState::spawnPooledThread(bool isMain) in spawnPooledThread()
421 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount()
434 size_t ProcessState::getThreadPoolMaxTotalThreadCount() const { in getThreadPoolMaxTotalThreadCount()
473 bool ProcessState::isThreadPoolStarted() const { in isThreadPoolStarted()
478 bool ProcessState::isDriverFeatureEnabled(const DriverFeature feature) { in isDriverFeatureEnabled()
502 status_t ProcessState::enableOnewaySpamDetection(bool enable) { in enableOnewaySpamDetection()
511 void ProcessState::giveThreadPoolName() { in giveThreadPoolName()
515 String8 ProcessState::getDriverName() { in getDriverName()
546 ALOGE_IF(ProcessState::isDriverFeatureEnabled( in open_driver()
547 ProcessState::DriverFeature::ONEWAY_SPAM_DETECTION), in open_driver()
553 ProcessState::ProcessState(const char* driver) in ProcessState() function in android::ProcessState
595 ProcessState::~ProcessState() in ~ProcessState()