/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultVehicleHalServer.h | 51 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);
|
D | DefaultVehicleHalServer.cpp | 230 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/ |
D | VehicleServer.h | 32 struct DumpResult { struct 69 virtual DumpResult onDump(const std::vector<std::string>& options) = 0;
|
D | VehicleConnector.h | 81 IVehicleServer::DumpResult result = this->onDump(stdOptions); in dump()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/ |
D | VehicleServer.proto | 22 import "android/hardware/automotive/vehicle/DumpResult.proto"; 42 rpc Dump(DumpOptions) returns (DumpResult) {}
|
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/ |
D | IVehicleHardware.h | 31 struct DumpResult { struct 86 virtual DumpResult dump(const std::vector<std::string>& options) = 0;
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | MockVehicleHardware.h | 58 DumpResult dump(const std::vector<std::string>&) override; 92 void setDumpResult(DumpResult result); 144 DumpResult mDumpResult;
|
D | MockVehicleHardware.cpp | 80 void MockVehicleHardware::setDumpResult(DumpResult result) { in setDumpResult() 84 DumpResult MockVehicleHardware::dump(const std::vector<std::string>&) { in dump()
|
/hardware/google/camera/common/profiler/ |
D | profiler.cc | 200 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/ |
D | FakeVehicleHardwareTest.cpp | 2577 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/ |
D | DumpResult.proto | 21 message DumpResult { message
|
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/ |
D | Android.bp | 44 "android/hardware/automotive/vehicle/DumpResult.pb.h", 71 "android/hardware/automotive/vehicle/DumpResult.pb.cc",
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
D | GRPCVehicleHardware.h | 68 DumpResult dump(const std::vector<std::string>& options) override;
|
D | GRPCVehicleHardware.cpp | 162 DumpResult GRPCVehicleHardware::dump(const std::vector<std::string>& options) { in dump() 165 proto::DumpResult protoDumpResult; in dump()
|
D | GRPCVehicleProxyServer.h | 71 proto::DumpResult* result) override;
|
D | GRPCVehicleProxyServer.cpp | 197 proto::DumpResult* result) { in Dump()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 70 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/ |
D | FakeVehicleHardware.h | 82 DumpResult dump(const std::vector<std::string>& options) override;
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | DefaultVehicleHal.cpp | 967 DumpResult result = mVehicleHardware->dump(options); in dump()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 1319 DumpResult FakeVehicleHardware::dump(const std::vector<std::string>& options) { in dump() 1320 DumpResult result; in dump()
|