• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:ModuleClient

236 RadioService::CallbackThread::CallbackThread(const wp<ModuleClient>& moduleClient)  in CallbackThread()
255 sp<ModuleClient> moduleClient; in threadLoop()
388 sp<RadioService::ModuleClient> RadioService::Module::addClient(const sp<IRadioClient>& client, in addClient()
395 sp<ModuleClient> moduleClient; in addClient()
408 moduleClient = new ModuleClient(this, client, config, audio); in addClient()
438 sp<ModuleClient> oldestTuner; in addClient()
439 sp<ModuleClient> oldestAudio; in addClient()
459 sp<ModuleClient> preemtedClient; in addClient()
505 void RadioService::Module::removeClient(const sp<ModuleClient>& moduleClient) { in removeClient()
556 sp<ModuleClient> youngestClient; in removeClient()
557 sp<ModuleClient> youngestClientAudio; in removeClient()
644 RadioService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient() function in android::RadioService::ModuleClient
652 void RadioService::ModuleClient::onFirstRef() in onFirstRef()
658 RadioService::ModuleClient::~ModuleClient() { in ~ModuleClient()
668 void RadioService::ModuleClient::onEvent(radio_hal_event_t *halEvent) in onEvent()
673 status_t RadioService::ModuleClient::dump(int fd __unused, in dump()
679 void RadioService::ModuleClient::detach() { in detach()
681 sp<ModuleClient> strongMe = this; in detach()
696 radio_hal_band_config_t RadioService::ModuleClient::halConfig() const in halConfig()
703 sp<TunerInterface>& RadioService::ModuleClient::getTuner() in getTuner()
710 void RadioService::ModuleClient::setTuner(sp<TunerInterface>& tuner) in setTuner()
727 status_t RadioService::ModuleClient::setConfiguration(const struct radio_band_config *config) in setConfiguration()
751 status_t RadioService::ModuleClient::getConfiguration(struct radio_band_config *config) in getConfiguration()
772 status_t RadioService::ModuleClient::setMute(bool mute) in setMute()
793 status_t RadioService::ModuleClient::getMute(bool *mute) in getMute()
810 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) in scan()
826 status_t RadioService::ModuleClient::step(radio_direction_t direction, bool skipSubChannel) in step()
842 status_t RadioService::ModuleClient::tune(uint32_t channel, uint32_t subChannel) in tune()
858 status_t RadioService::ModuleClient::cancel() in cancel()
874 status_t RadioService::ModuleClient::getProgramInformation(struct radio_program_info *info) in getProgramInformation()
891 status_t RadioService::ModuleClient::hasControl(bool *hasControl) in hasControl()
902 void RadioService::ModuleClient::onCallbackEvent(const sp<IMemory>& eventMemory) in onCallbackEvent()
930 void RadioService::ModuleClient::binderDied( in binderDied()