Searched refs:dispatchInts (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 630 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() function 940 dispatchInts(serial, mSlotId, RIL_REQUEST_HANGUP, 1, gsmIndex); in hangup() 1026 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower() 1200 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CLIR, 1, status); in setClir() 1226 dispatchInts(serial, mSlotId, RIL_REQUEST_QUERY_CALL_WAITING, 1, serviceClass); in getCallWaiting() 1234 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting() 1244 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms() 1439 dispatchInts(serial, mSlotId, RIL_REQUEST_SEPARATE_CONNECTION, 1, gsmIndex); in separateConnection() 1447 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute() 1479 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_SUPP_SVC_NOTIFICATION, 1, in setSuppServiceNotifications() [all …]
|