Home
last modified time | relevance | path

Searched refs:propertyId (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp83 void onPropertyUnsubscribed(int propertyId) { in onPropertyUnsubscribed() argument
86 lastUnsubscribedProperty = propertyId; in onPropertyUnsubscribed()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h102 void onAllClientsUnsubscribed(int32_t propertyId);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h236 VehiclePropValuePool::RecyclableType createAdasStateReq(int32_t propertyId, int32_t areaId,
287 void sendAdasPropertiesState(int32_t propertyId, int32_t state);
/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
DEmuMetadataGenerator.java317 int propertyId = parseIntEnumField(propertyDef); in main() local
327 ValueField field = new ValueField(name, propertyId); in main()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp564 void VehicleHalManager::onAllClientsUnsubscribed(int32_t propertyId) { in onAllClientsUnsubscribed() argument
565 mHal->unsubscribe(propertyId); in onAllClientsUnsubscribed()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp450 VehiclePropValuePool::RecyclableType FakeVehicleHardware::createAdasStateReq(int32_t propertyId, in createAdasStateReq() argument
454 req->prop = propertyId; in createAdasStateReq()
990 void FakeVehicleHardware::sendAdasPropertiesState(int32_t propertyId, int32_t state) { in sendAdasPropertiesState() argument
991 auto& adasDependentPropIds = mAdasEnabledPropToAdasPropWithErrorState.find(propertyId)->second; in sendAdasPropertiesState()
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp150 bool checkIsSupported(int32_t propertyId);
1379 bool VtsHalAutomotiveVehicleTargetTest::checkIsSupported(int32_t propertyId) { in checkIsSupported() argument
1380 auto result = mVhalClient->getPropConfigs({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() argument
421 if (config.prop == propertyId) { in getVehiclePropConfig()