Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 21 of 21) sorted by relevance

/system/core/healthd/
DBatteryPropertiesRegistrar.h43 status_t dump(int fd, const Vector<String16>& args);
DBatteryPropertiesRegistrar.cpp79 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) { in dump() function in android::BatteryPropertiesRegistrar
/system/core/include/utils/
DCallStack.h55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
DProcessCallStack.h49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
/system/core/include/sysutils/
DNetlinkEvent.h56 void dump();
/system/extras/tests/sdcard/
DREADME44 If you want to plot the data, you need to use the --dump option and provide a file:
46 …rf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump >/tmp/data.txt
/system/core/libutils/
DCallStack.cpp57 void CallStack::dump(int fd, int indent, const char* prefix) const { in dump() function in android::CallStack
DProcessCallStack.cpp239 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { in dump() function in android::ProcessCallStack
/system/extras/verity/
DKeystoreSigner.java80 public void dump() throws Exception { in dump() method in BootKey
158 public void dump() throws Exception { in dump() method in BootKeystore
/system/extras/tests/bionic/libc/
Drun-test.sh132 dump "INTERNAL ERROR: ADB_CMD_LOG not set!"
/system/bt/btif/src/
Dbluetooth.c326 static void dump(int fd) in dump() function
470 dump,
/system/extras/perfprofd/tests/
Dperfprofd_test.cc123 bool dump=false) in squeezeWhite() argument
125 if (dump) { fprintf(stderr, "raw %s is %s\n", tag, str.c_str()); } in squeezeWhite()
133 if (dump) { fprintf(stderr, "squeezed %s is %s\n", tag, result.c_str()); } in squeezeWhite()
/system/core/libbacktrace/
Dbacktrace_test.cpp604 dump_thread_t* dump = reinterpret_cast<dump_thread_t*>(data); in ThreadDump() local
606 if (android_atomic_acquire_load(dump->now)) { in ThreadDump()
612 dump->backtrace = Backtrace::Create(getpid(), dump->thread.tid); in ThreadDump()
613 dump->backtrace->Unwind(0); in ThreadDump()
615 android_atomic_acquire_store(1, &dump->done); in ThreadDump()
/system/netd/server/
DNetlinkHandler.cpp69 evt->dump(); in onEvent()
/system/core/gatekeeperd/
Dgatekeeperd.cpp299 virtual status_t dump(int fd, const Vector<String16> &) { in dump() function in android::GateKeeperProxy
/system/bt/bta/hf_client/
Dbta_hf_client_at.c1288 char dump[(4 * BTA_HF_CLIENT_AT_PARSER_MAX_LEN) + 1]; in bta_hf_client_dump_at() local
1292 p2 = dump; in bta_hf_client_dump_at()
1316 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, dump); in bta_hf_client_dump_at()
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c1077 out->stream.common.dump = out_dump; in adev_open_output_stream()
1284 in->stream.common.dump = in_dump; in adev_open_input_stream()
1399 adev->device.dump = adev_dump; in adev_open()
/system/core/libsysutils/src/
DNetlinkEvent.cpp70 void NetlinkEvent::dump() { in dump() function in NetlinkEvent
/system/core/libutils/tests/
DBasicHashtable_test.cpp163 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { in dump() function
/system/core/libpixelflinger/
Dtrap.cpp830 void dump();
833 void AAEdge::dump() in dump() function in android::AAEdge
/system/vold/
DVolumeManager.cpp283 evt->dump(); in handleBlockEvent()