Searched refs:RIL_REQUEST_SET_CALL_WAITING (Results 1 – 14 of 14) sorted by relevance
/device/generic/goldfish/radio/libril/ |
D | ril_commands.h | 53 {RIL_REQUEST_SET_CALL_WAITING, radio::setCallWaitingResponse},
|
D | ril.cpp | 1061 case RIL_REQUEST_SET_CALL_WAITING: return "SET_CALL_WAITING"; in requestToString()
|
D | ril_service.cpp | 1283 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_commands.h | 53 {RIL_REQUEST_SET_CALL_WAITING, radio_1_6::setCallWaitingResponse},
|
D | ril.cpp | 1065 case RIL_REQUEST_SET_CALL_WAITING: return "SET_CALL_WAITING"; in requestToString()
|
D | ril.h | 3472 #define RIL_REQUEST_SET_CALL_WAITING 36 macro
|
D | ril_service.cpp | 1418 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_commands.h | 53 {RIL_REQUEST_SET_CALL_WAITING, radio_1_6::setCallWaitingResponse},
|
D | ril.cpp | 1107 case RIL_REQUEST_SET_CALL_WAITING: return "SET_CALL_WAITING"; in requestToString()
|
D | ril.h | 3778 #define RIL_REQUEST_SET_CALL_WAITING 36 macro
|
D | ril_service.cpp | 1436 dispatchInts(serial, mSlotId, RIL_REQUEST_SET_CALL_WAITING, 2, BOOL_TO_INT(enable), in setCallWaiting()
|
/device/generic/goldfish/radio/ril/ |
D | ril.h | 3357 #define RIL_REQUEST_SET_CALL_WAITING 36 macro
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 3356 #define RIL_REQUEST_SET_CALL_WAITING 36 macro
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 4298 case RIL_REQUEST_SET_CALL_WAITING:
|