Home
last modified time | relevance | path

Searched defs:propId (Results 1 – 5 of 5) 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
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DLinearFakeValueGenerator.h37 int32_t propId; member
DVehicleEmulator.cpp114 int32_t propId = getProp.prop(); in doGetProperty() local
DEmulatedVehicleHal.cpp139 auto propId = requestedPropValue.prop; in get() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h115 int32_t propId, in doHalPropertySetError()