Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/base/
DStringUtils.cpp71 size_t start_index = 0; in Trim() local
75 while (start_index < s.size()) { in Trim()
76 if (!isspace(s[start_index])) { in Trim()
79 start_index++; in Trim()
83 while (end_index >= start_index) { in Trim()
91 if (end_index < start_index) { in Trim()
95 return s.substr(start_index, end_index - start_index + 1); in Trim()
/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_environment.cc106 int start_index = in GetLatestNSensorEvents() local
109 std::advance(event, start_index); in GetLatestNSensorEvents()
Dgoog_sensor_motion.cc125 int start_index = in GetLatestNSensorEvents() local
128 std::advance(event, start_index); in GetLatestNSensorEvents()
Dgoog_sensor_sync.cc114 int start_index = in GetLatestNSamples() local
117 std::advance(event, start_index); in GetLatestNSamples()
/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp268 int start_index = loop_count * num_linked_sensors; in run_single_inference() local
269 std::vector<float>::const_iterator first = thermistors.begin() + start_index; in run_single_inference()
/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp394 int start_index = HWCCallbacks::kNumRealDisplays; in InitSupportedDisplaySlots() local
400 INT32(start_index)); in InitSupportedDisplaySlots()
401 map_hwc_display_.insert(std::make_pair(map.client_id, start_index++)); in InitSupportedDisplaySlots()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp358 int start_index = HWCCallbacks::kNumRealDisplays; in InitSupportedDisplaySlots() local
363 DLOGI("Display Pairs: map.client_id: %d, start_index: %d", map.client_id, start_index); in InitSupportedDisplaySlots()
364 map_hwc_display_.insert(std::make_pair(map.client_id, start_index++)); in InitSupportedDisplaySlots()