Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/packet/
Dbyte_observer.cc22 …teObserver(const std::function<void(uint8_t)>& on_byte, const std::function<uint64_t()>& get_value) in ByteObserver() argument
23 : on_byte_(on_byte), get_value_(get_value) {} in ByteObserver()
/system/core/libpixelflinger/
Dscanline.cpp1133 int get_value(void) { in get_value() function
1146 int threshold = get_value(); in rgb888ToRgb565()
1203 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()
1323 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()
1378 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()