Home
last modified time | relevance | path

Searched refs:LOG_ON_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_device/android/
Dopensles_recorder.cc34 #define LOG_ON_ERROR(op) \ macro
138 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 …]
Daaudio_wrapper.cc18 #define LOG_ON_ERROR(op) \ macro
116 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()
/external/webrtc/sdk/android/src/jni/audio_device/
Dopensles_recorder.cc32 #define LOG_ON_ERROR(op) \ macro
144 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 …]
Daaudio_wrapper.cc17 #define LOG_ON_ERROR(op) \ macro
117 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()
/external/llvm-project/clang/test/Preprocessor/
Dmacro_paste_bad.c35 #define LOG_ON_ERROR(x) x ## #y; // expected-error {{'#' is not followed by a macro parameter}} macro
36 LOG_ON_ERROR(0);
/external/clang/test/Preprocessor/
Dmacro_paste_bad.c35 #define LOG_ON_ERROR(x) x ## #y; // expected-error {{'#' is not followed by a macro parameter}} macro
36 LOG_ON_ERROR(0);