OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDuration_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/media/
mediaplayer.h
210
status_t
getDuration_l
(int *msec);
/frameworks/base/media/libmedia/
mediaplayer.cpp
401
status_t MediaPlayer::
getDuration_l
(int *msec)
420
return
getDuration_l
(msec);
437
getDuration_l
(NULL);
Completed in 36 milliseconds