Home
last modified time | relevance | path

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

/device/generic/goldfish/hals/radio/
DAtResponse.h341 struct CGCONTRDP { struct
342 static constexpr std::string_view id() { in id()
348 std::string apn;
349 std::string localAddr;
350 std::string gwAddr;
351 std::string dns1;
352 std::string dns2;
353 int cid = -1;
354 int bearer = -1;
355 int localAddrSize = 0;
DRadioData.cpp248 using CGCONTRDP = AtResponse::CGCONTRDP; in setupDataCall() typedef