Searched refs:dump (Results 26 - 50 of 62) sorted by relevance

123

/system/libvintf/include/vintf/
H A DHalManifest.h131 friend std::string dump(const HalManifest &vm);
/system/libvintf/
H A Dmain.cpp22 // A convenience binary to dump information available through libvintf.
53 if (ki != nullptr) std::cout << dump(*ki);
H A Dparse_string.cpp361 std::string dump(const HalManifest &vm) { function in namespace:android::vintf
374 std::string dump(const RuntimeInfo &ki) { function in namespace:android::vintf
/system/media/audio_utils/include/audio_utils/
H A DSimpleLog.h152 * \param limitNs limit dump to data more recent than limitNs (0 disables).
185 * \param limitNs limit dump to data more recent than limitNs (0 disables).
189 status_t dump(int fd, const char *prefix = "", size_t lines = 0, int64_t limitNs = 0) const function in class:android::SimpleLog
192 // using dump() to the same file descriptor may write out of order.
H A DErrorLog.h95 * \param limitNs limit dump to data more recent than limitNs (0 disables).
96 * \return std::string of the dump.
116 // compute where to start dump log
147 * \param limitNs limit dump to data more recent than limitNs (0 disables).
151 status_t dump(int fd, const char *prefix = "", size_t lines = 0, int64_t limitNs = 0) const function in class:android::ErrorLog
233 * \param limit_ns limit dump to data more recent than limit_ns (0 disables).
/system/netd/server/
H A DNetworkController.h99 void dump(DumpWriter& dw);
H A DNetdNativeService.h34 virtual status_t dump(int fd, const Vector<String16> &args) override;
H A DNetdNativeService.cpp111 status_t NetdNativeService::dump(int fd, const Vector<String16> & /* args */) { function in class:android::net::NetdNativeService
120 // their dump() methods MUST handle locking appropriately.
123 gCtls->netCtrl.dump(dw);
159 // read/modify network internal state (that is sufficient for ::dump() because it doesn't
H A DNetlinkHandler.cpp73 evt->dump();
/system/tools/hidl/
H A DAnnotation.cpp101 void Annotation::dump(Formatter &out) const { function in class:android::Annotation
H A DMethod.cpp197 mAnnotations->at(i)->dump(out);
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc225 android::status_t BluetoothBinderServer::dump( function in class:ipc::binder::BluetoothBinderServer
234 // TODO (jamuraa): enumerate profiles and dump profile information
237 iface->dump(fd, NULL);
H A Dbluetooth_binder_server.h88 android::status_t dump(
/system/media/audio_utils/
H A DPowerLog.cpp123 ssize_t offset; // TODO doesn't dump if # entries exceeds SSIZE_MAX
215 status_t PowerLog::dump(int fd, const char *prefix, size_t lines, int64_t limitNs) const function in class:android::PowerLog
218 // is conceptually thread-safe but simultaneous calls to dump
258 return reinterpret_cast<PowerLog *>(power_log)->dump(fd, prefix, lines, limit_ns);
/system/libhwbinder/vts/performance/
H A DLatency.cpp201 void dump() { function in struct:Results
339 // Client for each pair dump here
348 results_other.dump();
351 results_fifo.dump();
H A DBenchmark_throughput.cpp134 void dump() { function in struct:ProcResults
389 tot_results.dump();
/system/connectivity/wificond/
H A Dserver.h84 status_t dump(int fd, const Vector<String16>& args) override;
/system/bt/btif/src/
H A Dbluetooth.cc304 static void dump(int fd, const char** arguments) { function
445 dump,
/system/extras/libfec/
H A Dfec_read.cpp30 static void dump(const char *name, uint64_t value, const uint8_t *data, function
182 dump("raw RS block", rsb, copy, FEC_RSM);
372 dump("decoded block", curr, data, FEC_BLOCKSIZE);
/system/core/init/
H A Dreboot.cpp188 std::vector<MountEntry>* emulatedPartitions, bool dump) {
196 if (dump) {
218 // dump current tasks, this log can be lengthy, so only dump with dump_all
187 FindPartitionsToUmount(std::vector<MountEntry>* blockDevPartitions, std::vector<MountEntry>* emulatedPartitions, bool dump) argument
/system/core/libutils/
H A DProcessCallStack.cpp225 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { function in class:android::ProcessCallStack
/system/core/storaged/include/
H A Dstoraged.h277 return mUidm.dump(hours, threshold, force_report);
/system/core/storaged/
H A Dstoraged_service.cpp85 status_t Storaged::dump(int fd, const Vector<String16>& args) { function in class:Storaged
/system/tools/hidl/c2hal/test/
H A Dtest.h232 void (*dump)(struct framebuffer_device_t* dev, char *buff, int buff_len); member in struct:framebuffer_device_t
/system/core/libbacktrace/
H A Dbacktrace_test.cpp93 return " No frames to dump.\n";
413 // Create a process with multiple threads and dump all of the threads.
624 dump_thread_t* dump = reinterpret_cast<dump_thread_t*>(data); local
626 if (android_atomic_acquire_load(dump->now)) {
632 dump->backtrace = Backtrace::Create(getpid(), dump->thread.tid);
633 dump->backtrace->Unwind(0);
635 android_atomic_acquire_store(1, &dump->done);
661 // to begin their dump run.
702 // to begin their dump ru
[all...]

Completed in 5465 milliseconds

123