Searched refs:DumpWithArgsSync (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/shim/ |
D | dumpsys.cc | 50 void DumpWithArgsSync(int fd, const char** args, std::promise<void> promise); 149 void Dumpsys::impl::DumpWithArgsSync(int fd, const char** args, std::promise<void> promise) { in DumpWithArgsSync() function in bluetooth::shim::Dumpsys::impl 175 CallOn(pimpl_.get(), &Dumpsys::impl::DumpWithArgsSync, fd, args, std::move(promise)); in Dump() 185 CallOn(pimpl_.get(), &Dumpsys::impl::DumpWithArgsSync, fd, args, std::move(promise)); in Dump()
|