Home
last modified time | relevance | path

Searched refs:RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/libril/
Dril_commands.h172 {RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED, radio_1_6::areUiccApplicationsEnabledResponse},
Dril.h6667 #define RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED 155 macro
Dril_service.cpp3582 dispatchVoid(serial, mSlotId, RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED); in areUiccApplicationsEnabled()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_commands.h172 {RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED, radio_1_6::areUiccApplicationsEnabledResponse},
Dril.h6973 #define RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED 155 macro
Dril_service.cpp3739 dispatchVoid(serial, mSlotId, RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED); in areUiccApplicationsEnabled()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp2584 case RIL_REQUEST_ARE_UICC_APPLICATIONS_ENABLED: in gce_ril_on_request()