OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPropConfig
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/hal/
DiagnosticHalService.java
136
private VehiclePropConfig
getPropConfig
(int halPropId) {
141
VehiclePropConfig propConfig =
getPropConfig
(halPropId);
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
VtsHalAutomotiveVehicleV2_0HostTest.py
531
def
getPropConfig
(self, propertyId):
535
return self.
getPropConfig
(propertyId) is not None
559
config = self.
getPropConfig
(self.vtypes.VehicleProperty.ENGINE_OIL_TEMP)
[
all
...]
Completed in 199 milliseconds