Home | History | Annotate | Download | only in vehicle_network_service

Lines Matching defs:subscribe

445         ALOGI("cannot subscribe, property 0x%x is write only", property);
449 ALOGI("cannot subscribe, property 0x%x is static", property);
599 status_t VehicleNetworkService::subscribe(const sp<IVehicleNetworkListener> &listener, int32_t prop,
629 ALOGE("subscribe requested zones 0x%x out of range, supported:0x%x", zones,
637 LOG_VERBOSE("subscribe, binder 0x%x prop 0x%x", ibinder.get(), prop);
640 ALOGE("subscribe, no memory, cannot create HalClient");
645 ALOGE("subscribe, no memory, cannot create HalClientSpVector");
670 LOG_VERBOSE("subscribe to internal property, prop 0x%x", prop);
680 ALOGW("subscribe 0x%x failed, mock returned %d", prop, r);
683 LOG_VERBOSE("subscribe to HAL, prop 0x%x sample rate:%f zones:0x%x", prop, sampleRate,
685 r = mDevice->subscribe(mDevice, prop, sampleRate, newZones);
687 ALOGW("subscribe 0x%x failed, HAL returned %d", prop, r);