Home
last modified time | relevance | path

Searched defs:protoCfg (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/device/generic/car/emulator/vhal_v2_0/
DVehicleEmulator.cpp90 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfig() local
106 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfigAll() local
234 void VehicleEmulator::populateProtoVehicleConfig(vhal_proto::VehiclePropConfig* protoCfg, in populateProtoVehicleConfig()
/aosp_15_r20/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp107 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfig() local
120 vhal_proto::VehiclePropConfig* protoCfg = respMsg->add_config(); in doGetConfigAll() local
267 vhal_proto::VehiclePropConfig* protoCfg) { in populateProtoVehicleConfig()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DProtoMessageConverter.cpp73 void toProto(vhal_proto::VehiclePropConfig* protoCfg, const VehiclePropConfig& cfg) { in toProto()
124 void fromProto(VehiclePropConfig* cfg, const vhal_proto::VehiclePropConfig& protoCfg) { in fromProto()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
H A DProtoMessageConverter_test.cpp36 vhal_proto::VehiclePropConfig protoCfg; in CheckPropConfigConversion() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/utils/proto_message_converter/test/
H A Dproto_message_converter_test.cpp87 proto::VehiclePropConfig protoCfg; in TEST_P() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/utils/proto_message_converter/test/
H A Dproto_message_converter_test.cpp87 proto::VehiclePropConfig protoCfg; in TEST_P() local
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/
H A Drecording_config_utils.ts109 const protoCfg = new TraceConfig(); constant