Searched defs:extract (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/packet/ |
D | iterator.h | 65 FixedWidthPODType extract() { in extract() function
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | iterator.h | 66 FixedWidthPODType extract() { in extract() function
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 109 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/ |
D | iterator.h | 61 FixedWidthIntegerType extract() { in extract() function
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 120 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/ |
D | SliceTest.cpp | 80 TEST_F(SliceTest, extract) { in TEST_F() argument
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 283 uint32_t extract(uint32_t v, int h, int l, int bits) in extract() function
|