Home
last modified time | relevance | path

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

/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/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()
/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp358 int start_index = HWCCallbacks::kNumRealDisplays; in InitSupportedDisplaySlots() local
364 INT32(start_index)); in InitSupportedDisplaySlots()
365 map_hwc_display_.insert(std::make_pair(map.client_id, start_index++)); in InitSupportedDisplaySlots()