Searched refs:currentInterruptId_ (Results 1 – 2 of 2) sorted by relevance
36 return ++currentInterruptId_; in GetNextId()44 } else if (type == GroupType::INTERRUPT_TYPE && currentInterruptId_ == MAX_ID) { in CheckId()45 currentInterruptId_ = 0; in CheckId()
48 currentInterruptId_ = 0; in AudioGroupHandle()56 int32_t currentInterruptId_; variable