| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
| D | iface_bluetooth_telephony.rs | 18 fn set_network_available(&mut self, network_available: bool) { in set_network_available() 22 fn set_roaming(&mut self, roaming: bool) { in set_roaming() 26 fn set_signal_strength(&mut self, signal_strength: i32) -> bool { in set_signal_strength() 30 fn set_battery_level(&mut self, battery_level: i32) -> bool { in set_battery_level() 34 fn set_phone_ops_enabled(&mut self, enable: bool) { in set_phone_ops_enabled() 38 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() 42 fn dialing_call(&mut self, number: String) -> bool { in dialing_call() 46 fn answer_call(&mut self) -> bool { in answer_call() 50 fn hangup_call(&mut self) -> bool { in hangup_call() 54 fn set_memory_call(&mut self, number: Option<String>) -> bool { in set_memory_call() [all …]
|
| D | iface_bluetooth.rs | 91 fn on_discoverable_changed(&mut self, discoverable: bool) { in on_discoverable_changed() 103 fn on_discovering_changed(&mut self, discovering: bool) { in on_discovering_changed() 117 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) { in on_pin_request() 418 fn unregister_connection_callback(&mut self, id: u32) -> bool { in unregister_connection_callback() 423 fn enable(&mut self) -> bool { in enable() 429 fn disable(&mut self) -> bool { in disable() 449 fn set_name(&self, name: String) -> bool { in set_name() 459 fn set_bluetooth_class(&self, cod: u32) -> bool { in set_bluetooth_class() 464 fn get_discoverable(&self) -> bool { in get_discoverable() 474 fn set_discoverable(&mut self, mode: BtDiscMode, duration: u32) -> bool { in set_discoverable() [all …]
|
| D | iface_bluetooth_media.rs | 61 fn on_absolute_volume_supported_changed(&mut self, supported: bool) { in on_absolute_volume_supported_changed() 149 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool { in register_callback() 154 fn initialize(&mut self) -> bool { in initialize() 159 fn cleanup(&mut self) -> bool { in cleanup() 194 ) -> bool { in set_audio_config() 209 fn start_audio_request(&mut self) -> bool { in start_audio_request() 214 fn get_a2dp_audio_started(&mut self, address: String) -> bool { in get_a2dp_audio_started() 224 fn start_sco_call(&mut self, address: String, sco_offload: bool, force_cvsd: bool) -> bool { in start_sco_call()
|
| D | iface_logging.rs | 12 fn is_debug_enabled(&self) -> bool { in is_debug_enabled() 17 fn set_debug_logging(&mut self, enabled: bool) { in set_debug_logging()
|
| /packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
| D | ffi.rs | 62 pub extern "C" fn frontend_start(doh: &mut DohFrontend) -> bool { in frontend_start() 68 pub extern "C" fn frontend_stop(doh: &mut DohFrontend) -> bool { in frontend_stop() 95 ) -> bool { in frontend_set_certificate() 112 ) -> bool { in frontend_set_private_key() 123 pub extern "C" fn frontend_set_delay_queries(doh: &mut DohFrontend, count: i32) -> bool { in frontend_set_delay_queries() 129 pub extern "C" fn frontend_set_max_idle_timeout(doh: &mut DohFrontend, value: u64) -> bool { in frontend_set_max_idle_timeout() 139 pub extern "C" fn frontend_set_max_buffer_size(doh: &mut DohFrontend, value: u64) -> bool { in frontend_set_max_buffer_size() 146 pub extern "C" fn frontend_set_max_streams_bidi(doh: &mut DohFrontend, value: u64) -> bool { in frontend_set_max_streams_bidi() 152 pub extern "C" fn frontend_block_sending(doh: &mut DohFrontend, block: bool) -> bool { in frontend_block_sending() 160 pub extern "C" fn frontend_set_reset_stream_id(doh: &mut DohFrontend, stream_id: u64) -> bool { in frontend_set_reset_stream_id() [all …]
|
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | bluetooth_media.rs | 66 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool; in register_callback() 69 fn initialize(&mut self) -> bool; in initialize() 72 fn cleanup(&mut self) -> bool; in cleanup() 92 ) -> bool; in set_audio_config() 101 fn start_audio_request(&mut self) -> bool; in start_audio_request() 105 fn get_a2dp_audio_started(&mut self, address: String) -> bool; in get_a2dp_audio_started() 114 fn start_sco_call(&mut self, address: String, sco_offload: bool, force_cvsd: bool) -> bool; in start_sco_call() 140 fn on_absolute_volume_supported_changed(&mut self, supported: bool); in on_absolute_volume_supported_changed() 161 fn set_network_available(&mut self, network_available: bool); in set_network_available() 163 fn set_roaming(&mut self, roaming: bool); in set_roaming() [all …]
|
| D | bluetooth_logging.rs | 8 fn is_debug_enabled(&self) -> bool; in is_debug_enabled() 11 fn set_debug_logging(&mut self, enabled: bool); in set_debug_logging() 20 pub fn new(is_debug: bool, log_output: &str) -> Self { in new() 43 fn is_debug_enabled(&self) -> bool { in is_debug_enabled() 47 fn set_debug_logging(&mut self, enabled: bool) { in set_debug_logging()
|
| D | bluetooth.rs | 77 fn unregister_connection_callback(&mut self, callback_id: u32) -> bool; in unregister_connection_callback() 82 fn enable(&mut self) -> bool; in enable() 87 fn disable(&mut self) -> bool; in disable() 99 fn set_name(&self, name: String) -> bool; in set_name() 105 fn set_bluetooth_class(&self, cod: u32) -> bool; in set_bluetooth_class() 108 fn get_discoverable(&self) -> bool; in get_discoverable() 114 fn set_discoverable(&mut self, mode: BtDiscMode, duration: u32) -> bool; in set_discoverable() 118 fn is_multi_advertisement_supported(&self) -> bool; in is_multi_advertisement_supported() 121 fn is_le_extended_advertising_supported(&self) -> bool; in is_le_extended_advertising_supported() 124 fn start_discovery(&mut self) -> bool; in start_discovery() [all …]
|
| D | bluetooth_admin.rs | 21 fn is_service_allowed(&self, service: Uuid128Bit) -> bool; in is_service_allowed() 23 fn set_allowed_services(&mut self, services: Vec<Uuid128Bit>) -> bool; in set_allowed_services() 34 fn unregister_admin_policy_callback(&mut self, callback_id: u32) -> bool; in unregister_admin_policy_callback() 100 fn get_affected_status(&self, blocked_services: &Vec<Uuid128Bit>) -> bool { in get_affected_status() 122 fn load_config_from_json(&mut self, json: &Value) -> Option<bool> { in load_config_from_json() 204 fn is_service_allowed(&self, service: Uuid128Bit) -> bool { in is_service_allowed() 208 fn set_allowed_services(&mut self, services: Vec<Uuid128Bit>) -> bool { in set_allowed_services() 274 fn unregister_admin_policy_callback(&mut self, callback_id: u32) -> bool { in unregister_admin_policy_callback()
|
| /packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
| D | bluetooth_manager.rs | 28 fn is_adapter_enabled(&self, hci_device: VirtualHciIndex) -> bool { in is_adapter_enabled() 32 fn is_adapter_present(&self, hci_device: VirtualHciIndex) -> bool { in is_adapter_present() 36 pub(crate) fn callback_hci_device_change(&mut self, hci_device: i32, present: bool) { in callback_hci_device_change() 42 pub(crate) fn callback_hci_enabled_change(&mut self, hci_device: i32, enabled: bool) { in callback_hci_enabled_change() 105 fn get_adapter_enabled(&mut self, hci_interface: i32) -> bool { in get_adapter_enabled() 122 fn get_floss_enabled(&mut self) -> bool { in get_floss_enabled() 126 fn set_floss_enabled(&mut self, enabled: bool) { in set_floss_enabled() 175 fn set_ll_privacy(&mut self, enabled: bool) { in set_ll_privacy() 191 fn set_devcoredump(&mut self, enabled: bool) -> bool { in set_devcoredump()
|
| D | config_util.rs | 43 pub fn write_floss_enabled(enabled: bool) -> bool { in write_floss_enabled() 72 pub fn is_hci_n_enabled(n: i32) -> bool { in is_hci_n_enabled() 79 fn is_hci_n_enabled_internal(config: String, n: i32) -> Option<bool> { in is_hci_n_enabled_internal() 99 pub fn modify_hci_n_enabled(n: i32, enabled: bool) -> bool { in modify_hci_n_enabled() 139 pub fn set_default_adapter(adapter: i32) -> bool { in set_default_adapter() 164 pub fn check_hci_device_exists(hci: i32) -> bool { in check_hci_device_exists() 197 pub fn reset_hci_device(hci: i32) -> bool { in reset_hci_device() 241 pub fn write_coredump_state_to_file(enabled: bool) -> bool { in write_coredump_state_to_file() 261 fn is_hci_n_enabled_internal_wrapper(config: String, n: i32) -> bool { in is_hci_n_enabled_internal_wrapper()
|
| D | bluetooth_manager_dbus.rs | 41 fn get_adapter_enabled(&mut self, hci_interface: i32) -> bool { in get_adapter_enabled() 51 fn get_floss_enabled(&mut self) -> bool { in get_floss_enabled() 56 fn set_floss_enabled(&mut self, enabled: bool) { in set_floss_enabled() 82 fn on_hci_device_changed(&mut self, hci_interface: i32, present: bool) {} in on_hci_device_changed() 85 fn on_hci_enabled_changed(&mut self, hci_interface: i32, enabled: bool) {} in on_hci_enabled_changed()
|
| D | iface_bluetooth_manager.rs | 29 fn get_adapter_enabled(&mut self, hci_interface: i32) -> bool; in get_adapter_enabled() 35 fn get_floss_enabled(&mut self) -> bool; in get_floss_enabled() 38 fn set_floss_enabled(&mut self, enabled: bool); in set_floss_enabled() 55 fn on_hci_device_changed(&mut self, hci_interface: i32, present: bool); in on_hci_device_changed() 58 fn on_hci_enabled_changed(&mut self, hci_interface: i32, enabled: bool); in on_hci_enabled_changed()
|
| D | iface_bluetooth_experimental.rs | 4 fn set_ll_privacy(&mut self, enabled: bool); in set_ll_privacy() 7 fn set_devcoredump(&mut self, enabled: bool) -> bool; in set_devcoredump()
|
| D | bluetooth_experimental_dbus.rs | 20 fn set_ll_privacy(&mut self, enabled: bool) { in set_ll_privacy() 25 fn set_devcoredump(&mut self, enabled: bool) -> bool { in set_devcoredump()
|
| /packages/modules/Bluetooth/system/blueberry/utils/ui_pages/ |
| D | ui_core.py | 66 do_go_home: bool = True, 67 safe_get: bool = False) -> None: 556 self, from_all: bool = False) -> Iterable[ui_node.UINode]: 565 from_all: bool = False) -> OptUINode: 585 func: Callable[[ui_node.UINode], bool], argument 586 from_all: bool = False) -> OptUINode: 603 def get_node_by_text(self, text: str, from_all: bool = False) -> OptUINode: 623 from_all: bool = False) -> NodeGenerator: 632 from_all: bool = False) -> List[ui_node.UINode]: 648 from_all: bool = False) -> Optional[ui_node.UINode]: [all …]
|
| /packages/modules/Virtualization/libs/devicemapper/src/ |
| D | loopdevice.rs | 68 direct_io: bool, in attach() 69 writable: bool, in attach() 106 direct_io: bool, in try_attach() 107 writable: bool, in try_attach() 173 fn is_direct_io(dev: &Path) -> bool { in is_direct_io() 179 fn is_direct_io_writable(dev: &Path) -> bool { in is_direct_io_writable()
|
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
| D | dbus_iface.rs | 514 fn on_discoverable_changed(&mut self, discoverable: bool) {} in on_discoverable_changed() 523 fn on_discovering_changed(&mut self, discovering: bool) {} in on_discovering_changed() 536 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) {} in on_pin_request() 655 fn unregister_connection_callback(&mut self, id: u32) -> bool { in unregister_connection_callback() 659 fn enable(&mut self) -> bool { in enable() 664 fn disable(&mut self) -> bool { in disable() 685 fn set_name(&self, name: String) -> bool { in set_name() 695 fn set_bluetooth_class(&self, cod: u32) -> bool { in set_bluetooth_class() 700 fn get_discoverable(&self) -> bool { in get_discoverable() 710 fn set_discoverable(&mut self, mode: BtDiscMode, duration: u32) -> bool { in set_discoverable() [all …]
|
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
| D | features.rs | 39 async fn supported_on_both_page(ctx: &impl Context, page_number: u8, feature_mask: u64) -> bool { in supported_on_both_page() 56 ) -> bool { in supported_on_both_page1() 63 ) -> bool { in supported_on_both_page2()
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
| D | a2dp.rs | 111 pub fn validate_bits(val: i32) -> bool { in validate_bits() 126 pub fn validate_bits(val: i32) -> bool { in validate_bits() 140 pub fn validate_bits(val: i32) -> bool { in validate_bits() 199 fn set_audio_config(self: &A2dpIntf, config: A2dpCodecConfig) -> bool; in set_audio_config() 200 fn start_audio_request(self: &A2dpIntf) -> bool; in start_audio_request() 201 fn stop_audio_request(self: &A2dpIntf) -> bool; in stop_audio_request() 202 fn suspend_audio_request(self: &A2dpIntf) -> bool; in suspend_audio_request() 306 fn is_enabled(&self) -> bool { in is_enabled() 310 fn enable(&mut self) -> bool { in enable() 317 fn disable(&mut self) -> bool { in disable() [all …]
|
| D | avrcp.rs | 54 fn avrcp_device_connected(addr: RawAddress, absolute_volume_enabled: bool); in avrcp_device_connected() 124 fn is_enabled(&self) -> bool { in is_enabled() 128 fn enable(&mut self) -> bool { in enable() 135 fn disable(&mut self) -> bool { in disable() 152 pub fn is_initialized(&self) -> bool { in is_initialized() 156 pub fn initialize(&mut self, callbacks: AvrcpCallbacksDispatcher) -> bool { in initialize() 180 pub fn cleanup(&mut self) -> bool { in cleanup() 206 pub fn add_player(&mut self, name: &String, browsing_supported: bool) { in add_player() 266 pub fn initialize(&mut self, callbacks: AvrcpCtrlCallbacksDispatcher) -> bool { in initialize()
|
| D | hfp.rs | 130 sco_offload: bool, in connect_audio() 131 force_cvsd: bool, in connect_audio() 159 fn simple_at_response(self: Pin<&mut HfpIntf>, ok: bool, addr: RawAddress) -> u32; in simple_at_response() 168 fn hfp_wbs_caps_update_callback(wbs_supported: bool, addr: RawAddress); in hfp_wbs_caps_update_callback() 169 fn hfp_swb_caps_update_callback(swb_supported: bool, addr: RawAddress); in hfp_swb_caps_update_callback() 289 fn is_enabled(&self) -> bool { in is_enabled() 293 fn enable(&mut self) -> bool { in enable() 300 fn disable(&mut self) -> bool { in disable() 317 pub fn is_initialized(&self) -> bool { in is_initialized() 321 pub fn initialize(&mut self, callbacks: HfpCallbacksDispatcher) -> bool { in initialize() [all …]
|
| /packages/modules/Bluetooth/system/blueberry/utils/ui_pages/fitbit_companion/ |
| D | __init__.py | 14 safe_get: bool = False, 15 do_go_home: bool = True) -> context.Context:
|
| /packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/audio_codec/src/ |
| D | ImsMediaAudioPlayer.cpp | 37 void ImsMediaAudioPlayer::SetDtxEnabled(bool /*isDtxEnabled*/) {} in SetDtxEnabled() argument 39 void ImsMediaAudioPlayer::SetOctetAligned(bool /*isOctetAligned*/) {} in SetOctetAligned() argument 50 bool ImsMediaAudioPlayer::onDataFrame(uint8_t* /*buffer*/, uint32_t /*size*/, bool /*isSid*/) in onDataFrame() argument
|
| /packages/modules/Virtualization/authfs/service/src/ |
| D | authfs.rs | 55 writable: bool, in openFile() 82 debuggable: bool, in mount_and_wait() 135 debuggable: bool, in run_authfs() 187 fn is_fuse(path: &OsStr) -> Result<bool> { in is_fuse()
|