Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp374 int cdmaSubscriptionSource = -1; variable
1761 cdmaSubscriptionSource = decodeCdmaSubscriptionSource(state); in dispatchCdmaSubscriptionSource()
1763 if (cdmaSubscriptionSource < 0) in dispatchCdmaSubscriptionSource()
1766 RIL_onRequestComplete(pRI, RIL_E_SUCCESS, &cdmaSubscriptionSource, sizeof(int)); in dispatchCdmaSubscriptionSource()
5119 if(newCdmaSubscriptionSource != cdmaSubscriptionSource) { in processRadioState()
5120 cdmaSubscriptionSource = newCdmaSubscriptionSource; in processRadioState()
5122 &cdmaSubscriptionSource, sizeof(cdmaSubscriptionSource), socket_id); in processRadioState()