Home
last modified time | relevance | path

Searched refs:BOOL_TO_INT (Results 1 – 3 of 3) 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
1210 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower()
1418 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
1428 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms()
1631 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute()
1664 BOOL_TO_INT(enable)); in setSuppServiceNotifications()
1744 1, BOOL_TO_INT(accept)); in handleStkCallSetupRequestFromSim()
1784 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_LOCATION_UPDATES, 1, BOOL_TO_INT(enable)); in setLocationUpdates()
1833 1, BOOL_TO_INT(enable)); in setPreferredVoicePrivacy()
1867 rcsm.bIsServicePresent = BOOL_TO_INT(sms.isServicePresent); in constructCdmaSms()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp58 #define BOOL_TO_INT(x) (x ? 1 : 0) macro
1228 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower()
1436 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
1446 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms()
1662 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute()
1695 BOOL_TO_INT(enable)); in setSuppServiceNotifications()
1775 1, BOOL_TO_INT(accept)); in handleStkCallSetupRequestFromSim()
1815 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_LOCATION_UPDATES, 1, BOOL_TO_INT(enable)); in setLocationUpdates()
1864 1, BOOL_TO_INT(enable)); in setPreferredVoicePrivacy()
1898 rcsm.bIsServicePresent = BOOL_TO_INT(sms.isServicePresent); in constructCdmaSms()
[all …]