Home
last modified time | relevance | path

Searched refs:showDumpHelp (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleConnector.cpp73 mEmulatedUserHal.showDumpHelp(fd); in onDump()
H A DEmulatedUserHal.h67 void showDumpHelp(int fd);
H A DEmulatedUserHal.cpp314 void EmulatedUserHal::showDumpHelp(int fd) { in showDumpHelp() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedUserHal
/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java796 showDumpHelp(writer); in dumpIndenting()
816 private void showDumpHelp(IndentingPrintWriter writer) { in showDumpHelp() method in ICarImpl