/external/bluetooth/bluez/lib/bluetooth/ |
bluetooth.h | 169 } uint128_t; typedef in typeref:struct:__anon1507 175 static inline void ntoh128(const uint128_t *src, uint128_t *dst) 177 memcpy(dst, src, sizeof(uint128_t)); 180 static inline void btoh128(const uint128_t *src, uint128_t *dst) 201 static inline void ntoh128(const uint128_t *src, uint128_t *dst) 209 static inline void btoh128(const uint128_t *src, uint128_t *dst [all...] |
uuid.h | 45 uint128_t u128; 51 int bt_uuid128_create(bt_uuid_t *btuuid, uint128_t value);
|
sdp.h | 431 uint128_t uuid128; 501 uint128_t int128; 506 uint128_t uint128;
|
/frameworks/base/media/mtp/ |
MtpDataPacket.h | 53 void getUInt128(uint128_t& value); 54 inline void getInt128(int128_t& value) { getUInt128((uint128_t&)value); } 75 void putUInt128(const uint128_t& value);
|
MtpProperty.h | 37 uint128_t u128;
|
MtpTypes.h | 27 typedef uint32_t uint128_t[4]; typedef in namespace:android
|
MtpDataPacket.cpp | 77 void MtpDataPacket::getUInt128(uint128_t& value) { 238 void MtpDataPacket::putUInt128(const uint128_t& value) {
|
/external/bluetooth/bluez/lib/ |
uuid.c | 36 static uint128_t bluetooth_base_uuid = { 45 static uint128_t bluetooth_base_uuid = { 92 return memcmp(&u1->value.u128, &u2->value.u128, sizeof(uint128_t)); 113 int bt_uuid128_create(bt_uuid_t *btuuid, uint128_t value) 157 uint128_t nvalue; 234 uint128_t n128, u128;
|
sdp.c | 65 static uint128_t bluetooth_base_uuid = { 344 SDPDBG(" uint128_t : 0x%.8x-", ntohl(data0)); 405 memcpy(&d->val.uint128.data, value, sizeof(uint128_t)); 406 d->unitSize += sizeof(uint128_t); 409 memcpy(&d->val.int128.data, value, sizeof(uint128_t)); 410 d->unitSize += sizeof(uint128_t); 422 d->unitSize += sizeof(uint128_t); 730 data_size = sizeof(uint128_t); 746 data_size = sizeof(uint128_t); 773 data_size = sizeof(uint128_t); [all...] |
/external/bluetooth/bluez/attrib/ |
att.h | 179 static inline uint128_t att_get_u128(const void *ptr) 181 const uint128_t *u128_ptr = ptr; 182 uint128_t dst; 204 static inline void att_put_u128(uint128_t src, void *dst) 206 uint128_t *d128 = dst; 241 uint128_t value;
|
gatt.c | 82 uint128_t u128;
|
/external/bluetooth/bluez/plugins/ |
gatt-example.c | 383 const uint128_t char_weight_uuid_btorder = { 386 const uint128_t prim_weight_uuid_btorder = { 389 uint128_t char_weight_uuid;
|
mgmtops.c | 683 uint128_t uint128; 694 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128); 695 htob128(&uint128, (uint128_t *) cp->uuid); 711 uint128_t uint128; 722 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128); 723 htob128(&uint128, (uint128_t *) cp->uuid); [all...] |
/external/bluetooth/bluez/test/ |
uuidtest.c | 47 uint128_t n, i;
|
/external/bluetooth/bluez/src/ |
sdp-xml.c | 413 uint128_t val; 599 uint128_t val;
|