HomeSort by relevance Sort by last modified time
    Searched refs:TunerSession (Results 1 - 12 of 12) sorted by null

  /hardware/interfaces/broadcastradio/2.0/default/
TunerSession.cpp 20 #include "TunerSession.h"
52 TunerSession::TunerSession(BroadcastRadio& module, const sp<ITunerCallback>& callback)
70 void TunerSession::tuneInternalLocked(const ProgramSelector& sel) {
87 const BroadcastRadio& TunerSession::module() const {
91 const VirtualRadio& TunerSession::virtualRadio() const {
95 Return<Result> TunerSession::tune(const ProgramSelector& sel) {
122 Return<Result> TunerSession::scan(bool directionUp, bool /* skipSubChannel */) {
175 Return<Result> TunerSession::step(bool directionUp) {
215 void TunerSession::cancelLocked()
    [all...]
TunerSession.h 35 struct TunerSession : public ITunerSession {
36 TunerSession(BroadcastRadio& module, const sp<ITunerCallback>& callback);
BroadcastRadio.h 19 #include "TunerSession.h"
51 wp<TunerSession> mSession;
BroadcastRadio.cpp 119 sp<TunerSession> newSession = new TunerSession(*this, callback);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
BaseTunerTvInputService.java 42 private final Set<TunerSession> mTunerSessions = Collections.newSetFromMap(new WeakHashMap<>());
100 final TunerSession session = new TunerSession(this, mChannelDataManager);
115 for (TunerSession session : mTunerSessions) {
123 for (TunerSession session : mTunerSessions) {
TunerSessionWorker.java 208 private final TunerSession mSession;
219 Context context, ChannelDataManager channelDataManager, TunerSession tunerSession) {
228 mSession = tunerSession;
512 mSession.sendUiMessage(TunerSession.MSG_UI_SHOW_AUDIO_UNPLAYABLE);
518 mSession.sendUiMessage(TunerSession.MSG_UI_PROCESS_CAPTION_TRACK, event);
523 mSession.sendUiMessage(TunerSession.MSG_UI_CLEAR_CAPTION_RENDERER);
544 mSession.sendUiMessage(TunerSession.MSG_UI_TOAST_RESCAN_NEEDED);
    [all...]
TunerSession.java 54 public class TunerSession extends TvInputService.Session
56 private static final String TAG = "TunerSession";
85 public TunerSession(Context context, ChannelDataManager channelDataManager) {
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioService.java 40 import com.android.car.radio.media.TunerSession;
91 private TunerSession mMediaSession;
132 mMediaSession = new TunerSession(this, mBrowseTree, mBinder, mImageCache);
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
RadioModule.java 81 public @NonNull TunerSession openSession(@NonNull android.hardware.radio.ITunerCallback userCb)
97 return new TunerSession(this, hwSession.value, cb);
TunerSession.java 37 class TunerSession extends ITuner.Stub {
52 TunerSession(@NonNull RadioModule module, @NonNull ITunerSession hwSession,
BroadcastRadioService.java 103 TunerSession session = module.openSession(callback);
  /packages/apps/Car/Radio/src/com/android/car/radio/media/
TunerSession.java 49 public class TunerSession extends MediaSessionCompat implements IPlaybackStateListener {
62 public TunerSession(@NonNull Context context, @NonNull BrowseTree browseTree,

Completed in 741 milliseconds