Searched refs:Options (Results 1 – 25 of 27) sorted by relevance
12
/system/vold/ |
D | secdiscard.cpp | 38 struct Options { struct 45 bool read_command_line(int argc, const char * const argv[], Options &options); 55 Options options; in main() 77 bool read_command_line(int argc, const char * const argv[], Options &options) { in read_command_line()
|
/system/extras/perfprofd/quipper/ |
D | perf_parser.h | 123 struct Options { struct 137 explicit PerfParser(const Options& options); argument 140 void set_options(const Options& options); 197 Options options_; // Store all option flags as one struct.
|
D | perf_parser.cc | 53 PerfParser::PerfParser(const PerfParser::Options& options) { in PerfParser() 57 void PerfParser::set_options(const PerfParser::Options& options) { in set_options()
|
/system/bt/service/ipc/dbus/ |
D | ipc_handler_dbus.cc | 39 base::Thread::Options thread_options; in Run() 52 Bus::Options bus_options; in InitDbus()
|
/system/hardware/interfaces/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/tools/hidl/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/nfc/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/libvintf/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/libhwbinder/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/libfmq/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/libhidl/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/bt/ |
D | PREUPLOAD.cfg | 1 [Options]
|
/system/libufdt/ |
D | PREUPLOAD.cfg | 4 [Builtin Hooks Options]
|
/system/core/ |
D | PREUPLOAD.cfg | 4 [Builtin Hooks Options]
|
/system/tpm/tpm_manager/client/ |
D | tpm_ownership_dbus_proxy.cc | 41 dbus::Bus::Options options; in Initialize()
|
D | tpm_nvram_dbus_proxy.cc | 41 dbus::Bus::Options options; in Initialize()
|
/system/tpm/trunks/ |
D | trunks_dbus_proxy.cc | 48 dbus::Bus::Options options; in Init()
|
/system/bt/service/ipc/ |
D | ipc_handler_linux.cc | 105 base::Thread::Options options(base::MessageLoop::TYPE_IO, 0); in Run()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 35 Bus::Options options; in Init()
|
/system/tpm/attestation/client/ |
D | dbus_proxy.cc | 42 dbus::Bus::Options options; in Initialize()
|
/system/tpm/tpm_manager/server/ |
D | tpm_manager_service.cc | 40 base::Thread::Options(base::MessageLoop::TYPE_IO, 0)); in Initialize()
|
D | dbus_service_test.cc | 46 dbus::Bus::Options options; in SetUp()
|
/system/tpm/attestation/server/ |
D | dbus_service_test.cc | 43 dbus::Bus::Options options; in SetUp()
|
D | attestation_service.cc | 53 base::Thread::Options(base::MessageLoop::TYPE_IO, 0)); in Initialize()
|
/system/core/init/ |
D | README.md | 5 Actions, Commands, Services, Options, and Imports. 155 Options section 157 Options are modifiers to services. They affect how and when init
|
12