Home
last modified time | relevance | path

Searched refs:words (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/power/stats/1.0/default/
DPowerStats.cpp110 std::vector<std::string> words = android::base::Split(line, ":"); in parsePowerRails() local
111 if (words.size() == 2) { in parsePowerRails()
112 mPm.railsInfo.emplace(words[0], RailData{.devicePath = path, in parsePowerRails()
114 .subsysName = words[1], in parsePowerRails()
139 std::vector<std::string> words = android::base::Split(line, ","); in parseIioEnergyNode() local
141 if (words.size() == 1) { in parseIioEnergyNode()
142 timestamp = strtoull(words[0].c_str(), NULL, 10); in parseIioEnergyNode()
148 } else if (words.size() == 2) { in parseIioEnergyNode()
149 std::string railName = words[0]; in parseIioEnergyNode()
154 mPm.reading[index].energy = strtoull(words[1].c_str(), NULL, 10); in parseIioEnergyNode()
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal54 * navigation words, the status must be set to PARITY_PASSED.
55 * If a message is received with words that failed a parity check, but the GNSS
56 * receiver has corrected those words, the status must be set to PARITY_REBUILT.
57 * Do not send any navigation message that contains words with parity errors
82 * No need to send any navigation message that contains words with parity
128 * The data of the reported GNSS message. The bytes (or words) are specified
132 * words. Each word (30 bits) must fit into the last 30 bits in a
DIGnssGeofenceCallback.hal59 * In other words, Unknown state can be interpreted as a state in which the
/hardware/google/pixel/thermal/
Dthermal-helper.cpp102 std::vector<std::string> words = android::base::Split(line, " "); in parseCpuUsagesFileAndAssignUsages() local
103 cpu_name = words[0]; in parseCpuUsagesFileAndAssignUsages()
107 user = std::stoi(words[1]); in parseCpuUsagesFileAndAssignUsages()
108 nice = std::stoi(words[2]); in parseCpuUsagesFileAndAssignUsages()
109 system = std::stoi(words[3]); in parseCpuUsagesFileAndAssignUsages()
110 idle = std::stoi(words[4]); in parseCpuUsagesFileAndAssignUsages()
128 LOG(ERROR) << "Unexpected cpu number: " << words[0]; in parseCpuUsagesFileAndAssignUsages()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1218 uint offset, words, bytes; in dhd_sprom()
1242 words = SPROM_WORDS; in dhd_sprom()
1243 bytes = 2 * words; in dhd_sprom()
1273 words = bytes / 2; in dhd_sprom()
1296 if (fread((uint16*)bufp, sizeof(uint16), words, fp) != words) { in dhd_sprom()
1298 words * 2, fname); in dhd_sprom()
1331 for (words = 0, wordptr = (uint16*)bufp; *++argv; words++) { in dhd_sprom()
1337 if (words > SPROM_WORDS) { in dhd_sprom()
1343 bytes = 2 * words; in dhd_sprom()
1359 for (i = 0; i < (int)words; i++) { in dhd_sprom()
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal156 * In other words, results vector may contain a subset of parameter keys
Dtypes.hal780 * are disjunctions of literals. In other words, there is AND between each
/hardware/interfaces/sensors/1.0/
Dtypes.hal515 * hysteresis. In other words, minor or transient rotations must not cause
655 * This type will never bind to a sensor. In other words, no sensor in the
1035 * In other words, if viewing the origin of the Android coordinate
/hardware/interfaces/camera/device/3.4/
Dtypes.hal342 * words, the physicalCameraMetadata must only be contained in a final capture
/hardware/qcom/msm8998/json-c/
DDoxyfile17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded