Searched refs:binderConnector_ (Results 1 – 3 of 3) sorted by relevance
292 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in TranslateIRemoteObject()476 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in SetMaxWorkThread()492 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in FlushCommands()523 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in ExitCurrentThread()532 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in StartWorkLoop()822 if (binderConnector_ != nullptr && binderConnector_->IsRealPidSupported()) { in Transaction()1094 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in TransactWithDriver()1283 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in WaitForCompletion()1436 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in GetSelfTokenID()1445 if ((binderConnector_ == nullptr) || (!binderConnector_->IsDriverAlive())) { in GetSelfFirstCallerTokenID()[all …]
149 binderInvoker.binderConnector_->driverFD_ = 0;163 binderInvoker.binderConnector_ = nullptr;221 binderInvoker.binderConnector_ = nullptr;233 binderInvoker.binderConnector_ = nullptr;245 binderInvoker.binderConnector_ = nullptr;247 EXPECT_EQ(binderInvoker.binderConnector_, nullptr);394 binderInvoker.binderConnector_ = nullptr;605 binderInvoker.binderConnector_ = nullptr;636 binderInvoker.binderConnector_ = nullptr;690 binderInvoker.binderConnector_ = binderConnector;
254 if ((binderConnector_ != nullptr) && binderConnector_->IsActvBinderSupported()) { in SetUseActvBinder()277 BinderConnector *binderConnector_; variable