ANDROID: ABI: Add typec symbols to QCOM ABI whitelist
Add USB typec_* symbols to the whitelist and update the
snapshot as well for the two new functions added.
Leaf changes summary: 4 artifacts changed
Changed leaf types summary: 2 leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
2 Added functions:
[A] 'function const typec_altmode* typec_altmode_get_partner(typec_altmode*)'
[A] 'function void* typec_get_drvdata(typec_port*)'
'struct typec_capability at typec.h:190:1' changed:
type size changed from 768 to 576 (in bits)
3 data member deletions:
'int (const typec_capability*, enum typec_role)* typec_capability::pr_set', at offset 576 (in bits) at typec.h:207:1
'int (const typec_capability*, enum typec_role)* typec_capability::vconn_set', at offset 640 (in bits) at typec.h:209:1
'int (const typec_capability*, enum typec_port_type)* typec_capability::port_type_set', at offset 704 (in bits) at typec.h:211:1
there are data member changes:
type 'int (const typec_capability*, int)*' of 'typec_capability::try_role' changed:
pointer type changed from: 'int (const typec_capability*, int)*' to: 'void*'
and name of 'typec_capability::try_role' changed to 'typec_capability::driver_data' at typec.h:215:1
type 'int (const typec_capability*, enum typec_data_role)*' of 'typec_capability::dr_set' changed:
pointer type changed from: 'int (const typec_capability*, enum typec_data_role)*' to: 'const typec_operations*'
and name of 'typec_capability::dr_set' changed to 'typec_capability::ops' at typec.h:217:1
10 impacted interfaces
'struct typec_port at class.c:38:1' changed:
type size changed from 8000 to 8064 (in bits)
1 data member insertion:
'const typec_operations* typec_port::ops', at offset 8000 (in bits) at class.c:56:1
10 impacted interfaces
Bug: 158724419
Change-Id: I7c9a918df49f1f83c04cbf662beeb04ce8098dd3
Signed-off-by:
Jack Pham <jackp@codeaurora.org>
Loading
Please register or sign in to comment