Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleConnector.h45 bool onDump(const hidl_handle& fd, const hidl_vec<hidl_string>& options) override;
DEmulatedVehicleConnector.cpp66 bool EmulatedVehicleConnector::onDump(const hidl_handle& handle, in onDump() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleConnector
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleServer.h61 virtual bool onDump(const hidl_handle& /* handle */, in onDump() function
DVehicleConnector.h75 return this->onDump(handle, options); in dump()