Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp616 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() function
922 dispatchInts(serial, mSlotId, RIL_REQUEST_HANGUP, 1, gsmIndex); in hangup()
1008 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower()
1182 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CLIR, 1, status); in setClir()
1208 dispatchInts(serial, mSlotId, RIL_REQUEST_QUERY_CALL_WAITING, 1, serviceClass); in getCallWaiting()
1216 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
1226 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms()
1347 dispatchInts(serial, mSlotId, RIL_REQUEST_SEPARATE_CONNECTION, 1, gsmIndex); in separateConnection()
1355 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute()
1387 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_SUPP_SVC_NOTIFICATION, 1, in setSuppServiceNotifications()
[all …]