Home
last modified time | relevance | path

Searched refs:Enable (Results 1 – 25 of 73) sorted by relevance

123

/system/core/libmemunreachable/
DScopedDisableMalloc.h33 ~DisableMallocGuard() { Enable(); } in ~DisableMallocGuard()
42 void Enable() { in Enable() function
65 ~ScopedDisableMalloc() { disable_malloc_.Enable(); } in ~ScopedDisableMalloc()
80 ~ScopedDisableMallocTimeout() { Enable(); } in ~ScopedDisableMallocTimeout()
84 void Enable() { in Enable() function
85 disable_malloc_.Enable(); in Enable()
92 disable_malloc_.Enable(); in Disable()
/system/sepolicy/prebuilts/api/29.0/private/
Dpolicy_capabilities1 # Enable new networking controls.
4 # Enable open permission check.
7 # Enable separate security classes for
14 # Enable NoNewPrivileges support. Requires libsepol 2.7+
/system/sepolicy/private/
Dpolicy_capabilities1 # Enable new networking controls.
4 # Enable open permission check.
7 # Enable separate security classes for
14 # Enable NoNewPrivileges support. Requires libsepol 2.7+
/system/sepolicy/prebuilts/api/27.0/private/
Dpolicy_capabilities1 # Enable new networking controls.
4 # Enable open permission check.
7 # Enable separate security classes for
/system/sepolicy/prebuilts/api/28.0/private/
Dpolicy_capabilities1 # Enable new networking controls.
4 # Enable open permission check.
7 # Enable separate security classes for
/system/sepolicy/prebuilts/api/26.0/private/
Dpolicy_capabilities1 # Enable new networking controls.
4 # Enable open permission check.
7 # Enable separate security classes for
/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc56 base::Bind(&BluetoothAdapter::Enable, base::Unretained(this)))); in BluetoothAdapter()
72 void BluetoothAdapter::Enable(MethodCall* method_call, in Enable() function in ipc::dbus::BluetoothAdapter
75 adapter_->Enable(false); in Enable()
Dbluetooth_adapter.h41 void Enable(MethodCall* method_call,
/system/bt/stack/btm/
Dble_advertiser_hci_interface.h81 virtual void Enable(uint8_t enable, std::vector<SetEnableData> sets,
84 void Enable(uint8_t enable, uint8_t handle, uint16_t duration, in Enable() function
92 Enable(enable, enableData, command_complete); in Enable()
Dbtm_ble_multi_adv.cc216 hci_interface->Enable(false, p_inst->inst_id, 0x00, 0x00, in ConfigureRpa()
233 hci_interface->Enable(true, p_inst->inst_id, 0x00, 0x00, in ConfigureRpa()
367 … c->self->Enable(c->inst_id, true, c->cb, c->duration, 0, std::move(c->timeout_cb)); in StartAdvertising()
585 self->Enable(inst_id, true, std::move(enable_cb), duration, maxExtAdvEvents, in StartAdvertisingSetFinish()
600 &BleAdvertisingManagerImpl::Enable, weak_factory_.GetWeakPtr(), inst_id, in EnableWithTimerCb()
608 void Enable(uint8_t inst_id, bool enable, MultiAdvCb cb, uint16_t duration, in Enable() function in __anonbc2499050111::BleAdvertisingManagerImpl
663 GetHciInterface()->Enable(enable, p_inst->inst_id, p_inst->duration, in EnableFinish()
860 GetHciInterface()->Enable(false, inst_id, 0x00, 0x00, base::DoNothing()); in Unregister()
915 GetHciInterface()->Enable(false, sets, base::DoNothing()); in Suspend()
930 if (!sets.empty()) GetHciInterface()->Enable(true, sets, base::DoNothing()); in Resume()
[all …]
/system/bt/stack/test/
Dble_advertiser_test.cc102 MOCK_METHOD3(Enable, void(uint8_t, std::vector<SetEnableData>, status_cb));
263 Enable(0x01 /* enable */, in TEST_F()
269 BleAdvertisingManager::Get()->Enable( in TEST_F()
281 Enable(0x00 /* disable */, in TEST_F()
402 Enable(0x01 /* enable */, in TEST_F()
408 BleAdvertisingManager::Get()->Enable(advertiser_id, true, Bind(DoNothing), 0, in TEST_F()
414 Enable(0x01 /* enable */, in TEST_F()
430 EXPECT_CALL(*hci_mock, Enable(_, _, _)).Times(Exactly(0)); in TEST_F()
464 EXPECT_CALL(*hci_mock, Enable(0x01 /* enable */, _, _)) in TEST_F()
491 Enable(0x00 /* disable */, in TEST_F()
[all …]
/system/core/logd/
DREADME.property4 ro.logd.auditd bool true Enable selinux audit daemon
8 persist.logd.security bool false Enable security buffer.
10 ro.logd.kernel bool+ svelte+ Enable klogd daemon
11 ro.logd.statistics bool+ svelte+ Enable logcat -S statistics.
15 logd.logpersistd string persist Enable logpersist daemon, "logcatd"
20 persist.logd.logpersistd string Enable logpersist daemon, "logcatd"
/system/bt/service/test/
Dadapter_unittest.cc120 TEST_F(AdapterTest, Enable) { in TEST_F() argument
127 EXPECT_FALSE(adapter_->Enable()); in TEST_F()
132 EXPECT_TRUE(adapter_->Enable()); in TEST_F()
140 EXPECT_FALSE(adapter_->Enable()); in TEST_F()
151 EXPECT_FALSE(adapter_->Enable()); in TEST_F()
Dmock_adapter.h35 MOCK_METHOD0(Enable, bool());
/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSink.aidl25 boolean Enable(); in Enable() method
DIBluetoothA2dpSource.aidl26 boolean Enable(in BluetoothA2dpCodecConfig[] codec_priorities); in Enable() method
DIBluetoothAvrcpControl.aidl26 boolean Enable(int id); in Enable() method
DIBluetoothAvrcpTarget.aidl30 boolean Enable(); in Enable() method
DIBluetooth.aidl35 boolean Enable(); in Enable() method
/system/media/camera/
DAndroid.bp32 // Enable assert()
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_source_binder_server.cc122 Status BluetoothA2dpSourceBinderServer::Enable( in Enable() function in ipc::binder::BluetoothA2dpSourceBinderServer
130 TRY_RET_FUNC(a2dp_source->Enable(codec_priorities_non_binder)); in Enable()
Dbluetooth_a2dp_sink_binder_server.cc50 Status BluetoothA2dpSinkBinderServer::Enable(bool* _aidl_return) { in Enable() function in ipc::binder::BluetoothA2dpSinkBinderServer
59 if (!a2dp_sink->Enable()) { in Enable()
Dbluetooth_a2dp_sink_binder_server.h50 android::binder::Status Enable(bool* _aidl_return) override;
/system/bt/service/
Da2dp_sink.h57 bool Enable();
/system/tools/hidl/docs/
DREADME.md16 generated HTML reference to the reference directory. Enable verbose mode:

123