Searched defs:Enable (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/btm/
H A Dble_advertiser_hci_interface.h80 virtual void Enable(uint8_t enable, std::vector<SetEnableData> sets,
83 void Enable(uint8_t enable, uint8_t handle, uint16_t duration, function in class:BleAdvertiserHciInterface
91 Enable(enable, enableData, command_complete);
/system/bt/service/ipc/dbus/
H A Dbluetooth_adapter.cc33 const std::string kEnable = "Enable";
56 base::Bind(&BluetoothAdapter::Enable, base::Unretained(this))));
72 void BluetoothAdapter::Enable(MethodCall* method_call, function in class:ipc::dbus::BluetoothAdapter
75 adapter_->Enable(false);
/system/core/libmemunreachable/
H A DScopedDisableMalloc.h33 ~DisableMallocGuard() { Enable(); }
42 void Enable() { function in class:android::DisableMallocGuard
65 ~ScopedDisableMalloc() { disable_malloc_.Enable(); }
80 ~ScopedDisableMallocTimeout() { Enable(); }
84 void Enable() { function in class:android::ScopedDisableMallocTimeout
85 disable_malloc_.Enable();
92 disable_malloc_.Enable();
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc63 Status BluetoothBinderServer::Enable(bool start_restricted, function in class:ipc::binder::BluetoothBinderServer
66 *_aidl_return = adapter_->Enable(start_restricted);
/system/tpm/trunks/
H A Dresource_manager.cc45 void Enable(bool* target) { function in class:__anon2658::ScopedBool
393 scoped_bool.Enable(&fixing_warnings_);
/system/core/init/
H A Dservice.cpp986 Result<Success> Service::Enable() { function in class:android::init::Service

Completed in 1970 milliseconds