Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/flags/
Davrcp.aconfig35 name: "get_all_element_attributes_empty"
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/flags/bluetooth_flags_c_lib/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/gen/include/
Dcom_android_bluetooth_flags.h114 virtual bool get_all_element_attributes_empty() = 0;
590 inline bool get_all_element_attributes_empty() { in get_all_element_attributes_empty() function
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/flags/libbluetooth_aconfig_flags_rust/android_arm64_armv8-2a_cortex-a55_source_apex33/gen/src/
Dlib.rs517 pub fn get_all_element_attributes_empty(&self) -> bool { in get_all_element_attributes_empty() method
1980 pub fn get_all_element_attributes_empty() -> bool { in get_all_element_attributes_empty() function
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/flags/bluetooth_flags_c_lib/android_arm64_armv8-2a_cortex-a55_static_scs_apex33/gen/
Dcom_android_bluetooth_flags.cc314 virtual bool get_all_element_attributes_empty() override { in get_all_element_attributes_empty() function in com::android::bluetooth::flags::flag_provider
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc786 if (!com::android::bluetooth::flags::get_all_element_attributes_empty()) { in GetElementAttributesResponse()