Searched refs:uuid_msb (Results 1 – 2 of 2) sorted by relevance
40 static uint64_t uuid_msb(const Uuid& uuid) { in uuid_msb() function54 status_t status = parcel->writeInt64(uuid_msb(uuid)); in writeToParcel()62 int64_t uuid_msb, uuid_lsb; in readFromParcel() local64 status_t status = parcel->readInt64(&uuid_msb); in readFromParcel()72 uu[7 - i] = (uuid_msb >> (8 * i)) & 0xFF; in readFromParcel()
44 #define UUID_PARAMS(uuid) uuid_lsb(uuid), uuid_msb(uuid)46 static Uuid from_java_uuid(jlong uuid_msb, jlong uuid_lsb) { in from_java_uuid() argument49 uu[7 - i] = (uuid_msb >> (8 * i)) & 0xFF; in from_java_uuid()67 static uint64_t uuid_msb(const Uuid& uuid) { in uuid_msb() function475 uuid_msb(curr.uuid), uuid_lsb(curr.uuid))); in fillGattDbElementArray()1285 Uuid uuid = from_java_uuid(uuid_msb, uuid_lsb); in gattClientReadUsingCharacteristicUuidNative()1544 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); in gattClientScanFilterAddNative() local1546 curr.uuid = from_java_uuid(uuid_msb, uuid_lsb); in gattClientScanFilterAddNative()1554 curr.uuid_mask = from_java_uuid(uuid_msb, uuid_lsb); in gattClientScanFilterAddNative()1787 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); in gattServerAddServiceNative() local[all …]