Home | History | Annotate | Download | only in vehicle_network_service

Lines Matching defs:unsubscribe

327         mDevice->unsubscribe(mDevice, property);
695 void VehicleNetworkService::unsubscribe(const sp<IVehicleNetworkListener> &listener, int32_t prop) {
704 LOG_VERBOSE("unsubscribe, binder 0x%x, prop 0x%x", ibinder.get(), prop);
707 ALOGD("unsubscribe client not found in binder map");
713 LOG_VERBOSE("unsubscribe to internal property, prop 0x%x", prop);
724 mDevice->unsubscribe(mDevice, prop);