Searched refs:LOG_ON_ERROR (Results 1 – 6 of 6) sorted by relevance
34 #define LOG_ON_ERROR(op) \ macro138 if (LOG_ON_ERROR( in StartRecording()154 if (LOG_ON_ERROR( in StopRecording()159 if (LOG_ON_ERROR((*simple_buffer_queue_)->Clear(simple_buffer_queue_))) { in StopRecording()221 if (LOG_ON_ERROR( in ObtainEngineInterface()254 if (LOG_ON_ERROR((*engine_)->CreateAudioRecorder( in CreateAudioRecorder()262 if (LOG_ON_ERROR((recorder_object_->GetInterface(recorder_object_.Get(), in CreateAudioRecorder()273 if (LOG_ON_ERROR(((*recorder_config) in CreateAudioRecorder()281 if (LOG_ON_ERROR((recorder_object_->Realize(recorder_object_.Get(), in CreateAudioRecorder()287 if (LOG_ON_ERROR((recorder_object_->GetInterface( in CreateAudioRecorder()[all …]
18 #define LOG_ON_ERROR(op) \ macro116 LOG_ON_ERROR(AAudio_createStreamBuilder(&builder_)); in ScopedStreamBuilder()121 LOG_ON_ERROR(AAudioStreamBuilder_delete(builder_)); in ~ScopedStreamBuilder()405 LOG_ON_ERROR(AAudioStream_close(stream_)); in CloseStream()
32 #define LOG_ON_ERROR(op) \ macro144 if (LOG_ON_ERROR( in StartRecording()160 if (LOG_ON_ERROR( in StopRecording()165 if (LOG_ON_ERROR((*simple_buffer_queue_)->Clear(simple_buffer_queue_))) { in StopRecording()232 if (LOG_ON_ERROR( in ObtainEngineInterface()265 if (LOG_ON_ERROR((*engine_)->CreateAudioRecorder( in CreateAudioRecorder()273 if (LOG_ON_ERROR((recorder_object_->GetInterface(recorder_object_.Get(), in CreateAudioRecorder()284 if (LOG_ON_ERROR(((*recorder_config) in CreateAudioRecorder()292 if (LOG_ON_ERROR((recorder_object_->Realize(recorder_object_.Get(), in CreateAudioRecorder()298 if (LOG_ON_ERROR((recorder_object_->GetInterface( in CreateAudioRecorder()[all …]
17 #define LOG_ON_ERROR(op) \ macro117 LOG_ON_ERROR(AAudio_createStreamBuilder(&builder_)); in ScopedStreamBuilder()122 LOG_ON_ERROR(AAudioStreamBuilder_delete(builder_)); in ~ScopedStreamBuilder()405 LOG_ON_ERROR(AAudioStream_close(stream_)); in CloseStream()
35 #define LOG_ON_ERROR(x) x ## #y; // expected-error {{'#' is not followed by a macro parameter}} macro36 LOG_ON_ERROR(0);