Lines Matching refs:status
55 status_t status = stream->get_render_position(stream, &halPosition); in getRenderPosition() local
56 if (status != NO_ERROR) { in getRenderPosition()
57 return status; in getRenderPosition()
71 return status; in getRenderPosition()
78 status_t status = getRenderPosition(&position64); in getRenderPosition() local
79 if (status == NO_ERROR) { in getRenderPosition()
82 return status; in getRenderPosition()
92 status_t status = stream->get_presentation_position(stream, &halPosition, timestamp); in getPresentationPosition() local
93 if (status != NO_ERROR) { in getPresentationPosition()
94 return status; in getPresentationPosition()
109 return status; in getPresentationPosition()
124 int status = hwDev()->open_output_stream( in open() local
139 status); in open()
143 if (status != NO_ERROR && config->format == AUDIO_FORMAT_IEC61937) { in open()
147 status = hwDev()->open_output_stream( in open()
155 ALOGV("AudioStreamOut::open(), treat IEC61937 as PCM, status = %d", status); in open()
158 if (status == NO_ERROR) { in open()
164 return status; in open()