Home
last modified time | relevance | path

Searched refs:interop_feature_t (Results 1 – 5 of 5) sorted by relevance

/system/bt/device/src/
Dinterop.cc37 static const char* interop_feature_string_(const interop_feature_t feature);
40 static bool interop_match_fixed_(const interop_feature_t feature,
42 static bool interop_match_dynamic_(const interop_feature_t feature,
47 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()
61 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name()
89 entry->feature = static_cast<interop_feature_t>(feature); in interop_database_add()
119 static const char* interop_feature_string_(const interop_feature_t feature) { in interop_feature_string_()
154 static bool interop_match_dynamic_(const interop_feature_t feature, in interop_match_dynamic_()
173 static bool interop_match_fixed_(const interop_feature_t feature, in interop_match_fixed_()
/system/bt/device/include/
Dinterop.h119 } interop_feature_t; typedef
125 bool interop_match_addr(const interop_feature_t feature,
134 bool interop_match_name(const interop_feature_t feature, const char* name);
Dinterop_database.h27 interop_feature_t feature;
179 interop_feature_t feature;
/system/bt/test/mock/
Dmock_device_interop.cc36 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()
41 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name()
/system/bt/btif/test/
Dbtif_rc_test.cc96 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()