HomeSort by relevance Sort by last modified time
    Searched defs:recording (Results 1 - 7 of 7) sorted by null

  /cts/suite/audio_quality/test/
AudioHardwareTest.cpp 34 android::sp<AudioHardware> recording = AudioHardware::createAudioHw(true, false); local
35 ASSERT_TRUE(recording.get() != NULL);
43 android::sp<AudioHardware> recording = AudioHardware::createAudioHw(false, false, testCase); local
44 ASSERT_TRUE(recording.get() != NULL);
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 21 * whether recording is currently enabled.
24 * supplied character to the recording buffer but only if
25 * recording is in progress. This is useful in our
27 * as the caller logic to enable/disable recording is decoupled from the logic
28 * of recording.
38 * <li>There is a size limit to the recording buffer as set in
41 * recording is currently enabled.
54 * This is where characters provided for recording are stored. Given
60 /** Holds whether we are currently recording characters or not. */
61 private boolean recording; field in class:CharacterRecorder
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 48 class Recording : public SkRefCnt {
50 Recording()
53 ~Recording();
57 RecordingImpl* recording() { return m_recording; } function in class:WebCore::Recording
65 PlatformGraphicsContextRecording(Recording* picture);
172 Recording* mRecording;
  /external/quake/quake/src/WinQuake/
net_main.cpp 84 qboolean recording = false; variable
472 if (recording)
484 if (recording)
579 if (recording)
592 if (recording)
643 if (recording)
674 if (recording)
709 if (recording)
817 recording = true;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 618 new LogStatement("UserFeedback", false, false, "contents", "accountName", "recording");
621 String recording = ""; local
623 // Try to read recording from recently written json file
632 recording = Charset.defaultCharset().decode(buffer).toString();
634 Log.e(TAG, "Could not find recording file", e);
636 Log.e(TAG, "Error reading recording file", e);
642 Log.e(TAG, "Error closing recording file", e);
651 feedbackContents, accountName, recording);
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 637 milliseconds