HomeSort by relevance Sort by last modified time
    Searched refs:From32Bit (Results 1 - 5 of 5) sorted by null

  /system/bt/types/test/bluetooth/
uuid_unittest.cc 44 Uuid::From32Bit(0x01234567).GetShortestRepresentationSize());
61 EXPECT_EQ((uint32_t)0x12345678, Uuid::From32Bit(0x12345678).As32Bit());
90 TEST(UuidTest, From32Bit) {
91 EXPECT_EQ(Uuid::From32Bit(0x00000000), kBase);
95 Uuid uuid = Uuid::From32Bit(0x00000001);
100 uuid = Uuid::From32Bit(0x3344553e);
105 uuid = Uuid::From32Bit(0xffffffff);
120 Uuid uuid = Uuid::From32Bit(0x12345678);
  /system/bt/types/bluetooth/
uuid.h 77 static Uuid From32Bit(uint32_t uuid32bit);
uuid.cc 113 Uuid Uuid::From32Bit(uint32_t uuid32) {
  /system/bt/stack/bnep/
bnep_utils.cc 588 p_bcb->src_uuid = Uuid::From32Bit(tmp);
591 p_bcb->dst_uuid = Uuid::From32Bit(tmp);
    [all...]
  /system/bt/stack/sdp/
sdp_api.cc 312 *p_uuid = Uuid::From32Bit(p_sattr->attr_value.v.u32);
    [all...]

Completed in 100 milliseconds