Home
last modified time | relevance | path

Searched defs:interop_match_name (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.h482 struct interop_match_name { struct
492 extern struct interop_match_name interop_match_name; argument
Dmock_device_interop.cc74 struct interop_match_name interop_match_name; variable
289 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc127 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1088 static bool interop_match_name(const char* feature_name, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc220 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h985 bool (*interop_match_name)(const char* feature_name, const char* name); member