HomeSort by relevance Sort by last modified time
    Searched refs:RECORDING (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/audio/
audio_input_device.h 117 RECORDING, // Receiving audio data.
audio_input_controller.cc 347 state_ = RECORDING;
419 if (state_ != CREATED && state_ != RECORDING)
439 DCHECK_NE(state_, RECORDING);
495 if (state_ != RECORDING)
audio_input_device.cc 65 COMPILE_ASSERT(CREATING_STREAM < RECORDING, invalid_enum_value_assignment_2);
147 state_ = RECORDING;
audio_input_controller.h 35 // [ Created ] ----------> [ Recording ]
207 // Starts recording using the created audio input stream.
226 // Changing the AGC state is not supported while recording is active.
245 RECORDING,
294 // Method which ensures that OnError() is triggered when data recording
328 // whilst recording on Windows.

Completed in 826 milliseconds