Home
last modified time | relevance | path

Searched refs:nci1 (Results 1 – 10 of 10) sorted by relevance

/system/chre/pal/include/chre/pal/
Dwwan.h160 nrCellId->nci1 = (nci >> 32) & 0xffffffff; in chreWwanPackNrNci()
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h228 uint32_t nci1; member
562 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chre_api/legacy/v1_6/chre/
Dwwan.h228 uint32_t nci1; member
574 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h231 uint32_t nci1; member
577 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chre_api/legacy/v1_8/chre/
Dwwan.h228 uint32_t nci1; member
574 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chre_api/legacy/v1_7/chre/
Dwwan.h228 uint32_t nci1; member
574 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chre_api/legacy/v1_9/chre/
Dwwan.h231 uint32_t nci1; member
577 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chre_api/legacy/v1_5/chre/
Dwwan.h228 uint32_t nci1; member
574 return (int64_t) (((uint64_t) nrCellId->nci1 << 32) | nrCellId->nci0); in chreWwanUnpackNrNci()
/system/chre/chpp/common/
Dwwan_convert.c146 out->nci1 = in->nci1; in chppWwanConvertCellIdentityNrFromChre()
438 out->nci1 = in->nci1; in chppWwanConvertCellIdentityNrToChre()
/system/chre/chpp/include/chpp/common/
Dwwan_types.h126 uint32_t nci1; member