HomeSort by relevance Sort by last modified time
    Searched refs:recording (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/components/gcm_driver/
gcm_driver_android.cc 128 bool recording) {
gcm_stats_recorder_impl.h 22 // Records GCM internal stats and activities for debugging purpose. Recording
32 // Indicates whether the recorder is currently recording activities or not.
37 // Turns recording on/off.
38 void SetRecording(bool recording);
gcm_stats_recorder_impl.cc 151 void GCMStatsRecorderImpl::SetRecording(bool recording) {
152 is_recording_ = recording;
fake_gcm_client.cc 108 void FakeGCMClient::SetRecording(bool recording) {
gcm_client_impl.h 101 virtual void SetRecording(bool recording) OVERRIDE;
gcm_client_impl.cc 701 void GCMClientImpl::SetRecording(bool recording) {
702 recorder_.SetRecording(recording);
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 362 bool recording = true; local
367 while (recording && !error) {
378 recording = false;
469 if (recording && error) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.cc 38 // presenter state, recording state, mute state, and remote mute.
237 bool recording, std::string* task_id_out) {
238 recording_state_client_->Publish(nick_, recording, task_id_out);
hangoutpubsubclient.h 43 // presenter state, recording state, mute state, and remote mute.
97 bool recording, std::string* task_id_out = NULL);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 79 * Complete the time interval recording.
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 65 * a. start recording
66 * b. stop recording
74 uint16_t recording; member in struct:test_case_params
841 for (m = 0; m < params.recording; m++) {
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 65 * a. start recording
66 * b. stop recording
74 uint16_t recording; member in struct:test_case_params
841 for (m = 0; m < params.recording; m++) {
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 65 * a. start recording
66 * b. stop recording
74 uint16_t recording; member in struct:test_case_params
841 for (m = 0; m < params.recording; m++) {
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 65 * a. start recording
66 * b. stop recording
74 uint16_t recording; member in struct:test_case_params
841 for (m = 0; m < params.recording; m++) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
history.js 271 * Start recording and show the debugging list div.
280 * Stop recording and clear the events array.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 511 RecordingState recording = m_recordingStateStack.last(); local
513 ASSERT(recording.m_displayList->isRecording());
514 recording.m_displayList->endRecording();
518 m_canvas = recording.m_savedCanvas;
520 return recording.m_displayList.release();
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 789 private void testJpegThumbnailSizeByCamera(boolean recording,
    [all...]
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 281 * Notification that the AEC recording file selection dialog was cancelled,
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 115 * An unpublished intent flag requesting to start recording straight away
116 * and return as soon as recording is stopped.
147 // recording is stopped in capture intent.
178 // (or is recording into.)
650 // for preview during recording. When the recording is done, we switch
677 // mode and recording is stopped. It'll be re-enabled when
734 // Read time lapse recording interval.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 127 // Clean up the recording buffer and playout buffer.
214 // RECORDING
607 bool recording = _recording; local
612 // Stop/uninitialize recording if initialized (and possibly started)
625 // Stop/uninitialize recording
634 if (recording)
683 // Stop/uninitialize recording if initialized (and possibly started)
696 // Stop/uninitialize recording
1014 // Try to initialize the recording side with mono
1232 " Error closing current recording sound device,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 63 * Console started this one and we are just sniffing it. Initiate recording so that we
  /external/chromium_org/v8/src/
regexp.js 359 // Property of the builtins object for recording the result of the last
  /external/blktrace/btreplay/doc/
btreplay.tex 175 on the recording system, we wrap CPU IDs. This \emph{may} result in an
215 machine must be the same as on the recording machine.
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 55 * Calculates remaining recording time based on available disk space and
56 * optionally a maximum recording file size.
72 // State for tracking file size of recording.
117 * Returns how long (in seconds) we can continue recording.
147 // If we have a recording file set, we calculate a second estimate
177 * Is there any point of trying to start recording?
216 // not a dialog. This happens when a recording
354 * Make sure we're not recording music playing in the background, ask
669 * Called when we're in recording state. Find out how much longer we can
670 * go on recording. If it's under 5 minutes, we display a count-down in
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 132 * An unpublished intent flag requesting to start recording straight away
133 * and return as soon as recording is stopped.
159 // recording is stopped in capture intent.
204 // (or is recording into.)
255 // The orientation compenstaion when we start recording.
442 // want to allow recording before that happens. The shutter button
564 // Do not rotate the icons during recording because the video
565 // orientation is fixed after recording.
670 // mode and recording is stopped. It'll be re-enabled when
771 // Read time lapse recording interval
    [all...]

Completed in 1158 milliseconds

12 3