Searched refs:RIL_REQUEST_ALLOW_DATA (Results 1 – 15 of 15) sorted by relevance
/device/generic/goldfish/radio/libril/ |
D | ril_commands.h | 140 {RIL_REQUEST_ALLOW_DATA, radio::setDataAllowedResponse},
|
D | ril.cpp | 1148 case RIL_REQUEST_ALLOW_DATA: return "ALLOW_DATA"; in requestToString()
|
D | ril_service.cpp | 2401 dispatchInts(serial, mSlotId, RIL_REQUEST_ALLOW_DATA, 1, BOOL_TO_INT(allow)); in setDataAllowed()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_commands.h | 140 {RIL_REQUEST_ALLOW_DATA, radio_1_6::setDataAllowedResponse},
|
D | ril.cpp | 1154 case RIL_REQUEST_ALLOW_DATA: return "ALLOW_DATA"; in requestToString()
|
D | ril.h | 5929 #define RIL_REQUEST_ALLOW_DATA 123 macro
|
D | ril_service.cpp | 2536 dispatchInts(serial, mSlotId, RIL_REQUEST_ALLOW_DATA, 1, BOOL_TO_INT(allow)); in setDataAllowed()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_commands.h | 140 {RIL_REQUEST_ALLOW_DATA, radio_1_6::setDataAllowedResponse},
|
D | ril.cpp | 1196 case RIL_REQUEST_ALLOW_DATA: return "ALLOW_DATA"; in requestToString()
|
D | ril.h | 6235 #define RIL_REQUEST_ALLOW_DATA 123 macro
|
D | ril_service.cpp | 2567 dispatchInts(serial, mSlotId, RIL_REQUEST_ALLOW_DATA, 1, BOOL_TO_INT(allow)); in setDataAllowed()
|
/device/generic/goldfish/radio/ril/ |
D | ril.h | 5814 #define RIL_REQUEST_ALLOW_DATA 123 macro
|
D | reference-ril.c | 2976 case RIL_REQUEST_ALLOW_DATA:
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 5813 #define RIL_REQUEST_ALLOW_DATA 123 macro
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 4194 case RIL_REQUEST_ALLOW_DATA:
|