Home
last modified time | relevance | path

Searched refs:CellInfo (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp136 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records);
137 void convertRilCellInfoListToHal_1_2(void *response, size_t responseLen, hidl_vec<V1_2::CellInfo>& …
7199 hidl_vec<CellInfo> ret; in getCellInfoListResponse()
7206 hidl_vec<V1_2::CellInfo> ret; in getCellInfoListResponse()
7210 hidl_vec<CellInfo> ret; in getCellInfoListResponse()
7216 hidl_vec<V1_2::CellInfo> ret; in getCellInfoListResponse()
7221 hidl_vec<CellInfo> ret; in getCellInfoListResponse()
9683 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records) { in convertRilCellInfoListToHal()
9705 std::to_string(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mcc); in convertRilCellInfoListToHal()
9707 ril::util::mnc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc); in convertRilCellInfoListToHal()
[all …]
Dril.h1690 } CellInfo; member
1704 } CellInfo; member
1718 } CellInfo; member
/device/generic/goldfish/radio/libril/
Dril_service.cpp126 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records);
5947 hidl_vec<CellInfo> ret; in getCellInfoListResponse()
7997 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records) { in convertRilCellInfoListToHal()
8019 ril::util::mcc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mcc); in convertRilCellInfoListToHal()
8021 ril::util::mnc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc); in convertRilCellInfoListToHal()
8023 rillCellInfo->CellInfo.gsm.cellIdentityGsm.lac; in convertRilCellInfoListToHal()
8025 rillCellInfo->CellInfo.gsm.cellIdentityGsm.cid; in convertRilCellInfoListToHal()
8027 rillCellInfo->CellInfo.gsm.cellIdentityGsm.arfcn; in convertRilCellInfoListToHal()
8029 rillCellInfo->CellInfo.gsm.cellIdentityGsm.bsic; in convertRilCellInfoListToHal()
8031 rillCellInfo->CellInfo.gsm.signalStrengthGsm.signalStrength; in convertRilCellInfoListToHal()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp128 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records);
6950 hidl_vec<CellInfo> ret; in getCellInfoListResponse()
9373 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records) { in convertRilCellInfoListToHal()
9395 std::to_string(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mcc); in convertRilCellInfoListToHal()
9397 ril::util::mnc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc); in convertRilCellInfoListToHal()
9399 rillCellInfo->CellInfo.gsm.cellIdentityGsm.lac; in convertRilCellInfoListToHal()
9401 rillCellInfo->CellInfo.gsm.cellIdentityGsm.cid; in convertRilCellInfoListToHal()
9403 rillCellInfo->CellInfo.gsm.cellIdentityGsm.arfcn; in convertRilCellInfoListToHal()
9405 rillCellInfo->CellInfo.gsm.cellIdentityGsm.bsic; in convertRilCellInfoListToHal()
9407 rillCellInfo->CellInfo.gsm.signalStrengthGsm.signalStrength; in convertRilCellInfoListToHal()
[all …]
Dril.h1591 } CellInfo; member
1605 } CellInfo; member
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1447 ci.CellInfo.gsm.cellIdentityGsm.mcc = s_mcc; in request_get_cell_info_list()
1448 ci.CellInfo.gsm.cellIdentityGsm.mnc = s_mnc; in request_get_cell_info_list()
1449 ci.CellInfo.gsm.cellIdentityGsm.lac = s_lac; in request_get_cell_info_list()
1450 ci.CellInfo.gsm.cellIdentityGsm.cid = s_cid; in request_get_cell_info_list()
1451 ci.CellInfo.gsm.signalStrengthGsm.signalStrength = 10; in request_get_cell_info_list()
1452 ci.CellInfo.gsm.signalStrengthGsm.bitErrorRate = 0; in request_get_cell_info_list()
/device/generic/goldfish/radio/ril/
Dril.h1521 } CellInfo; member
1535 } CellInfo; member
/device/generic/goldfish/radio/include/telephony/
Dril.h1520 } CellInfo; member
1534 } CellInfo; member