Loading automotive/vehicle/aidl/impl/grpc/GRPCVehicleHardware.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -276,6 +276,7 @@ DumpResult GRPCVehicleHardware::dump(const std::vector<std::string>& options) { return { .callerShouldDumpState = protoDumpResult.caller_should_dump_state(), .buffer = protoDumpResult.buffer(), .refreshPropertyConfigs = protoDumpResult.refresh_property_configs(), }; } Loading automotive/vehicle/aidl/impl/grpc/GRPCVehicleProxyServer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ GrpcVehicleProxyServer::GrpcVehicleProxyServer(std::vector<std::string> serverAd auto dumpResult = mHardware->dump(dumpOptionStrings); result->set_caller_should_dump_state(dumpResult.callerShouldDumpState); result->set_buffer(dumpResult.buffer); result->set_refresh_property_configs(dumpResult.refreshPropertyConfigs); return ::grpc::Status::OK; } Loading automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/DumpResult.proto +2 −0 Original line number Diff line number Diff line Loading @@ -25,4 +25,6 @@ message DumpResult { bool caller_should_dump_state = 1; /* The dumped information for the caller to print. */ string buffer = 2; /* To pass if DefaultVehicleHal should refresh the property configs. */ bool refresh_property_configs = 3; } drm/aidl/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ aidl_interface { stability: "vintf", imports: [ "android.hardware.common-V2", "android.hardware.drm.common-V1", ], backend: { cpp: { Loading @@ -30,7 +31,10 @@ aidl_interface { versions_with_info: [ { version: "1", imports: ["android.hardware.common-V2"], imports: [ "android.hardware.common-V2", "android.hardware.drm.common-V1", ], }, ], Loading drm/aidl/aidl_api/android.hardware.drm/1/.hash +1 −0 Original line number Diff line number Diff line 7b4b0a0f36a7a6bb22d2016375e4a9d4a033592f 3a0197fb44863256da9034c26e721b1eee12d1be Loading
automotive/vehicle/aidl/impl/grpc/GRPCVehicleHardware.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -276,6 +276,7 @@ DumpResult GRPCVehicleHardware::dump(const std::vector<std::string>& options) { return { .callerShouldDumpState = protoDumpResult.caller_should_dump_state(), .buffer = protoDumpResult.buffer(), .refreshPropertyConfigs = protoDumpResult.refresh_property_configs(), }; } Loading
automotive/vehicle/aidl/impl/grpc/GRPCVehicleProxyServer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ GrpcVehicleProxyServer::GrpcVehicleProxyServer(std::vector<std::string> serverAd auto dumpResult = mHardware->dump(dumpOptionStrings); result->set_caller_should_dump_state(dumpResult.callerShouldDumpState); result->set_buffer(dumpResult.buffer); result->set_refresh_property_configs(dumpResult.refreshPropertyConfigs); return ::grpc::Status::OK; } Loading
automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/DumpResult.proto +2 −0 Original line number Diff line number Diff line Loading @@ -25,4 +25,6 @@ message DumpResult { bool caller_should_dump_state = 1; /* The dumped information for the caller to print. */ string buffer = 2; /* To pass if DefaultVehicleHal should refresh the property configs. */ bool refresh_property_configs = 3; }
drm/aidl/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ aidl_interface { stability: "vintf", imports: [ "android.hardware.common-V2", "android.hardware.drm.common-V1", ], backend: { cpp: { Loading @@ -30,7 +31,10 @@ aidl_interface { versions_with_info: [ { version: "1", imports: ["android.hardware.common-V2"], imports: [ "android.hardware.common-V2", "android.hardware.drm.common-V1", ], }, ], Loading
drm/aidl/aidl_api/android.hardware.drm/1/.hash +1 −0 Original line number Diff line number Diff line 7b4b0a0f36a7a6bb22d2016375e4a9d4a033592f 3a0197fb44863256da9034c26e721b1eee12d1be