Lines Matching refs:srcId
35 virtual status_t playNextDataSource(int64_t srcId) override;
71 void notifySetDataSourceCompleted(int64_t srcId, status_t err);
72 void notifyPrepareCompleted(int64_t srcId, status_t err);
73 void notifyResetComplete(int64_t srcId);
74 void notifySetSurfaceComplete(int64_t srcId);
75 void notifyDuration(int64_t srcId, int64_t durationUs);
76 void notifyMorePlayingTimeUs(int64_t srcId, int64_t timeUs);
77 void notifyMoreRebufferingTimeUs(int64_t srcId, int64_t timeUs);
78 void notifyRebufferingWhenExit(int64_t srcId, bool status);
79 void notifySeekComplete(int64_t srcId);
80 void notifySeekComplete_l(int64_t srcId);
81 void notifyListener(int64_t srcId, int msg, int ext1 = 0, int ext2 = 0,
83 void notifyFlagsChanged(int64_t srcId, uint32_t flags);
151 void notifyListener_l(int64_t srcId, int msg, int ext1 = 0, int ext2 = 0,