/system/core/healthd/ |
D | BatteryPropertiesRegistrar.h | 43 status_t dump(int fd, const Vector<String16>& args);
|
D | BatteryPropertiesRegistrar.cpp | 79 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) { in dump() function in android::BatteryPropertiesRegistrar
|
/system/core/include/utils/ |
D | CallStack.h | 55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
|
D | ProcessCallStack.h | 49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
|
/system/core/include/sysutils/ |
D | NetlinkEvent.h | 56 void dump();
|
/system/extras/tests/sdcard/ |
D | README | 44 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/ |
D | CallStack.cpp | 57 void CallStack::dump(int fd, int indent, const char* prefix) const { in dump() function in android::CallStack
|
D | ProcessCallStack.cpp | 239 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { in dump() function in android::ProcessCallStack
|
/system/extras/verity/ |
D | KeystoreSigner.java | 80 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/ |
D | run-test.sh | 132 dump "INTERNAL ERROR: ADB_CMD_LOG not set!"
|
/system/bt/btif/src/ |
D | bluetooth.c | 326 static void dump(int fd) in dump() function 470 dump,
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 123 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/ |
D | backtrace_test.cpp | 604 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/ |
D | NetlinkHandler.cpp | 69 evt->dump(); in onEvent()
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 299 virtual status_t dump(int fd, const Vector<String16> &) { in dump() function in android::GateKeeperProxy
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.c | 1288 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/ |
D | audio_a2dp_hw.c | 1077 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/ |
D | NetlinkEvent.cpp | 70 void NetlinkEvent::dump() { in dump() function in NetlinkEvent
|
/system/core/libutils/tests/ |
D | BasicHashtable_test.cpp | 163 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { in dump() function
|
/system/core/libpixelflinger/ |
D | trap.cpp | 830 void dump(); 833 void AAEdge::dump() in dump() function in android::AAEdge
|
/system/vold/ |
D | VolumeManager.cpp | 283 evt->dump(); in handleBlockEvent()
|