Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp108 volatile int32_t mCounterRadio[SIM_COUNT]; variable
115 volatile int32_t mCounterRadio[1]; variable
994 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()
1096 mCounterRadio[mSlotId]++; in setResponseFunctions()