Searched defs:dump (Results 1 - 8 of 8) sorted by path

/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp79 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) { function in class:android::BatteryPropertiesRegistrar
/system/core/libbacktrace/
H A Dbacktrace_test.cpp87 printf(" No frames to dump\n");
356 // Create a process with multiple threads and dump all of the threads.
560 dump_thread_t* dump = reinterpret_cast<dump_thread_t*>(data); local
562 if (android_atomic_acquire_load(dump->now)) {
568 dump->backtrace = Backtrace::Create(getpid(), dump->thread.tid);
569 dump->backtrace->Unwind(0);
571 android_atomic_acquire_store(1, &dump->done);
597 // to begin their dump run.
638 // to begin their dump ru
[all...]
/system/core/libpixelflinger/
H A Dtrap.cpp830 void dump();
833 void AAEdge::dump() function in class:android::AAEdge
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp74 void NetlinkEvent::dump() { function in class:NetlinkEvent
/system/core/libutils/
H A DCallStack.cpp57 void CallStack::dump(int fd, int indent, const char* prefix) const { function in class:android::CallStack
H A DProcessCallStack.cpp239 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { function in class:android::ProcessCallStack
/system/core/libutils/tests/
H A DBasicHashtable_test.cpp158 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { function in namespace:android
/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

Completed in 622 milliseconds