Lines Matching refs:RadioService

46 RadioService::RadioService()  in RadioService()  function in android::RadioService
52 void RadioService::onFirstRef() in onFirstRef()
95 RadioService::~RadioService() in ~RadioService()
102 status_t RadioService::listModules(struct radio_properties *properties, in listModules()
119 status_t RadioService::attach(radio_handle_t handle, in attach()
171 status_t RadioService::dump(int fd, const Vector<String16>& args __unused) { in dump()
189 status_t RadioService::onTransact( in onTransact()
196 void RadioService::callback(radio_hal_event_t *halEvent, void *cookie) in callback()
206 void RadioService::convertProperties(radio_properties_t *properties, in convertProperties()
255 RadioService::CallbackThread::CallbackThread(const wp<ModuleClient>& moduleClient) in CallbackThread()
260 RadioService::CallbackThread::~CallbackThread() in ~CallbackThread()
265 void RadioService::CallbackThread::onFirstRef() in onFirstRef()
270 bool RadioService::CallbackThread::threadLoop() in threadLoop()
297 void RadioService::CallbackThread::exit() in exit()
304 sp<IMemory> RadioService::CallbackThread::prepareEvent(radio_hal_event_t *halEvent) in prepareEvent()
371 void RadioService::CallbackThread::sendEvent(radio_hal_event_t *event) in sendEvent()
388 RadioService::Module::Module(radio_hw_device* hwDevice, radio_properties properties) in Module()
393 RadioService::Module::~Module() { in ~Module()
397 status_t RadioService::Module::dump(int fd __unused, const Vector<String16>& args __unused) { in dump()
402 sp<RadioService::ModuleClient> RadioService::Module::addClient(const sp<IRadioClient>& client, in addClient()
495 RadioService::callback, moduleClient->callbackThread().get(), in addClient()
513 void RadioService::Module::removeClient(const sp<ModuleClient>& moduleClient) { in removeClient()
595 RadioService::callback, moduleClient->callbackThread().get(), in removeClient()
606 status_t RadioService::Module::setMute(bool mute) in setMute()
616 status_t RadioService::Module::getMute(bool *mute) in getMute()
624 const struct radio_band_config *RadioService::Module::getDefaultConfig() const in getDefaultConfig()
632 void RadioService::Module::notifyDeviceConnection(bool connected, in notifyDeviceConnection()
645 RadioService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient()
653 void RadioService::ModuleClient::onFirstRef() in onFirstRef()
659 RadioService::ModuleClient::~ModuleClient() { in ~ModuleClient()
669 status_t RadioService::ModuleClient::dump(int fd __unused, in dump()
675 void RadioService::ModuleClient::detach() { in detach()
692 radio_hal_band_config_t RadioService::ModuleClient::halConfig() const in halConfig()
699 const struct radio_tuner *RadioService::ModuleClient::getTuner() const in getTuner()
706 void RadioService::ModuleClient::setTuner(const struct radio_tuner *tuner) in setTuner()
723 status_t RadioService::ModuleClient::setConfiguration(const struct radio_band_config *config) in setConfiguration()
744 status_t RadioService::ModuleClient::getConfiguration(struct radio_band_config *config) in getConfiguration()
762 status_t RadioService::ModuleClient::setMute(bool mute) in setMute()
780 status_t RadioService::ModuleClient::getMute(bool *mute) in getMute()
794 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) in scan()
807 status_t RadioService::ModuleClient::step(radio_direction_t direction, bool skipSubChannel) in step()
820 status_t RadioService::ModuleClient::tune(unsigned int channel, unsigned int subChannel) in tune()
833 status_t RadioService::ModuleClient::cancel() in cancel()
846 status_t RadioService::ModuleClient::getProgramInformation(struct radio_program_info *info) in getProgramInformation()
859 status_t RadioService::ModuleClient::hasControl(bool *hasControl) in hasControl()
867 void RadioService::ModuleClient::onCallbackEvent(const sp<IMemory>& eventMemory) in onCallbackEvent()
895 void RadioService::ModuleClient::binderDied( in binderDied()