Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h43 LayerHandle(LayerHistory& lh, int64_t id) : mId(id), mLayerHistory(lh) {} in LayerHandle() argument
/frameworks/av/media/codec2/core/include/
DC2.h529 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
530 return lh.peeku() < rh.peeku();
535 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
536 return lh.peeku() <= rh.peeku();
541 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
542 return lh.peeku() > rh.peeku();
547 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {
548 return lh.peeku() >= rh.peeku();
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java232 int lh = is.read(); in parse() local
234 if (lh == -1 || ll == -1) { in parse()
237 int length = lh << 8 | ll; in parse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java937 int lh = mInfo.logicalHeight; in updateBoundingPath() local
941 int dw = flipped ? lh : lw; in updateBoundingPath()
942 int dh = flipped ? lw : lh; in updateBoundingPath()