Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp726 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() function
1059 dispatchInts(serial, mSlotId, RIL_REQUEST_HANGUP, 1, gsmIndex); in hangup()
1145 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower()
1319 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CLIR, 1, status); in setClir()
1345 dispatchInts(serial, mSlotId, RIL_REQUEST_QUERY_CALL_WAITING, 1, serviceClass); in getCallWaiting()
1353 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
1363 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms()
1558 dispatchInts(serial, mSlotId, RIL_REQUEST_SEPARATE_CONNECTION, 1, gsmIndex); in separateConnection()
1566 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute()
1598 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_SUPP_SVC_NOTIFICATION, 1, in setSuppServiceNotifications()
[all …]