Home
last modified time | relevance | path

Searched refs:fix_sco_command_status_handling (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dstack_btu_test.cc42 com::android::bluetooth::flags::provider_->fix_sco_command_status_handling(false); in TEST_F()
50 com::android::bluetooth::flags::provider_->fix_sco_command_status_handling(true); in TEST_F()
74 com::android::bluetooth::flags::provider_->fix_sco_command_status_handling(true); in TEST_F()
/aosp_15_r20/build/release/aconfig/bp1a/com.android.bluetooth.flags/
H A Dfix_sco_command_status_handling_flag_values.textproto3 name: "fix_sco_command_status_handling"
/aosp_15_r20/build/release/aconfig/trunk_staging/com.android.bluetooth.flags/
H A Dfix_sco_command_status_handling_flag_values.textproto3 name: "fix_sco_command_status_handling"
/aosp_15_r20/packages/modules/Bluetooth/flags/
Dsco.aconfig5 name: "fix_sco_command_status_handling"
/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.h103 virtual bool fix_sco_command_status_handling() = 0;
557 inline bool fix_sco_command_status_handling() { in fix_sco_command_status_handling() 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.rs462 pub fn fix_sco_command_status_handling(&self) -> bool { in fix_sco_command_status_handling() method
1914 pub fn fix_sco_command_status_handling() -> bool { in fix_sco_command_status_handling() function
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source/android_common/
Dreleased-flagged-apis-exportable.txt57 com.android.bluetooth.flags.fix_sco_command_status_handling
Drevert-annotations-exportable.txt57 …ion '!android.annotation.FlaggedApi("com.android.bluetooth.flags.fix_sco_command_status_handling")'
/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.cc281 virtual bool fix_sco_command_status_handling() override { in fix_sco_command_status_handling() function in com::android::bluetooth::flags::flag_provider
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source.module_lib/android_common/
Dreleased-flagged-apis-exportable.txt57 com.android.bluetooth.flags.fix_sco_command_status_handling
Drevert-annotations-exportable.txt57 …ion '!android.annotation.FlaggedApi("com.android.bluetooth.flags.fix_sco_command_status_handling")'
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.stubs.source.system/android_common/
Dreleased-flagged-apis-exportable.txt57 com.android.bluetooth.flags.fix_sco_command_status_handling
Drevert-annotations-exportable.txt57 …ion '!android.annotation.FlaggedApi("com.android.bluetooth.flags.fix_sco_command_status_handling")'
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1075 if (com::android::bluetooth::flags::fix_sco_command_status_handling()) { in btu_hcif_hdl_command_status()