Lines Matching full:no_error
58 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
62 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
66 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
76 return NO_ERROR;
126 if (mStatus == NO_ERROR) {
165 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
169 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
234 if (status != NO_ERROR) {
246 mStatus = NO_ERROR;
265 mRestoreStatus = NO_ERROR;
266 return NO_ERROR;
320 status_t status = NO_ERROR;
367 if (status != NO_ERROR) {
484 return NO_ERROR;
509 return NO_ERROR;
523 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, mStreamType) != NO_ERROR) {
531 return NO_ERROR;
558 return NO_ERROR;
579 return NO_ERROR;
599 return NO_ERROR;
609 return NO_ERROR;
618 return NO_ERROR;
630 return NO_ERROR;
639 return NO_ERROR;
654 return NO_ERROR;
663 return NO_ERROR;
676 return NO_ERROR;
701 if (status == NO_ERROR) {
729 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
733 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
737 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
823 return NO_ERROR;
830 status_t result = NO_ERROR;
874 if (__builtin_expect(result!=NO_ERROR, false)) {
891 if (result != NO_ERROR) {
943 return active ? status_t(NO_ERROR) : status_t(STOPPED);
1091 if (err < NO_ERROR) {
1186 if (result == NO_ERROR) {
1217 LOGW_IF(result != NO_ERROR, "restoreTrack_l() start() failed status %d", result);
1219 if (fromStart && result == NO_ERROR) {
1223 if (result != NO_ERROR) {
1225 LOGW_IF(result != NO_ERROR, "restoreTrack_l() failed status %d", result);
1236 if (result == NO_ERROR) {
1250 if (result == NO_ERROR) {
1256 LOGW_IF(result != NO_ERROR, "restoreTrack_l() error %d TID %d", result, gettid());
1278 return NO_ERROR;
1295 return NO_ERROR;
1452 if (err != NO_ERROR) {