Searched defs:unsubscribe (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DSubscriptionManager.cpp246 void SubscriptionManager::unsubscribe(ClientId clientId, function in class:android::hardware::automotive::vehicle::V2_0::SubscriptionManager
252 ALOGW("Unable to unsubscribe: no callback found, propId: 0x%x", propId);
304 unsubscribe(clientId, propId);
H A DVehicleHalManager.cpp173 Return<StatusCode> VehicleHalManager::unsubscribe(const sp<IVehicleCallback>& callback, function in class:android::hardware::automotive::vehicle::V2_0::VehicleHalManager
175 mSubscriptionManager.unsubscribe(getClientId(callback), propId);
343 mHal->unsubscribe(propertyId);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp160 StatusCode EmulatedVehicleHal::unsubscribe(int32_t property) { function in class:android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
/hardware/libhardware/include/hardware/
H A Dvehicle.h2511 * In case the unsubscribe() call is not called on all properties before
2512 * release() then release() will unsubscribe the properties itself.
2587 int (*unsubscribe)(struct vehicle_hw_device* device, int32_t prop); member in struct:vehicle_hw_device

Completed in 525 milliseconds