OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onTimelineChanged
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/include/common_time/
cc_helper.h
34
// interface for
onTimelineChanged
) since this provides a convienent death
59
void
onTimelineChanged
(uint64_t timelineID);
ICommonClock.h
32
virtual void
onTimelineChanged
(uint64_t timelineID) = 0;
/frameworks/av/media/common_time/
cc_helper.cpp
83
void CCHelper::CommonClockListener::
onTimelineChanged
(uint64_t timelineID) {
ICommonClock.cpp
407
virtual void
onTimelineChanged
(uint64_t timelineID) {
425
onTimelineChanged
(timelineID);
/frameworks/base/core/java/android/os/
CommonClock.java
258
void
onTimelineChanged
(long newTimelineId);
333
mTimelineChangedListener.
onTimelineChanged
(timelineId);
/frameworks/base/services/common_time/
common_clock_service.cpp
153
mListeners[i]->
onTimelineChanged
(timelineID);
Completed in 251 milliseconds