Home
last modified time | relevance | path

Searched defs:CSCB (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/hals/radio/
DAtResponse.h512 struct CSCB { struct
513 struct Association {
518 static constexpr std::string_view id() { in id()
526 std::vector<Association> serviceId;
527 std::vector<Association> codeScheme;
528 int mode = -1;
DRadioMessaging.cpp132 using CSCB = AtResponse::CSCB; in getGsmBroadcastConfig() typedef