Searched refs:onTimelineChanged (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/common_time/
H A Dcc_helper.h34 // interface for onTimelineChanged) since this provides a convienent death
59 void onTimelineChanged(uint64_t timelineID);
H A DICommonClock.h32 virtual void onTimelineChanged(uint64_t timelineID) = 0;
/frameworks/base/core/java/android/os/
H A DCommonClock.java249 void onTimelineChanged(long newTimelineId); method in interface:CommonClock.OnTimelineChangedListener
324 mTimelineChangedListener.onTimelineChanged(timelineId);
/frameworks/av/media/common_time/
H A Dcc_helper.cpp83 void CCHelper::CommonClockListener::onTimelineChanged(uint64_t timelineID) { function in class:android::CCHelper::CommonClockListener
H A DICommonClock.cpp407 virtual void onTimelineChanged(uint64_t timelineID) { function in class:android::BpCommonClockListener
425 onTimelineChanged(timelineID);
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp153 mListeners[i]->onTimelineChanged(timelineID);

Completed in 545 milliseconds