Home
last modified time | relevance | path

Searched refs:mCounterOemHook (Results 1 – 1 of 1) sorted by relevance

/hardware/ril/libril/
Dril_service.cpp84 volatile int32_t mCounterOemHook[SIM_COUNT]; variable
91 volatile int32_t mCounterOemHook[1]; variable
765 int counter = isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId]; in checkReturnStatus()
775 if (counter == (isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId])) { in checkReturnStatus()
785 isRadioService ? mCounterRadio[slotId]++ : mCounterOemHook[slotId]++; in checkReturnStatus()
2934 mCounterOemHook[mSlotId]++; in setResponseFunctions()