Searched defs:dump (Results 1 - 22 of 22) sorted by relevance

/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp80 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) { function in class:android::BatteryPropertiesRegistrar
/system/core/libutils/
H A DCallStack.cpp58 void CallStack::dump(int fd, int indent, const char* prefix) const { function in class:android::CallStack
H A DProcessCallStack.cpp238 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { function in class:android::ProcessCallStack
/system/core/metricsd/uploader/
H A Dbn_metricsd_impl.cc93 Status BnMetricsdImpl::getHistogramsDump(String16* dump) { argument
96 *dump = String16(str_dump.c_str());
/system/extras/simpleperf/
H A Dreport.py55 strs = self.dump()
58 def dump(self): member in class:CallTreeNode
64 child_strs = child.dump()
/system/extras/verity/
H A DKeystoreSigner.java80 public void dump() throws Exception { method in class:BootKey
158 public void dump() throws Exception { method in class:BootKeystore
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cpp160 android::status_t BluetoothBinderServer::dump(int fd, const android::Vector<android::String16>& args) { function in class:ipc::binder::BluetoothBinderServer
168 // TODO (jamuraa): enumerate profiles and dump profile information
170 iface->dump(fd, NULL);
/system/core/metricsd/
H A Dmetrics_client.cc45 " -d: dump the histograms recorded by metricsd to stdout\n"
78 std::string dump; local
79 if (!metrics_lib.GetHistogramsDump(&dump)) {
80 printf("Failed to dump the histograms.");
84 printf("%s\n", dump.c_str());
H A Dmetrics_library.cc217 bool MetricsLibrary::GetHistogramsDump(std::string* dump) { argument
224 *dump = android::String8(temp_dump).string();
/system/netd/server/
H A DResolverController.cpp196 void ResolverController::dump(DumpWriter& dw, unsigned netId) { function in class:ResolverController
H A DNetdNativeService.cpp88 status_t NetdNativeService::dump(int fd, const Vector<String16> & /* args */) { function in class:android::net::NetdNativeService
97 // their dump() methods MUST handle locking appropriately.
100 gCtls->netCtrl.dump(dw);
136 // read/modify network internal state (that is sufficient for ::dump() because it doesn't
H A DNetworkController.cpp526 void NetworkController::dump(DumpWriter& dw) { function in class:NetworkController
547 android::net::gCtls->resolverCtrl.dump(dw, i.first);
/system/core/crash_reporter/
H A Dkernel_collector_test.cc96 std::string dump; local
97 dump.clear();
102 ASSERT_TRUE(collector_.LoadPreservedDump(&dump));
103 ASSERT_EQ("CrashRecordWithoutRamoopsHeader\n<6>[ 0.078852]", dump);
107 ASSERT_TRUE(collector_.LoadPreservedDump(&dump));
108 ASSERT_EQ("something", dump);
112 ASSERT_FALSE(collector_.LoadPreservedDump(&dump));
113 ASSERT_EQ("", dump);
H A Duser_collector.cc256 // process being reaped by the kernel before finishing a core dump.
645 bool dump = ShouldDump(is_feedback_allowed_function_(), local
653 if (dump) {
/system/core/gatekeeperd/
H A Dgatekeeperd.cpp299 virtual status_t dump(int fd, const Vector<String16> &) { function in class:android::GateKeeperProxy
/system/extras/libfec/
H A Dfec_read.cpp30 static void dump(const char *name, uint64_t value, const uint8_t *data, function
180 dump("raw RS block", rsb, copy, FEC_RSM);
370 dump("decoded block", curr, data, FEC_BLOCKSIZE);
/system/bt/btif/src/
H A Dbluetooth.c339 static void dump(int fd, const char **arguments) function
506 dump,
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp70 void NetlinkEvent::dump() { function in class:NetlinkEvent
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc124 bool dump=false)
126 if (dump) { fprintf(stderr, "raw %s is %s\n", tag, str.c_str()); }
134 if (dump) { fprintf(stderr, "squeezed %s is %s\n", tag, result.c_str()); }
122 squeezeWhite(const std::string &str, const char *tag, bool dump=false) argument
/system/core/libbacktrace/
H A Dbacktrace_test.cpp96 return " No frames to dump.\n";
406 // Create a process with multiple threads and dump all of the threads.
621 dump_thread_t* dump = reinterpret_cast<dump_thread_t*>(data); local
623 if (android_atomic_acquire_load(dump->now)) {
629 dump->backtrace = Backtrace::Create(getpid(), dump->thread.tid);
630 dump->backtrace->Unwind(0);
632 android_atomic_acquire_store(1, &dump->done);
658 // to begin their dump run.
699 // to begin their dump ru
[all...]
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.c1343 char dump[(4 * BTA_HF_CLIENT_AT_PARSER_MAX_LEN) + 1]; local
1347 p2 = dump;
1371 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, dump);
/system/core/libpixelflinger/
H A Dtrap.cpp830 void dump();
833 void AAEdge::dump() function in class:android::AAEdge

Completed in 1733 milliseconds