Lines Matching refs:interfaces
37 function all-interfaces() {
53 function current-interfaces() {
66 function changed-interfaces() {
77 comm -3 <(all-interfaces "$package_root" "$package") <(current-interfaces "$package_root")
85 changed-interfaces $ANDROID_BUILD_TOP/hardware/interfaces android.hardware \
88 changed-interfaces $ANDROID_BUILD_TOP/frameworks/hardware/interfaces android.frameworks
89 changed-interfaces $ANDROID_BUILD_TOP/system/hardware/interfaces android.system
90 changed-interfaces $ANDROID_BUILD_TOP/system/libhidl/transport android.hidl
93 function aosp-interfaces() {
102 all-interfaces "$ANDROID_BUILD_TOP/$path" "$root"
106 function aosp-released-interfaces() {
108 hardware/interfaces
109 system/hardware/interfaces
110 frameworks/hardware/interfaces
115 current-interfaces "$ANDROID_BUILD_TOP/$root"
120 aosp-released-interfaces | cut -d ':' -f1 | sort -u