Searched refs:Exit (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp558 goto Exit;
565 goto Exit;
572 goto Exit;
579 goto Exit;
585 goto Exit;
594 goto Exit;
666 goto Exit;
672 Exit:
1402 goto Exit;
1409 goto Exit;
[all...]
H A DThreads.cpp908 goto Exit;
917 goto Exit;
926 goto Exit;
941 goto Exit;
950 goto Exit;
978 goto Exit;
985 goto Exit;
991 goto Exit;
1011 Exit:
1449 goto Exit;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s204 BNE Exit ;// If not set Exit
248 B Exit ;// Branch to exit
288 Exit label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s226 BNE Exit ;// If not set Exit
268 B Exit
320 Exit label
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1313 if (player == NULL) goto Exit;
1314 if (player->hardwareOutput()) goto Exit;
1319 if (player->setDataSource(httpService, url) != NO_ERROR) goto Exit;
1325 if (cache->wait() != NO_ERROR) goto Exit;
1334 goto Exit;
1345 Exit:
1368 if (player == NULL) goto Exit;
1369 if (player->hardwareOutput()) goto Exit;
1374 if (player->setDataSource(fd, offset, length) != NO_ERROR) goto Exit;
1380 if (cache->wait() != NO_ERROR) goto Exit;
[all...]

Completed in 770 milliseconds