Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs8 always_use_private_gatt_for_debugging_is_enabled, rust_event_loop_is_enabled,
285 if !rust_event_loop_is_enabled() { in open_server()
305 if !rust_event_loop_is_enabled() { in close_server()
381 if !rust_event_loop_is_enabled() { in add_service()
414 if !rust_event_loop_is_enabled() { in remove_service()
434 if !rust_event_loop_is_enabled() { in is_connection_isolated()
442 if !rust_event_loop_is_enabled() { in send_response()
469 if !rust_event_loop_is_enabled() { in send_indication()
494 if !rust_event_loop_is_enabled() { in associate_server_with_advertiser()
504 if !rust_event_loop_is_enabled() { in clear_advertiser()
/packages/modules/Bluetooth/system/rust/src/core/
Dmod.rs11 use bt_common::init_flags::rust_event_loop_is_enabled;
27 if rust_event_loop_is_enabled() { in start()
/packages/modules/Bluetooth/system/rust/src/
Dlib.rs18 use bt_common::init_flags::rust_event_loop_is_enabled;
162 if !rust_event_loop_is_enabled() { in do_in_rust_thread()
/packages/modules/Bluetooth/system/gd/rust/shim/src/
Dinit_flags.rs49 fn rust_event_loop_is_enabled() -> bool; in rust_event_loop_is_enabled() function