IRadioService.cpp | 40 ATTACH, 80 virtual status_t attach(radio_handle_t handle, function in class:android::BpRadioService 90 ALOGV("attach() config %p withAudio %d region %d type %d", 99 status_t status = remote()->transact(ATTACH, data, &reply); 151 case ATTACH: { 163 ALOGV("ATTACH configPtr %p withAudio %d", configPtr, withAudio); 165 status_t status = attach(handle, client, configPtr, withAudio, radio);
|