Home
last modified time | relevance | path

Searched refs:Enabled (Results 1 – 12 of 12) sorted by relevance

/system/tools/aidl/build/
Daidl_interface.go271 Enabled *bool member
429 return i.properties.Backend.Java.Enabled == nil || *i.properties.Backend.Java.Enabled
434 return i.properties.Backend.Cpp.Enabled == nil || *i.properties.Backend.Cpp.Enabled
439 return i.properties.Backend.Ndk.Enabled == nil || *i.properties.Backend.Ndk.Enabled
451 return i.properties.Backend.Rust.Enabled != nil && *i.properties.Backend.Rust.Enabled
716 if proptools.Bool(i.properties.VndkProperties.Vndk.Enabled) {
Dproperties.go25 Enabled *bool member
Daidl_interface_backends.go59 overrideVndkProperties.Vndk.Enabled = proptools.BoolPtr(false)
157 overrideVndkProperties.Vndk.Enabled = proptools.BoolPtr(false)
200 Darwin: perTargetProperties{Enabled: proptools.BoolPtr(false)}},
306 …Target: rustTargetProperties{Darwin: perTargetProperties{Enabled: proptools.BoolPtr(false)…
Daidl_api.go477 if !module.Enabled() {
/system/bt/btif/src/
Dbtif_av.cc370 bool Enabled() const { return enabled_; } in Enabled() function in BtifAvSource
558 bool Enabled() const { return enabled_; } in Enabled() function in BtifAvSink
711 if (btif_av_source.Enabled()) return btif_av_source_find_peer(peer_address); in btif_av_find_peer()
712 if (btif_av_sink.Enabled()) return btif_av_sink_find_peer(peer_address); in btif_av_find_peer()
716 if (btif_av_source.Enabled()) in btif_av_find_active_peer()
718 if (btif_av_sink.Enabled()) in btif_av_find_active_peer()
1512 if (btif_av_source.Enabled()) { in ProcessEvent()
1516 } else if (btif_av_sink.Enabled()) { in ProcessEvent()
2336 if (btif_av_source.Enabled() && in btif_av_source_initiate_av_open_timer_timeout()
2363 if (btif_av_sink.Enabled() && in btif_av_sink_initiate_av_open_timer_timeout()
[all …]
/system/bt/gd/docs/architecture/
Dstyle_guide.md195 * LOG_INFO(fmt, args...): Enabled
196 * LOG_WARN(fmt, args...): Enabled
197 * LOG_ERROR(fmt, args...): Enabled
198 * LOG_ALWAYS_FATAL(fmt, args...): Enabled, will always crash
199 * ASSERT(condition): Enabled, will crash when condition is false
200 * ASSERT_LOG(conditon, fmt, args...): Enabled, will crash and print log when
/system/libvintf/include/vintf/
DCheckFlags.h31 constexpr bool is##name##Enabled() const { return mValue & (1 << bit); }
DSerializeFlags.h34 constexpr bool is##name##Enabled() const { return mValue & (1 << bit); }
/system/bt/gd/rust/hci/src/
Dcontroller.rs41 hci.send(WriteSimplePairingModeBuilder { simple_pairing_mode: Enable::Enabled }) in provide_controller()
44 le_supported_host: Enable::Enabled, in provide_controller()
45 simultaneous_le_host: Enable::Enabled in provide_controller()
/system/bt/build/
DAndroid.bp154 // Enabled code coverage on a binary. These flags allow libraries that were
/system/core/fs_mgr/libsnapshot/
Dfuzz_utils.h144 template <typename FuzzFunction, typename Signature, typename Enabled = void>
/system/bt/gd/
DAndroid.bp66 // Enabled code coverage on a binary. These flags allow libraries that were