Searched defs:enabled (Results 26 - 38 of 38) sorted by relevance

12

/system/chre/chre_api/legacy/v1_0/chre/
H A Dsensor.h612 * Note that if 'enabled' is false, this value is not meaningful.
622 * Note that if 'enabled' is false, this value is not meaningful.
629 bool enabled; member in struct:chreSensorSamplingStatus
/system/bt/stack/test/
H A Dble_advertiser_test.cc799 * unregistering the advertiser, if it was enabled. */
900 std::array<int, 3> enabled = {{1, 3, 9}}; local
902 for (int advertiser_id : enabled) {
/system/chre/chre_api/include/chre_api/chre/
H A Dsensor.h756 * Note that if 'enabled' is false, this value is not meaningful.
769 * Note that if 'enabled' is false, this value is not meaningful.
776 bool enabled; member in struct:chreSensorSamplingStatus
/system/core/adf/libadf/
H A Dadf.cpp578 int adf_set_event(int fd, enum adf_event_type type, bool enabled) argument
583 data.enabled = enabled;
/system/core/adf/libadf/include/video/
H A Dadf.h61 __u8 enabled; member in struct:adf_set_event
/system/core/adf/libadf/original-kernel-headers/video/
H A Dadf.h62 * @enabled: subscribe or unsubscribe
73 __u8 enabled; member in struct:adf_set_event
/system/update_engine/
H A Domaha_request_params.h158 inline void set_wall_clock_based_wait_enabled(bool enabled) { argument
159 wall_clock_based_wait_enabled_ = enabled;
170 inline void set_update_check_count_wait_enabled(bool enabled) { argument
171 update_check_count_wait_enabled_ = enabled;
323 // True if scattering is enabled, in which case waiting_period_ specifies the
329 // True if scattering is enabled to denote the number of update checks
/system/update_engine/update_manager/
H A Dchromeos_policy.cc298 // If OOBE is enabled, wait until it is completed.
382 // scattering if this is an interactive update check, or if OOBE is enabled
421 // Find out whether P2P is globally enabled.
427 // Is P2P is enabled, consider allowing it for downloading and/or sharing.
491 // certain connection types (like Bluetooth) cannot be enabled even by policy.
576 bool enabled = false; local
588 enabled = *policy_au_p2p_enabled_p;
592 enabled = true;
597 // to whether or not P2P is enabled by device policy.
598 if (!enabled) {
[all...]
/system/bt/service/client/
H A Dmain.cc371 bool enabled; local
372 bt_iface->IsEnabled(&enabled);
373 PrintFieldAndBoolValue("Adapter enabled", enabled);
939 {"is-enabled", HandleIsEnabled, "\t\tReturn if Bluetooth is enabled"},
/system/chre/platform/slpi/
H A Dplatform_sensor.cc331 sensor.samplingStatus.enabled = false;
558 // Mark last event as valid only if the sensor is enabled. Event data
846 // If the request is passive, 'enabled' may change over time and needs to be
851 bool enabled = (request.getMode() != SensorMode::Off); local
852 if (status.enabled != enabled) {
854 status.enabled = enabled;
/system/bt/stack/btm/
H A Dbtm_ble_int_types.h138 uint8_t scan_duplicate_filter; /* duplicate filter enabled for scan */
310 bool enabled; member in struct:__anon867
/system/chre/platform/shared/include/chre/platform/shared/
H A Dhost_messages_generated.h539 bool enabled() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
568 void add_enabled(bool enabled) { argument
569 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_ENABLED, static_cast<uint8_t>(enabled), 1);
590 bool enabled = true,
596 builder_.add_enabled(enabled);
/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h761 bool enabled; member in struct:chre::fbs::ChreMessage::NanoappListEntryT
766 enabled(true),
791 bool enabled() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
829 void add_enabled(bool enabled) { argument
830 fbb_.AddElement<uint8_t>(NanoappListEntry::VT_ENABLED, static_cast<uint8_t>(enabled), 1);
851 bool enabled = true,
857 builder_.add_enabled(enabled);
1903 { auto _e = enabled(); _o->enabled = _e; };
1916 auto _enabled = _o->enabled;
[all...]

Completed in 284 milliseconds

12