/packages/modules/Bluetooth/system/main/shim/ |
D | dumpsys.cc | 53 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()
|
D | dumpsys.h | 53 void Dump(int fd, const char** args);
|
D | acl.h | 108 void Dump(int fd) const;
|
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | ApkArchive.java | 47 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/ |
D | dumpsys_test.cc | 82 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()
|
D | dumpsys.h | 32 void Dump(int fd, const char** args); 33 void Dump(int fd, const char** args, std::promise<void> promise);
|
D | dumpsys.cc | 169 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/ |
D | mock_main_shim_dumpsys.cc | 30 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
|
D | mock_stack_btm_iso.cc | 160 void IsoManager::Dump(int /* fd */) {} in Dump() function in bluetooth::hci::IsoManager
|
/packages/modules/Bluetooth/system/gd/os/fuzz/ |
D | dev_null_queue.h | 33 queue_->RegisterDequeue(handler_, common::Bind(&DevNullQueue::Dump, common::Unretained(this))); in Start() 40 void Dump() { in Dump() function
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso.cc | 46 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/ |
D | l2cap_classic_module.cc | 82 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/ |
D | main_shim_dumpsys_test.cc | 67 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()
|
D | main_shim_stack_dumpsys_test.cc | 524 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/ |
D | le_audio_log_history.cc | 77 void Dump(int fd) { in Dump() function in LeAudioLogHistoryImpl 138 instance->Dump(fd); in DebugDump()
|
D | devices.h | 230 void Dump(int fd); 282 void Dump(int fd, int group_id) const;
|
D | le_audio_health_status.cc | 182 void Dump(int fd) { in Dump() function in bluetooth::le_audio::LeAudioHealthStatusImpl 404 instance->Dump(fd); in DebugDump()
|
D | device_groups.h | 416 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/ |
D | has_types.h | 129 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/ |
D | bt_stack_info.cc | 62 bluetooth::shim::Dump(fd, arguments); in DumpsysLite()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager.cc | 183 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/ |
D | ApkArchiveTest.java | 60 ApkArchive.Dump dump = archive.extractMetadata(); in testApkArchiveDump()
|
/packages/modules/Bluetooth/system/bta/groups/ |
D | groups.cc | 269 void Dump(int fd) { in Dump() function in bluetooth::groups::DeviceGroupsImpl 388 instance->Dump(fd); in DebugDump()
|
/packages/modules/StatsD/statsd/src/config/ |
D | ConfigManager.h | 159 void Dump(FILE* out);
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iso_api.h | 242 void Dump(int fd);
|