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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers.h 49 ChoiceBuilder& WithInputSource(FILE* input_source);
choice_helpers.cc 49 ChoiceBuilder& ChoiceBuilder::WithInputSource(FILE* input_source) {
50 input_helper_.WithInputSource(input_source);
input_helpers.cc 87 InputBuilder& InputBuilder::WithInputSource(FILE* input_source) {
88 input_source_ = input_source;
input_helpers.h 48 InputBuilder& WithInputSource(FILE* input_source);
  /external/qemu/hw/android/goldfish/
audio.c 92 const char* input_source; member in struct:goldfish_audio_state
326 if (!s->input_source) return;
329 s->input_fd = open(s->input_source, O_BINARY | O_RDONLY);
332 fprintf(stderr, "goldfish_audio could not open %s for audio input\n", s->input_source);
333 s->input_source = NULL; // set to to avoid endless retries
340 fprintf(stderr, "goldfish_audio could not read WAV file header %s\n", s->input_source);
342 s->input_source = NULL; // set to to avoid endless retries
412 return (s->input_source ? 1 : 0);
592 void goldfish_audio_init(uint32_t base, int id, const char* input_source)
610 if (input_source) {
    [all...]
  /external/qemu/include/hw/android/goldfish/
device.h 48 void goldfish_audio_init(uint32_t base, int id, const char* input_source);
  /device/samsung/manta/audio/
audio_hw.c 137 audio_source_t input_source; member in struct:audio_device
191 audio_source_t input_source; member in struct:stream_in
523 int input_source_id = get_input_source_id(adev->input_source);
565 if ((adev->input_source == AUDIO_SOURCE_VOICE_RECOGNITION) &&
576 adev->out_device, adev->input_source,
785 adev->input_source = in->input_source;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 361 InputSource input_source() const { function in class:DetachToBrowserTabDragControllerTest
368 if (input_source() == INPUT_SOURCE_MOUSE)
379 if (input_source() == INPUT_SOURCE_MOUSE) {
395 EXPECT_EQ(INPUT_SOURCE_TOUCH, input_source());
407 if (input_source() == INPUT_SOURCE_MOUSE)
418 if (input_source() == INPUT_SOURCE_MOUSE)
431 if (input_source() == INPUT_SOURCE_MOUSE)
446 if (input_source() == INPUT_SOURCE_MOUSE)
460 if (input_source() == INPUT_SOURCE_MOUSE)
472 if (input_source() == INPUT_SOURCE_MOUSE)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 85 static int input_source; member in namespace:android_audio_legacy
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 667 input_source = <<-END.fixed_indent( 0 )
682 lexer = GenericLanguage::Lexer.new( input_source )

Completed in 372 milliseconds