Searched refs:interop_feature_t (Results 1 – 5 of 5) sorted by relevance
/system/bt/device/src/ |
D | interop.cc | 37 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/ |
D | interop.h | 119 } 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);
|
D | interop_database.h | 27 interop_feature_t feature; 179 interop_feature_t feature;
|
/system/bt/test/mock/ |
D | mock_device_interop.cc | 36 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/ |
D | btif_rc_test.cc | 96 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()
|