OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryBeginTrackSwitch
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
MediaPlayer2AudioOutput.h
159
//
tryBeginTrackSwitch
/endTrackSwitch are used when the CallbackData is handed over
162
//
tryBeginTrackSwitch
() returns true only if it obtains the lock.
163
bool
tryBeginTrackSwitch
() {
164
LOG_ALWAYS_FATAL_IF(mSwitching, "
tryBeginTrackSwitch
() already called");
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
200
//
tryBeginTrackSwitch
/endTrackSwitch are used when the CallbackData is handed over
203
//
tryBeginTrackSwitch
() returns true only if it obtains the lock.
204
bool
tryBeginTrackSwitch
() {
205
LOG_ALWAYS_FATAL_IF(mSwitching, "
tryBeginTrackSwitch
() already called");
MediaPlayerService.cpp
[
all
...]
Completed in 67 milliseconds