OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDrmPlaybackStatusIfNeeded
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp
87
setDrmPlaybackStatusIfNeeded
(Playback::STOP, 0);
529
setDrmPlaybackStatusIfNeeded
(Playback::START, getLastReadPosition() / 1000);
537
setDrmPlaybackStatusIfNeeded
(Playback::STOP, 0);
549
setDrmPlaybackStatusIfNeeded
(Playback::PAUSE, 0);
555
setDrmPlaybackStatusIfNeeded
(Playback::START, getLastReadPosition() / 1000);
579
void NuPlayer::GenericSource::
setDrmPlaybackStatusIfNeeded
(int playbackStatus, int64_t position) {
[
all
...]
GenericSource.h
244
void
setDrmPlaybackStatusIfNeeded
(int playbackStatus, int64_t position);
Completed in 43 milliseconds