Searched refs:RETURN_ON_ERROR (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/android/ |
D | opensles_player.cc | 29 #define RETURN_ON_ERROR(op, ...) \ macro 122 RETURN_ON_ERROR((*player_)->SetPlayState(player_, SL_PLAYSTATE_PLAYING), -1); in StartPlayout() 135 RETURN_ON_ERROR((*player_)->SetPlayState(player_, SL_PLAYSTATE_STOPPED), -1); in StopPlayout() 137 RETURN_ON_ERROR((*simple_buffer_queue_)->Clear(simple_buffer_queue_), -1); in StopPlayout() 274 RETURN_ON_ERROR( in CreateEngine() 277 RETURN_ON_ERROR( in CreateEngine() 279 RETURN_ON_ERROR(engine_object_->GetInterface(engine_object_.Get(), in CreateEngine() 302 RETURN_ON_ERROR((*engine_)->CreateOutputMix(engine_, output_mix_.Receive(), 0, in CreateMix() 305 RETURN_ON_ERROR(output_mix_->Realize(output_mix_.Get(), SL_BOOLEAN_FALSE), in CreateMix() 347 RETURN_ON_ERROR( in CreateAudioPlayer() [all …]
|