Home
last modified time | relevance | path

Searched refs:IsEnabled (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc55 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) { in IsEnabled() function in ipc::binder::BluetoothBinderServer
57 *_aidl_return = adapter_->IsEnabled(); in IsEnabled()
199 if (!adapter_->IsEnabled()) { in GetA2dpSinkInterface()
222 if (!adapter_->IsEnabled()) { in GetA2dpSourceInterface()
245 if (!adapter_->IsEnabled()) { in GetLowEnergyInterface()
262 if (!adapter_->IsEnabled()) { in GetLeAdvertiserInterface()
280 if (!adapter_->IsEnabled()) { in GetLeScannerInterface()
297 if (!adapter_->IsEnabled()) { in GetGattClientInterface()
314 if (!adapter_->IsEnabled()) { in GetGattServerInterface()
331 if (!adapter_->IsEnabled()) { in GetAvrcpControlInterface()
[all …]
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc130 if (GetVirtualAbFeatureFlag().IsEnabled()) { in DynamicPartitionControlAndroid()
162 GetVirtualAbFeatureFlag().IsEnabled() && in OptimizeOperation()
481 if (GetVirtualAbFeatureFlag().IsEnabled()) { in PreparePartitionsForUpdate()
560 if (!GetVirtualAbFeatureFlag().IsEnabled()) { in SetTargetBuildVars()
848 if (!GetVirtualAbFeatureFlag().IsEnabled()) in GetSpaceLimit()
972 if (GetVirtualAbFeatureFlag().IsEnabled()) { in UpdatePartitionMetadata()
1272 if (!GetVirtualAbFeatureFlag().IsEnabled()) { in GetCleanupPreviousUpdateAction()
1280 if (!GetVirtualAbFeatureFlag().IsEnabled()) { in ResetUpdate()
1376 if (!GetVirtualAbFeatureFlag().IsEnabled()) { in ExpectMetadataMounted()
1391 if (!GetVirtualAbFeatureFlag().IsEnabled()) { in EnsureMetadataMounted()
[all …]
H A Dcleanup_previous_update_action.cc154 .IsEnabled()) { in StartActionInternal()
482 .IsEnabled(); in ReportMergeStats()
/aosp12/system/bt/service/test/
H A Dadapter_unittest.cc110 TEST_F(AdapterTest, IsEnabled) { in TEST_F() argument
111 EXPECT_FALSE(adapter_->IsEnabled()); in TEST_F()
114 EXPECT_TRUE(adapter_->IsEnabled()); in TEST_F()
117 EXPECT_FALSE(adapter_->IsEnabled()); in TEST_F()
123 EXPECT_FALSE(adapter_->IsEnabled()); in TEST_F()
158 EXPECT_FALSE(adapter_->IsEnabled()); in TEST_F()
H A Dmock_adapter.h34 MOCK_CONST_METHOD0(IsEnabled, bool());
H A Dlow_energy_scanner_unittest.cc272 EXPECT_CALL(mock_adapter_, IsEnabled()) in TEST_F()
321 EXPECT_CALL(mock_adapter_, IsEnabled()).Times(1).WillOnce(Return(true)); in TEST_F()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h104 SLresult (*IsEnabled) (SLAndroidEffectItf self, member
136 SLresult (*IsEnabled) ( member
419 SLresult (*IsEnabled)( member
438 SLresult (*IsEnabled)( member
457 SLresult (*IsEnabled)( member
/aosp12/bionic/linker/
H A Dlinker_logger.h40 if (g_linker_logger.IsEnabled(type)) g_linker_logger.Log(x); \
54 uint32_t IsEnabled(uint32_t type) { in IsEnabled() function
/aosp12/hardware/google/camera/common/sensor_listener/
H A Dgoog_sensor_sync.cc174 if (!IsEnabled()) { in SyncTimestamp()
213 if (!IsEnabled()) { in FindNearestEvent()
231 if (!IsEnabled()) { in MatchTimestamp()
H A Dgoog_sensor_environment.h86 return IsEnabled(); in GetSensorEnablingStatus()
H A Dgoog_sensor_sync.h49 return IsEnabled(); in GetSensorEnablingStatus()
H A Dgoog_sensor_wrapper.h61 bool IsEnabled() const { return enabled_; } in IsEnabled() function
H A Dgoog_sensor_motion.h109 return IsEnabled(); in GetSensorEnablingStatus()
/aosp12/system/extras/simpleperf/
H A DETMRecorder.cpp84 bool ETMPerCpu::IsEnabled() const { in IsEnabled() function in simpleperf::ETMPerCpu
129 if (!p.second.IsEnabled()) { in CheckEtmSupport()
H A DETMRecorder.h41 bool IsEnabled() const;
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c446 result = (*playerEffectSend)->IsEnabled(playerEffectSend, outputMixPresetReverb, in main()
466 result = (*playerEffectSend)->IsEnabled(playerEffectSend, outputMixPresetReverb, in main()
482 result = (*playerEffectSend)->IsEnabled(playerEffectSend, in main()
501 result = (*playerEffectSend)->IsEnabled(playerEffectSend, in main()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp396 result = (*aecItf)->IsEnabled(aecItf, &enabled); in TestRecToBuffQueue()
412 result = (*agcItf)->IsEnabled(agcItf, &enabled); in TestRecToBuffQueue()
428 result = (*nsItf)->IsEnabled(nsItf, &enabled); in TestRecToBuffQueue()
/aosp12/art/runtime/javaheapprof/
H A Djavaheapsampler.h71 bool IsEnabled();
H A Djavaheapsampler.cc134 bool HeapSampler::IsEnabled() { in IsEnabled() function in art::HeapSampler
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl33 boolean IsEnabled(); in IsEnabled() method
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dle_advertiser.h68 bool IsEnabled() const;
/aosp12/system/bt/service/example/heart_rate/
H A Dserver_main.cc102 bluetooth->IsEnabled(&enabled); in main()
/aosp12/system/update_engine/common/
H A Ddynamic_partition_control_interface.h49 constexpr bool IsEnabled() const { return value_ != Value::NONE; } in IsEnabled() function
/aosp12/system/bt/service/
H A Dadapter.h115 virtual bool IsEnabled() const = 0;
/aosp12/art/runtime/jit/
H A Dprofile_saver_options.h80 bool IsEnabled() const { in IsEnabled() function

12