Home
last modified time | relevance | path

Searched refs:RIL_NUM_TX_POWER_LEVELS (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/radio/include/telephony/
Dril.h1975 #define RIL_NUM_TX_POWER_LEVELS 5 macro
1996 uint32_t tx_mode_time_ms[RIL_NUM_TX_POWER_LEVELS];
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2475 #define RIL_NUM_TX_POWER_LEVELS 5 macro
2496 uint32_t tx_mode_time_ms[RIL_NUM_TX_POWER_LEVELS];
Dril_service.cpp9642 for(int i = 0; i < RIL_NUM_TX_POWER_LEVELS; i++) { in getModemActivityInfoResponse()