Home
last modified time | relevance | path

Searched defs:area_id (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
H A DVehicleHalProto.proto55 required int32 area_id = 1; field
86 optional int32 area_id = 4; field
97 optional int32 area_id = 2; field
/aosp12/packages/services/Car/tools/emulator/
H A Dvhal_emulator.py188 def getProperty(self, prop, area_id): argument
207 def setProperty(self, prop, area_id, value, status=VehicleHalProto_pb2.AVAILABLE): argument
H A Dvhal_prop_simulator.py41 def handle(self, prop, area_id, value, desc=None): argument