Home
last modified time | relevance | path

Searched defs:rat (Results 1 – 5 of 5) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2016 int32_t getRational(rat_t *rat, int num, int denom) in getRational()
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril.h345 int rat; // RIL_RadioAccessFamily for the radio member
1576 RIL_RadioTechnology rat; // indicates the available voice radio technology, member
1637 RIL_RadioTechnology rat; // indicates the available data radio technology, member
1801 uint32_t rat; /* bitset - ref. RIL_RadioTechnology. */ member
Dril_service.cpp4109 RIL_CellInfoType getCellInfoTypeRadioTechnology(char *rat) { in getCellInfoTypeRadioTechnology()
8750 int32_t rat = ((int32_t *) response)[0]; in voiceRadioTechChangedInd() local
/device/generic/goldfish/ril/
Dril.h341 int rat; // RIL_RadioAccessFamily for the radio member
1537 RIL_RadioTechnology rat; // indicates the available voice radio technology, member
1598 RIL_RadioTechnology rat; // indicates the available data radio technology, member
1762 uint32_t rat; /* bitset - ref. RIL_RadioTechnology. */ member
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp10878 int32_t QCameraParameters::getRational(rat_t *rat, int num, int denom) in getRational()