ANDROID: Update the ABI representation
Leaf changes summary: 19 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 19 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
19 Added functions:
[A] 'function void gether_cleanup(eth_dev*)'
[A] 'function net_device* gether_connect(gether*)'
[A] 'function void gether_disconnect(gether*)'
[A] 'function int gether_get_dev_addr(net_device*, char*, int)'
[A] 'function int gether_get_host_addr(net_device*, char*, int)'
[A] 'function void gether_get_host_addr_u8(net_device*, u8*)'
[A] 'function int gether_get_ifname(net_device*, char*, int)'
[A] 'function unsigned int gether_get_qmult(net_device*)'
[A] 'function int gether_register_netdev(net_device*)'
[A] 'function int gether_set_dev_addr(net_device*, const char*)'
[A] 'function void gether_set_gadget(net_device*, usb_gadget*)'
[A] 'function int gether_set_host_addr(net_device*, const char*)'
[A] 'function int gether_set_ifname(net_device*, const char*, int)'
[A] 'function void gether_set_qmult(net_device*, unsigned int)'
[A] 'function net_device* gether_setup_name_default(const char*)'
[A] 'function int usb_assign_descriptors(usb_function*, usb_descriptor_header**, usb_descriptor_header**, usb_descriptor_header**, usb_descriptor_header**)'
[A] 'function void usb_free_all_descriptors(usb_function*)'
[A] 'function usb_string* usb_gstrings_attach(usb_composite_dev*, usb_gadget_strings**, unsigned int)'
[A] 'function config_group* usb_os_desc_prepare_interf_dir(config_group*, int, usb_os_desc**, char**, module*)'
Bug: 226074645
Change-Id: Iddfd251ee91514fac4153e14737825f40d855634
Signed-off-by:
Ray Chi <raychi@google.com>
Loading
Please sign in to comment