HomeSort by relevance Sort by last modified time
    Searched full:zoneid (Results 1 - 25 of 29) sorted by null

1 2

  /hardware/intel/common/utils/ituxd/res/xml/
thermal_throttle_config.xml 24 <ZoneID>1</ZoneID>
32 <ZoneID>2</ZoneID>
40 <ZoneID>3</ZoneID>
48 <ZoneID>4</ZoneID>
thermal_sensor_config.xml 64 <ZoneID>1</ZoneID>
87 <ZoneID>2</ZoneID>
110 <ZoneID>3</ZoneID>
131 <ZoneID>4</ZoneID>
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCoolingDevice.java 48 /* Maintains list of zoneid's under which this cooling device falls. */
161 * Adds zoneID and its thermal state to mListOfZoneIDs and
162 * mListOfTStatesOfZones array. If zoneId exists then its thermal state is
163 * updated else zoneId and its state will be added to array.
165 public void updateZoneState(int zoneId, int state) {
169 index = mZoneIdList.indexOf(zoneId);
174 mZoneIdList.add(zoneId);
ThermalManager.java 95 /* Hashtable of (ProfileName and Hashtable(zoneID, ZoneCoolerBindingInfo) object */
250 * This class stores the zone throttle info. It contains the zoneID,
448 public void setZoneID(int zoneID) {
449 mZoneID = zoneID;
636 Log.e(TAG, "CoolerBindingInfo for zoneid:" + zone.getZoneId() + "not mapped");
719 public static boolean updateZoneCriticalPendingMap(int zoneid, int flag) {
722 Integer oldVal = sZoneCriticalPendingMap.get(zoneid);
724 sZoneCriticalPendingMap.put(zoneid, flag);
ThermalCooling.java 101 /* Hashtable of (ZoneID and ZoneCoolerBindingInfo object) */
301 if (name.equalsIgnoreCase("ZoneID") && mZone != null) {
490 Log.i(TAG, "zoneCoolerBindInfo null for zoneID" + thermZone);
607 private void handleThermalEvent(int zoneId, int eventType, int thermalState,
646 tDevice.updateZoneState(zoneId, finalThrottleState);
673 tDevice.updateZoneState(zoneId, finalThrottleState);
    [all...]
ThermalZone.java 176 Log.i(TAG, "zoneID: " + mZoneID + " sensors mapped:" + s.toString());
  /external/chromium_org/third_party/icu/source/test/intltest/
windttst.cpp 75 UnicodeString zoneID;
79 tz->getID(zoneID);
80 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) {
82 int32_t ec = TimeZone::countEquivalentIDs(zoneID);
85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z);
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 75 UnicodeString zoneID;
79 tz->getID(zoneID);
80 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) {
82 int32_t ec = TimeZone::countEquivalentIDs(zoneID);
85 UnicodeString equiv = TimeZone::getEquivalentID(zoneID, z);
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) {
35 // Note that if zoneID is invalid, we get back GMT. This odd
38 int32_t l = (len<0 ? u_strlen(zoneID) : len);
40 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */
84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) {
85 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
94 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
131 ucal_open( const UChar* zoneID,
140 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault(
    [all...]
windtfmt.cpp 288 UnicodeString zoneID;
290 zone.getID(zoneID);
292 if (zoneID.compare(fZoneID) != 0) {
314 return zoneID;
  /external/icu/icu4c/source/i18n/
ucal.cpp 32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) {
35 // Note that if zoneID is invalid, we get back GMT. This odd
38 int32_t l = (len<0 ? u_strlen(zoneID) : len);
40 zoneStrID.setTo((UBool)(len < 0), zoneID, l); /* temporary read-only alias */
84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) {
85 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
94 TimeZone* zone = _createTimeZone(zoneID, -1, ec);
131 ucal_open( const UChar* zoneID,
140 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault(
    [all...]
windtfmt.cpp 288 UnicodeString zoneID;
290 zone.getID(zoneID);
292 if (zoneID.compare(fZoneID) != 0) {
314 return zoneID;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 579 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE];
595 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
596 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0;
597 ucal_setDefaultTimeZone(zoneID, status);
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 579 UChar zoneID[CTEST_MAX_TIMEZONE_SIZE];
595 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
596 zoneID[CTEST_MAX_TIMEZONE_SIZE-1] = 0;
597 ucal_setDefaultTimeZone(zoneID, status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h 626 * @param zoneID null-terminated time zone ID
633 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec);
640 * @param zoneID null-terminated time zone ID
652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
673 * @param zoneID The desired TimeZone ID. If 0, use the default time zone.
674 * @param len The length of zoneID, or -1 if null-terminated.
687 ucal_open(const UChar* zoneID,
737 * @param zoneID The desired TimeZone ID. If 0, use the default time zone.
738 * @param len The length of zoneID, or -1 if null-terminated.
744 const UChar* zoneID,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 626 * @param zoneID null-terminated time zone ID
633 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec);
640 * @param zoneID null-terminated time zone ID
652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
673 * @param zoneID The desired TimeZone ID. If 0, use the default time zone.
674 * @param len The length of zoneID, or -1 if null-terminated.
687 ucal_open(const UChar* zoneID,
737 * @param zoneID The desired TimeZone ID. If 0, use the default time zone.
738 * @param len The length of zoneID, or -1 if null-terminated.
744 const UChar* zoneID,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 375 String zoneId = defaultTimeZoneForMcc(mcc);
376 if (zoneId != null && zoneId.length() > 0) {
380 alarm.setTimeZone(zoneId);
381 Slog.d(LOG_TAG, "timezone set to "+zoneId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
  /external/chromium_org/base/test/
test_file_util_win.cc 256 return lines[0] == "[ZoneTransfer]" && lines[1] == "ZoneId=3";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java     [all...]
  /bionic/libc/dns/net/
getnameinfo.c 383 /* construct <numeric-addr><delim><zoneid> */
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.cpp 980 const char* zoneid = newpath + (sizeof(TZZONEINFO)) - 1; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp     [all...]
  /external/icu/icu4c/source/common/
putil.cpp 980 const char* zoneid = newpath + (sizeof(TZZONEINFO)) - 1; local
    [all...]

Completed in 744 milliseconds

1 2