Searched refs:binder_features (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/android/
H A Dbinderfs.c58 struct binder_features { struct
74 static struct binder_features binder_features = { variable in typeref:struct:binder_features
589 DEFINE_SHOW_ATTRIBUTE(binder_features); variable
601 &binder_features.oneway_spam_detection);
607 &binder_features.extended_error);
/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c65 static const char * const binder_features[] = { local
158 for (int i = 0; i < ARRAY_SIZE(binder_features); i++) {
160 binderfs_mntpt, binder_features[i]);
164 strerror(errno), binder_features[i]);

Completed in 143 milliseconds