Home
last modified time | relevance | path

Searched defs:extract (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/packet/
Diterator.h65 FixedWidthPODType extract() { in extract() function
/system/bt/vendor_libs/test_vendor_lib/packets/
Diterator.h66 FixedWidthPODType extract() { in extract() function
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract() function in android::GGLAssembler
146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler
154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler
/system/bt/packet/base/
Diterator.h61 FixedWidthIntegerType extract() { in extract() function
/system/netd/libnetdutils/include/netdutils/
DSlice.h120 inline size_t extract(const Slice src, Head& head) { in extract() function
128 inline size_t extract(const Slice src, Head& head, Tail&... tail) { in extract() function
/system/netd/libnetdutils/
DSliceTest.cpp80 TEST_F(SliceTest, extract) { in TEST_F() argument
/system/core/libpixelflinger/
Dbuffer.cpp283 uint32_t extract(uint32_t v, int h, int l, int bits) in extract() function