Home
last modified time | relevance | path

Searched refs:nci0 (Results 1 – 5 of 5) sorted by relevance

/system/chre/pal/include/chre/pal/
Dwwan.h161 nrCellId->nci0 = nci & 0xffffffff; in chreWwanPackNrNci()
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h227 uint32_t nci0; member
562 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h227 uint32_t nci0; member
574 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chpp/common/
Dwwan_convert.c145 out->nci0 = in->nci0; in chppWwanConvertCellIdentityNrFromChre()
436 out->nci0 = in->nci0; in chppWwanConvertCellIdentityNrToChre()
/system/chre/chpp/include/chpp/common/
Dwwan_types.h125 uint32_t nci0; member