Searched refs:Run (Results 76 - 100 of 136) sorted by relevance

123456

/system/bt/service/example/heart_rate/
H A Dheart_rate_server.h49 bool Run(const RunCallback& callback);
100 // Callback passed to Run(). We use this to tell main that all attributes have
/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.cc38 callback_.Run();
/system/tpm/attestation/server/
H A Dmain.cc111 return daemon.Run();
H A Ddatabase_impl.cc43 callback.Run();
H A Ddatabase_impl_test.cc160 fake_watch_callback_.Run();
H A Dattestation_service.h125 callback.Run(*reply);
/system/tpm/trunks/
H A Dtpm_generated_test.cc283 void Run() { function in class:trunks::CommandFlowTest
350 Run();
377 Run();
444 Run();
H A Dtrunks_binder_service.cc86 callback.Run(CreateErrorResponse(SAPI_RC_BAD_PARAMETER));
H A Dtrunksd.cc121 return service.Run();
/system/update_engine/
H A Dchrome_browser_proxy_resolver.cc135 callback.Run(proxies);
H A Dmain.cc126 int exit_code = update_engine_daemon.Run();
H A Dsideload_main.cc181 loop.Run();
/system/core/liblog/tests/
H A Dbenchmark_main.cpp120 void Run(Benchmark* b) { function in namespace:testing
233 Run(b);
/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp45 bool Run(const std::vector<std::string>& args);
59 bool DumpRecordCommand::Run(const std::vector<std::string>& args) { function in class:DumpRecordCommand
H A Dcommand.cpp141 bool result = command->Run(args);
H A Dcmd_kmem.cpp322 bool Run(const std::vector<std::string>& args);
361 bool KmemCommand::Run(const std::vector<std::string>& args) { function in class:__anon1761::KmemCommand
473 return record_cmd->Run(args);
H A Dcmd_report_test.cpp52 ASSERT_TRUE(ReportCmd()->Run(args));
455 ASSERT_FALSE(ReportCmd()->Run({"-i", GetTestData(INVALID_PERF_DATA)}));
489 RecordCmd()->Run({"-p", pid, "-g", "-o", tmp_file.path, "sleep", SLEEP_SEC}));
/system/update_engine/update_manager/
H A Devaluation_context.cc86 unregister_cb_->Run(this);
130 callback->Run();
H A Dgeneric_variables.h151 return new T(func_.Run());
H A Devaluation_context_unittest.cc71 evaluation.Run();
311 // Run the evaluation once.
312 evaluation.Run();
/system/bt/service/test/
H A Dlow_energy_scanner_unittest.cc185 reg_scanner_cb.Run(next_scanner_id_++, BT_STATUS_SUCCESS);
242 reg_scanner_cb1.Run(scanner_if0, BT_STATUS_SUCCESS);
261 reg_scanner_cb2.Run(scanner_if1, BT_STATUS_FAIL);
/system/bt/hci/src/
H A Dhci_layer.cc148 send_data_upwards.Run(from_here, packet);
175 run_loop_->Run();
445 send_data_upwards.Run(FROM_HERE, packet);
637 send_data_upwards.Run(FROM_HERE, packet);
/system/bt/service/ipc/
H A Dipc_handler_linux.cc44 bool IPCHandlerLinux::Run() { function in class:ipc::IPCHandlerLinux
/system/bt/test/suite/core/
H A Dthread_performance_test.cc39 run_loop->Run();
/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc193 loop.Run();
300 loop.Run();
405 loop.Run();
488 loop_.Run();

Completed in 276 milliseconds

123456