Searched refs:sourceAlreadyStarted (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DAudioPlayer.h51 status_t start(bool sourceAlreadyStarted = false);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h59 status_t start(bool sourceAlreadyStarted = false);
H A DVideoEditorAudioPlayer.cpp320 status_t VideoEditorAudioPlayer::start(bool sourceAlreadyStarted) { argument
331 if (!sourceAlreadyStarted) {
523 if (!sourceAlreadyStarted) {
549 if (!sourceAlreadyStarted) {
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp72 status_t AudioPlayer::start(bool sourceAlreadyStarted) { argument
77 if (!sourceAlreadyStarted) {
145 if (!sourceAlreadyStarted) {
177 if (!sourceAlreadyStarted) {

Completed in 328 milliseconds