Lines Matching refs:NO_ERROR
89 if (mStatus == NO_ERROR) { in ~AudioTrack()
126 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) { in set()
130 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in set()
134 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) { in set()
221 if (status != NO_ERROR) { in set()
233 mStatus = NO_ERROR; in set()
254 return NO_ERROR; in set()
328 if (status == NO_ERROR) { in start()
448 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, mStreamType) != NO_ERROR) { in setSampleRate()
455 return NO_ERROR; in setSampleRate()
474 return NO_ERROR; in setLoop()
494 return NO_ERROR; in setLoop()
513 return NO_ERROR; in getLoop()
523 return NO_ERROR; in setMarkerPosition()
532 return NO_ERROR; in getMarkerPosition()
544 return NO_ERROR; in setPositionUpdatePeriod()
553 return NO_ERROR; in getPositionUpdatePeriod()
567 return NO_ERROR; in setPosition()
576 return NO_ERROR; in getPosition()
587 return NO_ERROR; in reload()
653 return NO_ERROR; in createTrack()
685 if (__builtin_expect(result!=NO_ERROR, false)) { in obtainBuffer()
700 if (result == NO_ERROR) { in obtainBuffer()
746 return active ? status_t(NO_ERROR) : status_t(STOPPED); in obtainBuffer()
874 if (err < NO_ERROR) { in processAudioBuffer()
953 return NO_ERROR; in dump()
970 return NO_ERROR; in readyToRun()
1025 if (err != NO_ERROR) { in stepServer()