Home
last modified time | relevance | path

Searched defs:propId (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp66 bool HalClient::isSubscribed(int32_t propId, in isSubscribed()
147 std::list<sp<HalClient>> SubscriptionManager::getSubscribedClients(int32_t propId, in getSubscribedClients()
154 int32_t propId, SubscribeFlags flags) const { in getSubscribedClientsLocked()
192 int32_t propId, const sp<HalClient> &client) { in addClientToPropMapLocked()
233 int32_t propId) { in unsubscribe()
289 for (int32_t propId : props) { in onCallbackDead() local
DVehiclePropertyStore.cpp72 void VehiclePropertyStore::removeValuesForProperty(int32_t propId) { in removeValuesForProperty()
DVehicleHalManager.cpp165 int32_t propId) { in unsubscribe()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DLinearFakeValueGenerator.h37 int32_t propId; member
DVehicleEmulator.cpp113 int32_t propId = getProp.prop(); in doGetProperty() local
DEmulatedVehicleHal.cpp106 auto propId = requestedPropValue.prop; in get() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h95 int32_t propId, in doHalPropertySetError()