Searched refs:mCounterOemHook (Results 1 – 1 of 1) sorted by relevance
109 volatile int32_t mCounterOemHook[SIM_COUNT]; variable116 volatile int32_t mCounterOemHook[1]; variable994 int counter = isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId]; in checkReturnStatus()1004 if (counter == (isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId])) { in checkReturnStatus()1022 isRadioService ? mCounterRadio[slotId]++ : mCounterOemHook[slotId]++; in checkReturnStatus()4800 mCounterOemHook[mSlotId]++; in setResponseFunctions()