Home
last modified time | relevance | path

Searched defs:tbl (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm8150/gps/utils/
Dloc_log.h69 #define FIELDVAL_ENUM(field, tbl) \ argument
72 #define FIELDVAL_MASK(field, tbl) \ argument
Dloc_log.cpp91 string loc_get_bit_defs(uint64_t mask, const NameValTbl& tbl) { in loc_get_bit_defs()
/hardware/qcom/sm7250/gps/utils/
Dloc_log.h69 #define FIELDVAL_ENUM(field, tbl) \ argument
72 #define FIELDVAL_MASK(field, tbl) \ argument
Dloc_log.cpp91 string loc_get_bit_defs(uint64_t mask, const NameValTbl& tbl) { in loc_get_bit_defs()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c1954 DIMENSION_TBL_T *tbl, in filter_resolutions()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/src/
Dipa_nat_drvi.c1202 struct ipa_nat_rule *tbl = NULL, *expn_tbl = NULL; in ipa_nati_generate_tbl_rule() local
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/
Dipa_nat_drvi.c1115 struct ipa_nat_rule *tbl = NULL, *expn_tbl = NULL; in ipa_nati_generate_tbl_rule() local
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp537 static g2d_fmt *halfmt_to_g2dfmt(struct g2d_fmt *tbl, size_t tbl_len, uint32_t halfmt) in halfmt_to_g2dfmt()