Home
last modified time | relevance | path

Searched defs:getBits (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/utils/
H A DTestUtils.java21 public static String getBits(long component, int numOfBits) { in getBits() method in TestUtils
/aosp12/frameworks/rs/
H A DrsComponent.h44 uint32_t getBits() const {return mBits;} in getBits() function
H A DrsElement.h96 uint32_t getBits() const {return mBits;} in getBits() function
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp54 uint32_t ABitReader::getBits(size_t n) { in getBits() function in android::ABitReader
/aosp12/frameworks/native/libs/math/include/math/
H A Dhalf.h90 uint16_t getBits() const noexcept { return mBits.bits; } in getBits() function
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64InsnHelpers.h25 static unsigned getBits(InsnType insn, int pos, int l) { in getBits() function