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

  /external/libusb/libusb/os/
sunos_usb.c 186 int *addr_prop; local
227 "assigned-address", &addr_prop);
228 if ((n != 1) || (addr_prop[0] == 0)) {
234 session_id |= ((addr_prop[0] & 0xff) << i * 8);
    [all...]
  /system/bt/btif/src/
btif_storage.cc 706 bt_property_t addr_prop; local
707 memcpy(&addr_prop, &properties[i], sizeof(bt_property_t));
708 addr_prop.type = (bt_property_type_t)BT_PROPERTY_REMOTE_DEVICE_TIMESTAMP;
709 btif_storage_set_remote_device_property(remote_bd_addr, &addr_prop);
    [all...]

Completed in 67 milliseconds