Searched defs:getBit (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/ | ||
H A D | Obd2Connection.java | 250 private boolean getBit(byte b, int index) { in getBit() method in Obd2Connection.FourByteBitSet |
/aosp12/packages/services/Car/tools/emulator/ | ||
H A D | diagnostic_builder.py | 47 def getBit(self, bit): member in DiagnosticEventBuilder.ByteArray |
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/ | ||
H A D | AArch64InsnHelpers.h | 53 static unsigned getBit(InsnType insn, int pos) { in getBit() function |
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/ | ||
H A D | ExynosHWCHelper.h | 119 inline uint32_t getBit() const { return type & BIT_MASK; } in getBit() function |