Searched refs:PropIdAreaId (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/ |
D | SubscriptionManager.h | 153 std::unordered_map<PropIdAreaId, std::unordered_map<ClientIdType, CallbackType>, 156 std::unordered_map<ClientIdType, std::unordered_set<PropIdAreaId, PropIdAreaIdHash>> 158 std::unordered_map<PropIdAreaId, ContSubConfigs, PropIdAreaIdHash> mContSubConfigsByPropIdArea 166 const PropIdAreaId& propIdAreaId, 169 VhalResult<void> addOnChangeSubscriberLocked(const PropIdAreaId& propIdAreaId) REQUIRES(mLock); 172 const PropIdAreaId& propIdAreaId) 175 VhalResult<void> removeOnChangeSubscriberLocked(const PropIdAreaId& propIdAreaId) 178 VhalResult<void> updateContSubConfigsLocked(const PropIdAreaId& PropIdAreaId, 182 const PropIdAreaId& propIdAreaId)
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | SubscriptionManager.cpp | 156 const PropIdAreaId& propIdAreaId) { in addOnChangeSubscriberLocked() 176 const ClientIdType& clientId, const PropIdAreaId& propIdAreaId, float sampleRateHz, in addContinuousSubscriberLocked() 190 const ClientIdType& clientId, const PropIdAreaId& propIdAreaId) { in removeContinuousSubscriberLocked() 198 const PropIdAreaId& propIdAreaId) { in removeOnChangeSubscriberLocked() 214 VhalResult<void> SubscriptionManager::updateContSubConfigsLocked(const PropIdAreaId& propIdAreaId, in updateContSubConfigsLocked() 290 PropIdAreaId propIdAreaId = { in subscribe() 315 SubscriptionManager::ClientIdType clientId, const PropIdAreaId& propIdAreaId) { in unsubscribePropIdAreaIdLocked() 352 std::vector<PropIdAreaId> propIdAreaIdsToUnsubscribe; in unsubscribe() 428 PropIdAreaId propIdAreaId{ in getSubscribedClients() 467 PropIdAreaId propIdAreaId{ in getSubscribedClientsForErrorEvents()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/ |
D | FakeVehicleHardware.h | 153 std::unordered_set<PropIdAreaId, PropIdAreaIdHash> propIdAreaIdsToRefresh; 169 std::unordered_map<PropIdAreaId, RefreshInfo, PropIdAreaIdHash> mRefreshInfoByPropIdAreaId 172 std::unordered_map<PropIdAreaId, VehiclePropValuePool::RecyclableType, PropIdAreaIdHash> 174 std::unordered_set<PropIdAreaId, PropIdAreaIdHash> mSubOnChangePropIdAreaIds GUARDED_BY(mLock); 296 void registerRefreshLocked(PropIdAreaId propIdAreaId, VehiclePropertyStore::EventMode eventMode, 298 void unregisterRefreshLocked(PropIdAreaId propIdAreaId) REQUIRES(mLock);
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/ |
D | VehiclePropertyStore.cpp | 191 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId; in refreshTimestamp() 192 PropIdAreaId propIdAreaId = { in refreshTimestamp() 201 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId) { in refreshTimestamps() argument
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
D | VehicleUtils.h | 313 struct PropIdAreaId { struct 317 inline bool operator==(const PropIdAreaId& other) const { argument 323 inline size_t operator()(const PropIdAreaId& propIdAreaId) const { in operator()
|
D | VehiclePropertyStore.h | 121 std::unordered_map<PropIdAreaId, EventMode, PropIdAreaIdHash> eventModeByPropIdAreaId)
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 2138 mSavedProps[PropIdAreaId{ in dumpSaveProperty() 2164 auto it = mSavedProps.find(PropIdAreaId{ in dumpRestoreProperty() 2268 std::unordered_map<PropIdAreaId, VehiclePropertyStore::EventMode, PropIdAreaIdHash> in refreshTimestampForInterval() 2285 for (const PropIdAreaId& propIdAreaId : actionForInterval.propIdAreaIdsToRefresh) { in refreshTimestampForInterval() 2294 void FakeVehicleHardware::registerRefreshLocked(PropIdAreaId propIdAreaId, in registerRefreshLocked() 2325 void FakeVehicleHardware::unregisterRefreshLocked(PropIdAreaId propIdAreaId) { in unregisterRefreshLocked() 2345 PropIdAreaId propIdAreaId{ in subscribePropIdAreaIdLocked() 2376 PropIdAreaId propIdAreaId{ in unsubscribe() 2403 PropIdAreaId propIdAreaId{ in onValuesChangeCallback()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | VehiclePropertyStoreTest.cpp | 634 std::unordered_map<PropIdAreaId, VehiclePropertyStore::EventMode, PropIdAreaIdHash> in TEST_F() 636 eventModeByPropIdAreaId[PropIdAreaId{ in TEST_F() 640 eventModeByPropIdAreaId[PropIdAreaId{ in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 300 PropIdAreaId propIdAreaId{ in onPropertyChangeEvent() 324 PropIdAreaId propIdAreaId{ in waitForChangedProperties() 342 PropIdAreaId propIdAreaId{ in getEventCount() 443 std::unordered_map<PropIdAreaId, size_t, PropIdAreaIdHash> mEventCount GUARDED_BY(mLock);
|