Searched refs:RIL_REQUEST_ENABLE_UICC_APPLICATIONS (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_commands.h | 171 {RIL_REQUEST_ENABLE_UICC_APPLICATIONS, radio_1_6::enableUiccApplicationsResponse},
|
D | ril.h | 6651 #define RIL_REQUEST_ENABLE_UICC_APPLICATIONS 154 macro
|
D | ril_service.cpp | 3564 dispatchInts(serial, mSlotId, RIL_REQUEST_ENABLE_UICC_APPLICATIONS, 1, BOOL_TO_INT(enable)); in enableUiccApplications()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_commands.h | 171 {RIL_REQUEST_ENABLE_UICC_APPLICATIONS, radio_1_6::enableUiccApplicationsResponse},
|
D | ril.h | 6957 #define RIL_REQUEST_ENABLE_UICC_APPLICATIONS 154 macro
|
D | ril_service.cpp | 3721 dispatchInts(serial, mSlotId, RIL_REQUEST_ENABLE_UICC_APPLICATIONS, 1, BOOL_TO_INT(enable)); in enableUiccApplications()
|
/device/google/cuttlefish/guest/hals/ril/ |
D | cuttlefish_ril.cpp | 2581 case RIL_REQUEST_ENABLE_UICC_APPLICATIONS: in gce_ril_on_request()
|