mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Change list of applications in CardStatus from array to vec."
This commit is contained in:
@@ -1089,8 +1089,7 @@ struct CardStatus {
|
||||
int32_t gsmUmtsSubscriptionAppIndex; // value < RadioConst:CARD_MAX_APPS, -1 if none
|
||||
int32_t cdmaSubscriptionAppIndex; // value < RadioConst:CARD_MAX_APPS, -1 if none
|
||||
int32_t imsSubscriptionAppIndex; // value < RadioConst:CARD_MAX_APPS, -1 if none
|
||||
int32_t numApplications; // value <= RadioConst:CARD_MAX_APPS
|
||||
AppStatus[RadioConst:CARD_MAX_APPS] applications;
|
||||
vec<AppStatus> applications; // size <= RadioConst:CARD_MAX_APPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user