Searched refs:mHalTuner (Results 1 – 2 of 2) sorted by relevance
88 : mHalTuner(NULL), mCallback(callback), mParentDevice(parentDevice) in Tuner()99 parentDevice->closeHalTuner(mHalTuner); in ~Tuner()106 if (mHalTuner == NULL) { in setConfiguration()111 int rc = mHalTuner->set_configuration(mHalTuner, &halConfig); in setConfiguration()121 if (mHalTuner == NULL) { in getConfiguration()125 rc = mHalTuner->get_configuration(mHalTuner, &halConfig); in getConfiguration()136 if (mHalTuner == NULL) { in scan()139 int rc = mHalTuner->scan(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel); in scan()144 if (mHalTuner == NULL) { in step()147 int rc = mHalTuner->step(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel); in step()[all …]
48 void setHalTuner(const struct radio_tuner *halTuner) { mHalTuner = halTuner; } in setHalTuner()49 const struct radio_tuner *getHalTuner() { return mHalTuner; } in getHalTuner()54 const struct radio_tuner *mHalTuner; member