Searched refs:activeIndex (Results 1 – 4 of 4) sorted by relevance
28 if (activeIndex >= recognizers_.size()) { in OnAccepted()34 recognizers_[activeIndex]->OnAccepted(touchId); in OnAccepted()41 if (activeIndex >= recognizers_.size()) { in OnRejected()50 recognizers_[activeIndex]->OnRejected(touchId); in OnRejected()54 if (activeIndex != 0) { in OnRejected()63 if (activeIndex >= recognizers_.size()) { in OnPending()67 recognizers_[activeIndex]->OnAccepted(touchId); in OnPending()70 recognizers_[activeIndex]->OnPending(touchId); in OnPending()106 activeIndex++; in HandleEvent()107 if (activeIndex >= recognizers_.size()) { in HandleEvent()[all …]
64 size_t activeIndex = 0; variable
135 int32_t activeIndex = controller_ ? controller_->GetIndex() : 0; in BuildItems() local142 if (currentIndex++ == activeIndex) { in BuildItems()
316 static ModemReportErrorInfo GetLinkInformation(int32_t activeIndex, HRilDataCallResponse **ppDcr) in GetLinkInformation() argument349 (*ppDcr)[activeIndex].address = strdup(readBuf); in GetLinkInformation()352 (*ppDcr)[activeIndex].gateway = strdup(readBuf); in GetLinkInformation()356 (*ppDcr)[activeIndex].dns = strdup(readBuf); in GetLinkInformation()359 (*ppDcr)[activeIndex].reason = HRIL_PDP_ERR_NONE; in GetLinkInformation()