Lines Matching refs:Exit
109 // @param[out] filter On exit contains the list of metadata type to be
111 // @param[out] status On exit contains the status code to be returned.
1244 if (player == NULL) goto Exit;
1245 if (player->hardwareOutput()) goto Exit;
1250 if (player->setDataSource(url) != NO_ERROR) goto Exit;
1256 if (cache->wait() != NO_ERROR) goto Exit;
1262 if (cache->wait() != NO_ERROR) goto Exit;
1270 Exit:
1287 if (player == NULL) goto Exit;
1288 if (player->hardwareOutput()) goto Exit;
1293 if (player->setDataSource(fd, offset, length) != NO_ERROR) goto Exit;
1299 if (cache->wait() != NO_ERROR) goto Exit;
1305 if (cache->wait() != NO_ERROR) goto Exit;
1313 Exit: