Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 93) sorted by relevance

1234

/hardware/qcom/display/msm8226/libqdutils/
Dcb_utils.cpp47 size_t last = list->numHwLayers - 1; in getuiClearRegion() local
48 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion()
54 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion()
65 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
/hardware/qcom/display/msm8084/libqdutils/
Dcb_utils.cpp47 size_t last = list->numHwLayers - 1; in getuiClearRegion() local
48 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion()
54 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion()
65 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
/hardware/qcom/display/msm8994/libqdutils/
Dcb_utils.cpp47 size_t last = list->numHwLayers - 1; in getuiClearRegion() local
48 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion()
54 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion()
66 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
/hardware/interfaces/audio/common/all-versions/default/service/
Dservice.cpp38 static bool registerPassthroughServiceImplementations(Iter first, Iter last) { in registerPassthroughServiceImplementations() argument
39 for (; first != last; ++first) { in registerPassthroughServiceImplementations()
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto717 * Log battery caused shutdown with the last recorded voltage.
721 // The last recorded battery voltage prior to shutdown.
730 // The last triggered count: batoilo.
732 // The last triggered count: vdroop1.
734 // The last triggered count: vdroop2.
736 // The last triggered count: smpl_warn.
738 // The last triggered count: ocp_cpu1.
740 // The last triggered count: ocp_cpu2.
742 // The last triggered count: ocp_gpu.
744 // The last triggered count: ocp_tpu.
[all …]
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp85 int last; in getIntFromJsonValues() local
88 if (inc_check && ret[i] < last) { in getIntFromJsonValues()
89 LOG(FATAL) << "Invalid array[" << i << "]" << ret[i] << " min=" << last; in getIntFromJsonValues()
92 if (dec_check && ret[i] > last) { in getIntFromJsonValues()
93 LOG(FATAL) << "Invalid array[" << i << "]" << ret[i] << " max=" << last; in getIntFromJsonValues()
96 last = ret[i]; in getIntFromJsonValues()
118 float last = std::nanf(""); in getFloatFromJsonValues() local
121 if (inc_check && !std::isnan(last) && !std::isnan(ret[i]) && ret[i] < last) { in getFloatFromJsonValues()
122 LOG(FATAL) << "Invalid array[" << i << "]" << ret[i] << " min=" << last; in getFloatFromJsonValues()
125 if (dec_check && !std::isnan(last) && !std::isnan(ret[i]) && ret[i] > last) { in getFloatFromJsonValues()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp79 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local
80 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare()
141 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
142 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
Dhwc_copybit.cpp417 uint32_t last = (uint32_t)list->numHwLayers - 1; in drawUsingAppBufferComposition() local
418 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in drawUsingAppBufferComposition()
491 uint32_t last = 0; in draw() local
506 last = (uint32_t)list->numHwLayers - 1; in draw()
507 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
524 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
526 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw()
582 list->hwLayers[last].acquireFenceFd >= 0) { in draw()
583 close(list->hwLayers[last].acquireFenceFd); in draw()
584 list->hwLayers[last].acquireFenceFd = -1; in draw()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc.cpp145 uint32_t last = list->numHwLayers - 1; in hwc_prepare_primary() local
146 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_primary()
173 uint32_t last = list->numHwLayers - 1; in hwc_prepare_external() local
174 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_external()
357 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local
358 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary()
405 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local
406 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.cpp100 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local
101 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare()
155 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
156 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
297 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
298 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
Dhwc_copybit.cpp271 uint32_t last = 0; in draw() local
280 last = (uint32_t)list->numHwLayers - 1; in draw()
281 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
298 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
300 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw()
344 list->hwLayers[last].acquireFenceFd >= 0) { in draw()
345 close(list->hwLayers[last].acquireFenceFd); in draw()
346 list->hwLayers[last].acquireFenceFd = -1; in draw()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.cpp111 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local
112 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare()
167 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
168 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
335 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local
336 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
Dhwc_copybit.cpp408 uint32_t last = (uint32_t)list->numHwLayers - 1; in drawUsingAppBufferComposition() local
409 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in drawUsingAppBufferComposition()
482 uint32_t last = 0; in draw() local
496 last = (uint32_t)list->numHwLayers - 1; in draw()
497 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw()
514 if(list->hwLayers[last].acquireFenceFd >=0) { in draw()
516 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw()
568 list->hwLayers[last].acquireFenceFd >= 0) { in draw()
569 close(list->hwLayers[last].acquireFenceFd); in draw()
570 list->hwLayers[last].acquireFenceFd = -1; in draw()
/hardware/interfaces/wifi/1.0/
DIWifiEventCallback.hal29 * after the last call to start will be considered invalid.
37 * objects retrieved after the last call to start will be considered invalid.
/hardware/libhardware/tests/hardware/
DAndroid.bp15 "struct-last.cpp",
/hardware/interfaces/tests/foo/1.0/default/lib/
DFooHelper.cpp23 s += val.last.c_str(); in QuuxToString()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h139 void hexdumpToStream(std::ostream &os, const ForwardIterator &first, const ForwardIterator &last) { in hexdumpToStream() argument
153 for (ForwardIterator i = first; i != last; ++i, ++c) { in hexdumpToStream()
/hardware/interfaces/thermal/1.0/
Dtypes.hal101 * Active time since the last boot in ms.
106 * Total time since the last boot in ms.
/hardware/interfaces/graphics/bufferqueue/2.0/
DIProducerListener.hal28 * @param count The number of buffers released (since the last call to
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME18 this set the enable and disable sequences to last a random time. It is good
/hardware/interfaces/automotive/evs/1.0/
DIEvsCameraStream.hal31 * When the last frame in the stream has been delivered, a NULL bufferHandle
/hardware/google/graphics/common/libhwjpeg/
DIFDWriter.h290 void Finish(bool last) { in Finish() argument
293 uint32_t offset = last ? 0 : Offset(m_pValue); in Finish()
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp272 out.quuxMatrix[i][j].first = in.quuxMatrix[4 - i][2 - j].last; in callingDrWho()
273 out.quuxMatrix[i][j].last = in.quuxMatrix[4 - i][2 - j].first; in callingDrWho()
/hardware/interfaces/biometrics/fingerprint/2.2/
Dtypes.hal38 * The framework will measure latency based on the time between the last START
/hardware/interfaces/automotive/evs/1.1/
DIEvsCameraStream.hal34 * When the last frame in the stream has been delivered, STREAM_STOPPED

1234