• Home
  • Raw
  • Download

Lines Matching refs:ModuleClient

255 RadioService::CallbackThread::CallbackThread(const wp<ModuleClient>& moduleClient)  in CallbackThread()
274 sp<ModuleClient> moduleClient; in threadLoop()
401 sp<RadioService::ModuleClient> RadioService::Module::addClient(const sp<IRadioClient>& client, in addClient()
407 sp<ModuleClient> moduleClient; in addClient()
416 moduleClient = new ModuleClient(this, client, config, audio); in addClient()
446 sp<ModuleClient> oldestTuner; in addClient()
447 sp<ModuleClient> oldestAudio; in addClient()
467 sp<ModuleClient> preemtedClient; in addClient()
512 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 status_t RadioService::ModuleClient::dump(int fd __unused, in dump()
674 void RadioService::ModuleClient::detach() { in detach()
676 sp<ModuleClient> strongMe = this; in detach()
691 radio_hal_band_config_t RadioService::ModuleClient::halConfig() const in halConfig()
698 const struct radio_tuner *RadioService::ModuleClient::getTuner() const in getTuner()
705 void RadioService::ModuleClient::setTuner(const struct radio_tuner *tuner) in setTuner()
722 status_t RadioService::ModuleClient::setConfiguration(const struct radio_band_config *config) in setConfiguration()
743 status_t RadioService::ModuleClient::getConfiguration(struct radio_band_config *config) in getConfiguration()
761 status_t RadioService::ModuleClient::setMute(bool mute) in setMute()
779 status_t RadioService::ModuleClient::getMute(bool *mute) in getMute()
793 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) in scan()
806 status_t RadioService::ModuleClient::step(radio_direction_t direction, bool skipSubChannel) in step()
819 status_t RadioService::ModuleClient::tune(unsigned int channel, unsigned int subChannel) in tune()
832 status_t RadioService::ModuleClient::cancel() in cancel()
845 status_t RadioService::ModuleClient::getProgramInformation(struct radio_program_info *info) in getProgramInformation()
858 status_t RadioService::ModuleClient::hasControl(bool *hasControl) in hasControl()
866 void RadioService::ModuleClient::onCallbackEvent(const sp<IMemory>& eventMemory) in onCallbackEvent()
894 void RadioService::ModuleClient::binderDied( in binderDied()