Home
last modified time | relevance | path

Searched refs:Dump (Results 1 – 25 of 47) sorted by relevance

12

/packages/modules/Bluetooth/system/main/shim/
Ddumpsys.cc53 void bluetooth::shim::Dump(int fd, const char** args) { in Dump() function in bluetooth::shim
68 mod->Dump(fd, args, std::move(promise)); in Dump()
81 bluetooth::shim::GetDumpsys()->Dump(fd, args); in Dump()
Ddumpsys.h53 void Dump(int fd, const char** args);
Dacl.h108 void Dump(int fd) const;
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DApkArchive.java47 public final static class Dump { class in ApkArchive
51 Dump(byte[] cd, byte[] signature) { in Dump() method in ApkArchive.Dump
80 public Dump extractMetadata() throws IOException { in extractMetadata()
95 return new Dump(cd, signature); in extractMetadata()
/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys_test.cc82 dumpsys_module_->Dump(0, nullptr); in Print()
112 dumpsys_module_->Dump(sv[0], args, std::move(promise)); in TEST_F()
129 dumpsys_module_->Dump(sv[0], args, std::move(promise)); in TEST_F()
Ddumpsys.h32 void Dump(int fd, const char** args);
33 void Dump(int fd, const char** args, std::promise<void> promise);
Ddumpsys.cc169 void Dumpsys::Dump(int fd, const char** args) { in Dump() function in bluetooth::shim::Dumpsys
180 void Dumpsys::Dump(int fd, const char** args, std::promise<void> promise) { in Dump() function in bluetooth::shim::Dumpsys
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_dumpsys.cc30 void bluetooth::shim::Dump(int /* fd */, const char** /* args */) { in Dump() function in bluetooth::shim
37 void bluetooth::shim::Dumpsys::Dump(int /* fd */, const char** /* args */) {} in Dump() function in bluetooth::shim::Dumpsys
Dmock_stack_btm_iso.cc160 void IsoManager::Dump(int /* fd */) {} in Dump() function in bluetooth::hci::IsoManager
/packages/modules/Bluetooth/system/gd/os/fuzz/
Ddev_null_queue.h33 queue_->RegisterDequeue(handler_, common::Bind(&DevNullQueue::Dump, common::Unretained(this))); in Start()
40 void Dump() { in Dump() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc46 void Dump(int fd) { in Dump() function
152 void IsoManager::Dump(int fd) { in Dump() function in bluetooth::hci::IsoManager
153 if (pimpl_->IsRunning()) pimpl_->Dump(fd); in Dump()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dl2cap_classic_module.cc82 void Dump(
136 void L2capClassicModule::impl::Dump( in Dump() function in bluetooth::l2cap::classic::L2capClassicModule::impl
159 pimpl_->Dump(std::move(promise), fb_builder); in GetDumpsysData()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_dumpsys_test.cc67 stack_manager_.GetInstance<shim::Dumpsys>()->Dump(STDOUT_FILENO, nullptr, in TEST_F()
77 stack_manager_.GetInstance<shim::Dumpsys>()->Dump(STDOUT_FILENO, nullptr, in TEST_F()
Dmain_shim_stack_dumpsys_test.cc524 void Dump() const { in Dump() function in ClientGroup
618 base::BindOnce([](int fd) { bluetooth::shim::Dump(fd, nullptr); }, fd)); in TEST_F()
643 base::BindOnce([](int fd) { bluetooth::shim::Dump(fd, nullptr); }, fd)); in TEST_F()
657 base::BindOnce([](int fd) { bluetooth::shim::Dump(fd, nullptr); }, fd)); in TEST_F()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc77 void Dump(int fd) { in Dump() function in LeAudioLogHistoryImpl
138 instance->Dump(fd); in DebugDump()
Ddevices.h230 void Dump(int fd);
282 void Dump(int fd, int group_id) const;
Dle_audio_health_status.cc182 void Dump(int fd) { in Dump() function in bluetooth::le_audio::LeAudioHealthStatusImpl
404 instance->Dump(fd); in DebugDump()
Ddevice_groups.h416 void Dump(int fd, int active_group_id) const;
500 void Dump(int fd, int active_group_id) const;
/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h129 void Dump(std::ostream& os) const { in Dump() function
370 void Dump(std::ostream& os) const { in Dump() function
371 GattServiceDevice::Dump(os); in Dump()
/packages/modules/Bluetooth/system/test/headless/
Dbt_stack_info.cc62 bluetooth::shim::Dump(fd, arguments); in DumpsysLite()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc183 void Dump(
449 void AclManager::impl::Dump( in Dump() function in bluetooth::hci::AclManager::impl
485 pimpl_->Dump(std::move(promise), fb_builder); in GetDumpsysData()
/packages/modules/adb/fastdeploy/deployagent/test/com/android/fastdeploy/
DApkArchiveTest.java60 ApkArchive.Dump dump = archive.extractMetadata(); in testApkArchiveDump()
/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc269 void Dump(int fd) { in Dump() function in bluetooth::groups::DeviceGroupsImpl
388 instance->Dump(fd); in DebugDump()
/packages/modules/StatsD/statsd/src/config/
DConfigManager.h159 void Dump(FILE* out);
/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api.h242 void Dump(int fd);

12