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

/hardware/ril/libril/
H A Dril.cpp282 int cdmaSubscriptionSource = -1; member in namespace:android
1458 cdmaSubscriptionSource = decodeCdmaSubscriptionSource(state);
1460 if (cdmaSubscriptionSource < 0)
1463 RIL_onRequestComplete(pRI, RIL_E_SUCCESS, &cdmaSubscriptionSource, sizeof(int));
3457 if(newCdmaSubscriptionSource != cdmaSubscriptionSource) {
3458 cdmaSubscriptionSource = newCdmaSubscriptionSource;
3460 &cdmaSubscriptionSource, sizeof(cdmaSubscriptionSource));

Completed in 32 milliseconds