• Home
  • Raw
  • Download

Lines Matching refs:IPCThreadState

340 IPCThreadState* IPCThreadState::self()  in self()
345 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in self()
347 return new IPCThreadState; in self()
371 IPCThreadState* IPCThreadState::selfOrNull() in selfOrNull()
375 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(k); in selfOrNull()
381 void IPCThreadState::shutdown() in shutdown()
387 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()
397 void IPCThreadState::disableBackgroundScheduling(bool disable) in disableBackgroundScheduling()
402 bool IPCThreadState::backgroundSchedulingDisabled() in backgroundSchedulingDisabled()
407 status_t IPCThreadState::clearLastError() in clearLastError()
414 pid_t IPCThreadState::getCallingPid() const in getCallingPid()
420 const char* IPCThreadState::getCallingSid() const in getCallingSid()
426 uid_t IPCThreadState::getCallingUid() const in getCallingUid()
432 const IPCThreadState::SpGuard* IPCThreadState::pushGetCallingSpGuard(const SpGuard* guard) { in pushGetCallingSpGuard()
438 void IPCThreadState::restoreGetCallingSpGuard(const SpGuard* guard) { in restoreGetCallingSpGuard()
442 void IPCThreadState::checkContextIsBinderForUse(const char* use) const { in checkContextIsBinderForUse()
531 int64_t IPCThreadState::clearCallingIdentity() in clearCallingIdentity()
540 bool IPCThreadState::hasExplicitIdentity() { in hasExplicitIdentity()
544 void IPCThreadState::setStrictModePolicy(int32_t policy) in setStrictModePolicy()
549 int32_t IPCThreadState::getStrictModePolicy() const in getStrictModePolicy()
554 int64_t IPCThreadState::setCallingWorkSourceUid(uid_t uid) in setCallingWorkSourceUid()
561 int64_t IPCThreadState::setCallingWorkSourceUidWithoutPropagation(uid_t uid) in setCallingWorkSourceUidWithoutPropagation()
569 void IPCThreadState::clearPropagateWorkSource() in clearPropagateWorkSource()
574 bool IPCThreadState::shouldPropagateWorkSource() const in shouldPropagateWorkSource()
579 uid_t IPCThreadState::getCallingWorkSourceUid() const in getCallingWorkSourceUid()
584 int64_t IPCThreadState::clearCallingWorkSource() in clearCallingWorkSource()
589 void IPCThreadState::restoreCallingWorkSource(int64_t token) in restoreCallingWorkSource()
596 void IPCThreadState::setLastTransactionBinderFlags(int32_t flags) in setLastTransactionBinderFlags()
601 int32_t IPCThreadState::getLastTransactionBinderFlags() const in getLastTransactionBinderFlags()
606 void IPCThreadState::setCallRestriction(ProcessState::CallRestriction restriction) { in setCallRestriction()
610 ProcessState::CallRestriction IPCThreadState::getCallRestriction() const { in getCallRestriction()
614 void IPCThreadState::restoreCallingIdentity(int64_t token) in restoreCallingIdentity()
622 void IPCThreadState::clearCaller() in clearCaller()
629 void IPCThreadState::flushCommands() in flushCommands()
655 bool IPCThreadState::flushIfNeeded() in flushIfNeeded()
670 void IPCThreadState::blockUntilThreadAvailable() in blockUntilThreadAvailable()
687 status_t IPCThreadState::getAndExecuteCommand() in getAndExecuteCommand()
739 void IPCThreadState::processPendingDerefs() in processPendingDerefs()
773 void IPCThreadState::processPostWriteDerefs() in processPostWriteDerefs()
788 void IPCThreadState::joinThreadPool(bool isMain) in joinThreadPool()
832 status_t IPCThreadState::setupPolling(int* fd) in setupPolling()
845 status_t IPCThreadState::handlePolledCommands() in handlePolledCommands()
858 void IPCThreadState::stopProcess(bool /*immediate*/) in stopProcess()
868 status_t IPCThreadState::transact(int32_t handle, in transact()
945 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) in incStrongHandle()
957 void IPCThreadState::decStrongHandle(int32_t handle) in decStrongHandle()
965 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) in incWeakHandle()
977 void IPCThreadState::decWeakHandle(int32_t handle) in decWeakHandle()
985 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) { in attemptIncStrongHandle()
991 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle()
999 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification()
1007 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification()
1015 status_t IPCThreadState::addFrozenStateChangeCallback(int32_t handle, BpBinder* proxy) { in addFrozenStateChangeCallback()
1029 status_t IPCThreadState::removeFrozenStateChangeCallback(int32_t handle, BpBinder* proxy) { in removeFrozenStateChangeCallback()
1042 IPCThreadState::IPCThreadState() in IPCThreadState() function in android::IPCThreadState
1060 IPCThreadState::~IPCThreadState() in ~IPCThreadState()
1064 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) in sendReply()
1074 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse()
1179 status_t IPCThreadState::talkWithDriver(bool doReceive) in talkWithDriver()
1298 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, in writeTransactionData()
1336 void IPCThreadState::setTheContextObject(const sp<BBinder>& obj) in setTheContextObject()
1341 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand()
1623 const void* IPCThreadState::getServingStackPointer() const { in getServingStackPointer()
1627 void IPCThreadState::threadDestructor(void *st) in threadDestructor()
1629 IPCThreadState* const self = static_cast<IPCThreadState*>(st); in threadDestructor()
1641 status_t IPCThreadState::getProcessFreezeInfo(pid_t pid, uint32_t *sync_received, in getProcessFreezeInfo()
1658 status_t IPCThreadState::freeze(pid_t pid, bool enable, uint32_t timeout_ms) { in freeze()
1679 void IPCThreadState::logExtendedError() { in logExtendedError()
1696 void IPCThreadState::freeBuffer(const uint8_t* data, size_t /*dataSize*/, in freeBuffer()
1706 IPCThreadState* state = self(); in freeBuffer()