Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp57 #define BOOL_TO_INT(x) (x ? 1 : 0) macro
1075 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower()
1283 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
1293 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms()
1496 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute()
1529 BOOL_TO_INT(enable)); in setSuppServiceNotifications()
1609 1, BOOL_TO_INT(accept)); in handleStkCallSetupRequestFromSim()
1649 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_LOCATION_UPDATES, 1, BOOL_TO_INT(enable)); in setLocationUpdates()
1698 1, BOOL_TO_INT(enable)); in setPreferredVoicePrivacy()
1732 rcsm.bIsServicePresent = BOOL_TO_INT(sms.isServicePresent); in constructCdmaSms()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp53 #define BOOL_TO_INT(x) (x ? 1 : 0) macro
1199 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower()
1407 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
1417 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms()
1620 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute()
1653 BOOL_TO_INT(enable)); in setSuppServiceNotifications()
1733 1, BOOL_TO_INT(accept)); in handleStkCallSetupRequestFromSim()
1773 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_LOCATION_UPDATES, 1, BOOL_TO_INT(enable)); in setLocationUpdates()
1822 1, BOOL_TO_INT(enable)); in setPreferredVoicePrivacy()
1856 rcsm.bIsServicePresent = BOOL_TO_INT(sms.isServicePresent); in constructCdmaSms()
[all …]