Searched refs:DumpWithArgsSync (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/shim/ |
D | dumpsys.cc | 41 void DumpWithArgsSync(int fd, const char** args, std::promise<void> promise); 136 void Dumpsys::impl::DumpWithArgsSync(int fd, const char** args, std::promise<void> promise) { in DumpWithArgsSync() function in bluetooth::shim::Dumpsys::impl 147 CallOn(pimpl_.get(), &Dumpsys::impl::DumpWithArgsSync, fd, args, std::move(promise)); in Dump() 152 CallOn(pimpl_.get(), &Dumpsys::impl::DumpWithArgsSync, fd, args, std::move(promise)); in Dump()
|