HomeSort by relevance Sort by last modified time
    Searched defs:kStringLength (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_address.h 47 static constexpr size_t kStringLength = sizeof("XX:XX:XX:XX:XX:XX") - 1;
48 static constexpr size_t kBytes = (kStringLength + 1) / 3;
  /system/bt/vendor_libs/test_vendor_lib/include/
bt_address.h 32 static const size_t kStringLength = 17; // "XX:XX:XX:XX:XX:XX"
39 // - the length of |addr| is >= kStringLength
  /external/vixl/examples/aarch32/
mandelbrot.cc 68 const uint32_t kStringLength = 132;
71 __ Sub(sp, sp, kStringLength);
189 __ Add(sp, sp, kStringLength);

Completed in 308 milliseconds