HomeSort by relevance Sort by last modified time
    Searched refs:tac (Results 1 - 25 of 36) sorted by null

1 2

  /system/chre/build/
be_to_le.sh 21 echo 0x`echo -n $BE_VALUE | tac -rs ..`
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
gentest.sh 47 seq $RANGE_START $RANGE_STOP | tac | sed 's/^/delete /'
  /system/chre/apps/chqts/src/general_test/
cell_info_lte.cc 34 } else if (!isBoundedInt32(identity.tac, 0, 65535, INT32_MAX)) {
36 "Invalid LTE Tracking Area Code: %d", identity.tac);
  /hardware/qcom/gps/msm8909w_3100/gnss/
XtraSystemStatusObserver.cpp 71 bool XtraSystemStatusObserver::updateTac(const string& tac) {
73 ss << "tac";
74 ss << " " << tac.c_str();
213 SystemStatusTac* tac = reinterpret_cast<SystemStatusTac*>(each); local
214 mXtraSysStatObj->updateTac(tac->mValue);
XtraSystemStatusObserver.h 57 bool updateTac(const string& tac);
  /frameworks/base/telephony/java/android/telephony/
CellIdentityLte.java 61 * @param tac 16-bit Tracking Area Code
65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) {
66 this(ci, pci, tac, Integer.MAX_VALUE, Integer.MAX_VALUE, String.valueOf(mcc),
76 * @param tac 16-bit Tracking Area Code
81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) {
82 this(ci, pci, tac, earfcn, Integer.MAX_VALUE, String.valueOf(mcc), String.valueOf(mnc),
90 * @param tac 16-bit Tracking Area Code
100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr,
105 mTac = tac;
  /hardware/interfaces/gnss/1.0/
IAGnssRil.hal 66 * lac is populated with tac, to ensure that we don't break old clients that
75 uint16_t tac;
  /hardware/interfaces/gnss/1.0/default/
AGnssRil.cpp 105 .tac = cellID.tac,
  /external/ltp/testcases/kernel/controllers/cpuset/
cpuset_funcs.sh 147 find "$CPUSET" -type d | sort | sed -n '2,$p' | tac | while read subdir
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 174 int32_t tac; member in struct:chreWwanCellIdentityLte
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 174 int32_t tac; member in struct:chreWwanCellIdentityLte
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 88 private static final int TAC = 65535;
306 int tac = lte.getTac(); local
307 assertTrue("getTac() out of range [0,65535], tac=" + tac,
308 (tac == Integer.MAX_VALUE) || (tac >= 0 && tac <= TAC));
  /system/chre/apps/wwan_world/
wwan_world.cc 76 LOGI(" tac %" PRId32, cell->CellInfo.lte.cellIdentityLte.tac);
  /hardware/qcom/gps/msm8909w_3100/core/
SystemStatus.h 486 LOC_LOGD("Tac: value=%s", mValue.c_str());
493 SystemStatusTac* tac = static_cast<SystemStatusTac*>(src); local
494 mValue = tac->mValue;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 343 cellIdentityLte.tac, cellIdentityLte.earfcn, Integer.MAX_VALUE,
433 cellIdentityLte.base.tac,
  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
run_cpuctl_test_fj.sh 66 find $CPUCTL -type d | sort | sed -n '2,$p' | tac | while read tmpdir
  /external/toybox/
Android.mk 138 toys/other/tac.c \
369 tac \
  /hardware/libhardware/include/hardware/
gps.h 480 * lac is populated with tac, to ensure that we don't break old clients that
487 uint16_t tac; member in struct:__anon48185
    [all...]
  /hardware/ril/include/telephony/
ril.h 1414 int tac; \/* 16-bit tracking area code, INT_MAX if unknown *\/ member in struct:__anon52727
1422 int tac; \/* 16-bit tracking area code, INT_MAX if unknown *\/ member in struct:__anon52728
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
md8475a.py 2916 def tac(self): member in class:_BaseTransceiverStation
2929 def tac(self, tac): member in class:_BaseTransceiverStation
    [all...]
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_gps.h 669 * lac is populated with tac, to ensure that we don't break old clients that
676 uint16_t tac; member in struct:__anon50550
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_gps.h 665 * lac is populated with tac, to ensure that we don't break old clients that
672 uint16_t tac; member in struct:__anon50892
    [all...]
  /external/toybox/generated/
newtoys.h 232 USE_TAC(NEWTOY(tac, NULL, TOYFLAG_USR|TOYFLAG_BIN))
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java 200 private static final int TAC = 65535;
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]

Completed in 1898 milliseconds

1 2