Searched defs:TunerSession (Results 1 – 5 of 5) sorted by relevance
35 struct TunerSession : public ITunerSession { struct57 WorkerThread mThread;58 bool mIsClosed = false;60 const sp<ITunerCallback> mCallback;62 std::reference_wrapper<BroadcastRadio> mModule;63 bool mIsTuneCompleted = false;
49 TunerSession::TunerSession(BroadcastRadio& module, const sp<ITunerCallback>& callback) in TunerSession() function in android::hardware::broadcastradio::V2_0::implementation::TunerSession
48 public class TunerSession { class65 public TunerSession(@NonNull Context context, @NonNull BrowseTree browseTree, in TunerSession() method in TunerSession
48 public class TunerSession extends TisSessionCompat implements CommonPreferencesChangedListener { class60 public TunerSession( in TunerSession() method in TunerSession
39 class TunerSession extends ITuner.Stub { class55 TunerSession(@NonNull RadioModule module, @NonNull ITunerSession hwSession, in TunerSession() method in TunerSession