Home
last modified time | relevance | path

Searched defs:getBit (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/
H A DObd2Connection.java250 private boolean getBit(byte b, int index) { in getBit() method in Obd2Connection.FourByteBitSet
256 public boolean getBit(int b, int index) { in getBit() method in Obd2Connection.FourByteBitSet
/aosp12/packages/services/Car/tools/emulator/
H A Ddiagnostic_builder.py47 def getBit(self, bit): member in DiagnosticEventBuilder.ByteArray
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64InsnHelpers.h53 static unsigned getBit(InsnType insn, int pos) { in getBit() function
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.h119 inline uint32_t getBit() const { return type & BIT_MASK; } in getBit() function