Home
last modified time | relevance | path

Searched refs:DumpResult (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHalServer.h51 DumpResult onDump(const std::vector<std::string>& options) override;
76 DumpResult debugCommand(const std::vector<std::string>& options);
87 DumpResult genFakeDataCommand(const std::vector<std::string>& options);
90 DumpResult setValueCommand(const std::vector<std::string>& options);
DDefaultVehicleHalServer.cpp230 IVehicleServer::DumpResult DefaultVehicleHalServer::onDump( in onDump()
232 DumpResult result; in onDump()
255 IVehicleServer::DumpResult DefaultVehicleHalServer::debugCommand( in debugCommand()
257 DumpResult result; in debugCommand()
308 IVehicleServer::DumpResult DefaultVehicleHalServer::genFakeDataCommand( in genFakeDataCommand()
310 DumpResult result; in genFakeDataCommand()
491 IVehicleServer::DumpResult DefaultVehicleHalServer::setValueCommand( in setValueCommand()
493 DumpResult result; in setValueCommand()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleServer.h32 struct DumpResult { struct
69 virtual DumpResult onDump(const std::vector<std::string>& options) = 0;
DVehicleConnector.h81 IVehicleServer::DumpResult result = this->onDump(stdOptions); in dump()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/
DVehicleServer.proto22 import "android/hardware/automotive/vehicle/DumpResult.proto";
42 rpc Dump(DumpOptions) returns (DumpResult) {}
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h31 struct DumpResult { struct
86 virtual DumpResult dump(const std::vector<std::string>& options) = 0;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.h58 DumpResult dump(const std::vector<std::string>&) override;
92 void setDumpResult(DumpResult result);
144 DumpResult mDumpResult;
DMockVehicleHardware.cpp80 void MockVehicleHardware::setDumpResult(DumpResult result) { in setDumpResult()
84 DumpResult MockVehicleHardware::dump(const std::vector<std::string>&) { in dump()
/hardware/google/camera/common/profiler/
Dprofiler.cc200 virtual void DumpResult(const std::string& filepath);
224 DumpResult(dump_file_prefix_ + use_case_ + "-TS" + filename); in ~ProfilerImpl()
228 void ProfilerImpl::DumpResult(const std::string& filepath) { in DumpResult() function in google::camera_common::__anon477d26810111::ProfilerImpl
559 DumpResult(dump_file_prefix_ + use_case_ + "-TS" + in ~ProfilerStopwatchImpl()
593 void DumpResult(const std::string& filepath) override { in DumpResult() function in google::camera_common::__anon477d26810111::ProfilerStopwatchImpl
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp2577 DumpResult result = getHardware()->dump(options); in TEST_F()
2586 DumpResult result = getHardware()->dump(options); in TEST_F()
2595 DumpResult result = getHardware()->dump(options); in TEST_F()
2608 DumpResult result = getHardware()->dump(options); in TEST_F()
2625 DumpResult result = getHardware()->dump(options); in TEST_F()
2640 DumpResult result = getHardware()->dump(options); in TEST_F()
2652 DumpResult result = getHardware()->dump(options); in TEST_F()
2666 DumpResult result; in TEST_F()
2689 DumpResult result = getHardware()->dump({"--save-prop", propIdStr, "-a", areaIdStr}); in TEST_F()
2723 DumpResult result = getHardware()->dump( in TEST_F()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DDumpResult.proto21 message DumpResult { message
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/
DAndroid.bp44 "android/hardware/automotive/vehicle/DumpResult.pb.h",
71 "android/hardware/automotive/vehicle/DumpResult.pb.cc",
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.h68 DumpResult dump(const std::vector<std::string>& options) override;
DGRPCVehicleHardware.cpp162 DumpResult GRPCVehicleHardware::dump(const std::vector<std::string>& options) { in dump()
165 proto::DumpResult protoDumpResult; in dump()
DGRPCVehicleProxyServer.h71 proto::DumpResult* result) override;
DGRPCVehicleProxyServer.cpp197 proto::DumpResult* result) { in Dump()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp70 DumpResult dump(const std::vector<std::string>& options) override { return {}; } in dump()
97 MOCK_METHOD(DumpResult, dump, (const std::vector<std::string>& options), (override));
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h82 DumpResult dump(const std::vector<std::string>& options) override;
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp967 DumpResult result = mVehicleHardware->dump(options); in dump()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1319 DumpResult FakeVehicleHardware::dump(const std::vector<std::string>& options) { in dump()
1320 DumpResult result; in dump()