Loading radio/IRadioService.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,8 @@ public: data.writeInterfaceToken(IRadioService::getInterfaceDescriptor()); data.writeInt32(handle); data.writeStrongBinder(IInterface::asBinder(client)); ALOGV("attach() config %p withAudio %d region %d type %d", config, withAudio, config->region, config->band.type); ALOGV("attach() config %p withAudio %d region %d type %d", config == NULL ? 0 : config, withAudio, config->region, config->band.type); if (config == NULL) { data.writeInt32(0); } else { Loading services/radio/RadioService.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,7 @@ sp<IMemory> RadioService::CallbackThread::prepareEvent(radio_hal_event_t *halEve } break; case RADIO_EVENT_TA: case RADIO_EVENT_EA: case RADIO_EVENT_ANTENNA: case RADIO_EVENT_CONTROL: event->on = halEvent->on; Loading Loading
radio/IRadioService.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,8 @@ public: data.writeInterfaceToken(IRadioService::getInterfaceDescriptor()); data.writeInt32(handle); data.writeStrongBinder(IInterface::asBinder(client)); ALOGV("attach() config %p withAudio %d region %d type %d", config, withAudio, config->region, config->band.type); ALOGV("attach() config %p withAudio %d region %d type %d", config == NULL ? 0 : config, withAudio, config->region, config->band.type); if (config == NULL) { data.writeInt32(0); } else { Loading
services/radio/RadioService.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,7 @@ sp<IMemory> RadioService::CallbackThread::prepareEvent(radio_hal_event_t *halEve } break; case RADIO_EVENT_TA: case RADIO_EVENT_EA: case RADIO_EVENT_ANTENNA: case RADIO_EVENT_CONTROL: event->on = halEvent->on; Loading