Searched refs:mIRadio (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/radio/
H A DRadio.cpp106 status_t status = service->attach(handle, radio, config, withAudio, radio->mIRadio);
108 if (status == NO_ERROR && radio->mIRadio != 0) {
109 IInterface::asBinder(radio->mIRadio)->linkToDeath(radio);
127 if (mIRadio != 0) {
128 mIRadio->detach();
137 if (mIRadio != 0) {
138 mIRadio->detach();
139 IInterface::asBinder(mIRadio)->unlinkToDeath(this);
140 mIRadio = 0;
147 if (mIRadio
[all...]
/frameworks/av/include/radio/
H A DRadio.h81 sp<IRadio> mIRadio; member in class:android::Radio

Completed in 308 milliseconds