Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp83 void onPropertyUnsubscribed(int propertyId) { in onPropertyUnsubscribed()
/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
DEmuMetadataGenerator.java317 int propertyId = parseIntEnumField(propertyDef); in main() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp564 void VehicleHalManager::onAllClientsUnsubscribed(int32_t propertyId) { in onAllClientsUnsubscribed()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp450 VehiclePropValuePool::RecyclableType FakeVehicleHardware::createAdasStateReq(int32_t propertyId, in createAdasStateReq()
990 void FakeVehicleHardware::sendAdasPropertiesState(int32_t propertyId, int32_t state) { in sendAdasPropertiesState()
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp1379 bool VtsHalAutomotiveVehicleTargetTest::checkIsSupported(int32_t propertyId) { in checkIsSupported()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp418 std::unique_ptr<VehiclePropConfig> getVehiclePropConfig(int32_t propertyId) { in getVehiclePropConfig()