Searched refs:dumpstate_fds (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 2434 const std::vector<::ndk::ScopedFileDescriptor>& dumpstate_fds, in DoDumpstateBoardHidl() argument 2440 ScopedNativeHandle handle(native_handle_create(static_cast<int>(dumpstate_fds.size()), 0), in DoDumpstateBoardHidl() 2453 for (size_t i = 0; i < dumpstate_fds.size(); i++) { in DoDumpstateBoardHidl() 2454 handle.get()->data[i] = dumpstate_fds[i].get(); in DoDumpstateBoardHidl() 2523 const std::vector<::ndk::ScopedFileDescriptor>& dumpstate_fds, in DoDumpstateBoardAidl() argument 2534 dumpstate_board_task = DumpstateBoardTask([dumpstate_hal, &dumpstate_fds, dumpstate_hal_mode, in DoDumpstateBoardAidl() 2536 auto status = dumpstate_hal->dumpstateBoard(dumpstate_fds, dumpstate_hal_mode, timeout_sec); in DoDumpstateBoardAidl() 2630 std::vector<::ndk::ScopedFileDescriptor> dumpstate_fds; in DumpstateBoard() local 2644 dumpstate_fds.emplace_back(fd.release()); in DumpstateBoard() 2657 DoDumpstateBoardAidl(dumpstate_hal_handle_aidl, dumpstate_fds, options_->bugreport_mode, in DumpstateBoard() [all …]
|