Home
last modified time | relevance | path

Searched refs:interop_feature_name_to_feature_id (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.cc69 struct interop_feature_name_to_feature_id interop_feature_name_to_feature_id; variable
102 int interop_feature_name_to_feature_id::return_value = 0;
259 int interop_feature_name_to_feature_id(const char* feature_name) { in interop_feature_name_to_feature_id() function
261 return test::mock::device_interop::interop_feature_name_to_feature_id( in interop_feature_name_to_feature_id()
Dmock_device_interop.h405 struct interop_feature_name_to_feature_id { struct
411 extern struct interop_feature_name_to_feature_id argument
412 interop_feature_name_to_feature_id;
/packages/modules/Bluetooth/system/device/include/
Dinterop.h417 int interop_feature_name_to_feature_id(const char* feature_name);
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1079 int feature = interop_feature_name_to_feature_id(feature_name); in interop_match_addr()
1093 int feature = interop_feature_name_to_feature_id(feature_name); in interop_match_name()
1108 int feature = interop_feature_name_to_feature_id(feature_name); in interop_match_addr_or_name()
1126 int feature = interop_feature_name_to_feature_id(feature_name); in interop_database_add_remove_addr()
1146 int feature = interop_feature_name_to_feature_id(feature_name); in interop_database_add_remove_name()
/packages/modules/Bluetooth/system/device/fuzzer/
Dbtdevice_esco_fuzzer.cpp184 interop_feature_name_to_feature_id(addressString.c_str()); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc499 int interop_feature_name_to_feature_id(const char* feature_name) { in interop_feature_name_to_feature_id() function
1168 if ((feature = interop_feature_name_to_feature_id(sec.name.c_str())) != in load_config()
1181 if ((feature = interop_feature_name_to_feature_id(sec.name.c_str())) != in load_config()
1597 if (feature == interop_feature_name_to_feature_id(sec.name.c_str())) { in interop_database_remove_feature()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc164 int interop_feature_name_to_feature_id(const char* feature_name) { in interop_feature_name_to_feature_id() function