Searched defs:getBits (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A DrsComponent.h44 uint32_t getBits() const {return mBits;} function in class:android::renderscript::Component
H A DrsElement.h94 uint32_t getBits() const {return mBits;} function in class:android::renderscript::Element
/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp54 uint32_t ABitReader::getBits(size_t n) { function in class:android::ABitReader
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64InsnHelpers.h25 static unsigned getBits(InsnType insn, int pos, int l) { function in class:mcld::AArch64InsnHelpers
30 return getBits(insn, 0, 5);
34 return getBits(insn, 10, 5);
38 return getBits(insn, 10, 5);
42 return getBits(insn, 0, 5);
46 return getBits(insn, 5, 5);
50 return getBits(insn, 16, 5);
54 return getBits(insn, pos, 1);
58 return getBits(insn, 21, 3);
199 unsigned opc = getBits(ins
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DGEOLocationElement.java208 value = (value << width) | getBits(mOctets[octet], sbit, width);
217 private static int getBits(byte b, int b0, int width) { method in class:GEOLocationElement.ReverseBitStream

Completed in 106 milliseconds