Home
last modified time | relevance | path

Searched refs:interop_database_remove_feature (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_device_interop.cc63 struct interop_database_remove_feature interop_database_remove_feature; variable
97 bool interop_database_remove_feature::return_value = false;
230 bool interop_database_remove_feature(const interop_feature_t feature) { in interop_database_remove_feature() function
232 return test::mock::device_interop::interop_database_remove_feature(feature); in interop_database_remove_feature()
Dmock_device_interop.h332 struct interop_database_remove_feature { struct
338 extern struct interop_database_remove_feature interop_database_remove_feature; argument
/packages/modules/Bluetooth/system/device/include/
Dinterop_config.h60 bool interop_database_remove_feature(const interop_feature_t feature);
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc279 interop_database_remove_feature((interop_feature_t)feature); in interop_database_clear()
1535 bool interop_database_remove_feature(const interop_feature_t feature) { in interop_database_remove_feature() function