Searched refs:dispatchInts (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 889 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() function 1256 dispatchInts(serial, mSlotId, RIL_REQUEST_HANGUP, 1, gsmIndex); in hangup() 1344 dispatchInts(serial, mSlotId, RIL_REQUEST_RADIO_POWER, 1, BOOL_TO_INT(on)); in setRadioPower() 1564 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CLIR, 1, status); in setClir() 1590 dispatchInts(serial, mSlotId, RIL_REQUEST_QUERY_CALL_WAITING, 1, serviceClass); in getCallWaiting() 1598 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting() 1608 dispatchInts(serial, mSlotId, RIL_REQUEST_SMS_ACKNOWLEDGE, 2, BOOL_TO_INT(success), in acknowledgeLastIncomingGsmSms() 1816 dispatchInts(serial, mSlotId, RIL_REQUEST_SEPARATE_CONNECTION, 1, gsmIndex); in separateConnection() 1824 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_MUTE, 1, BOOL_TO_INT(enable)); in setMute() 1945 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_SUPP_SVC_NOTIFICATION, 1, in setSuppServiceNotifications() [all …]
|
D | ril_config.cpp | 76 extern bool dispatchInts(int serial, int slotId, int request, int countInts, ...); 221 dispatchInts(serial, mSlotId, RIL_REQUEST_CONFIG_SET_PREFER_DATA_MODEM, 1, modemId); in setPreferredDataModem()
|