Searched defs:tryBeginTrackSwitch (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h191 // tryBeginTrackSwitch/endTrackSwitch are used when the CallbackData is handed over
194 // tryBeginTrackSwitch() returns true only if it obtains the lock.
195 bool tryBeginTrackSwitch() { function in class:android::MediaPlayerService::AudioOutput::CallbackData
196 LOG_ALWAYS_FATAL_IF(mSwitching, "tryBeginTrackSwitch() already called");

Completed in 300 milliseconds