Home | History | Annotate | Download | only in libmedia

Lines Matching full:no_error

88     if (mStatus == NO_ERROR) {
124 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
128 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
132 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
219 if (status != NO_ERROR) {
231 mStatus = NO_ERROR;
252 return NO_ERROR;
333 if (status == NO_ERROR) {
335 if (status == NO_ERROR) {
340 if (status != NO_ERROR) {
452 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, mStreamType) != NO_ERROR) {
459 return NO_ERROR;
478 return NO_ERROR;
498 return NO_ERROR;
517 return NO_ERROR;
527 return NO_ERROR;
536 return NO_ERROR;
548 return NO_ERROR;
557 return NO_ERROR;
571 return NO_ERROR;
580 return NO_ERROR;
591 return NO_ERROR;
658 return NO_ERROR;
690 if (__builtin_expect(result!=NO_ERROR, false)) {
705 if (result == NO_ERROR) {
752 return active ? status_t(NO_ERROR) : status_t(STOPPED);
880 if (err < NO_ERROR) {
959 return NO_ERROR;
976 return NO_ERROR;
1033 if (err != NO_ERROR) {