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

  /system/core/include/system/
radio.h 132 * If more than one tuner is supported (num_tuners > 1), only one can be connected to the audio
140 unsigned int num_tuners; /* number of tuners controllable independently */ member in struct:radio_hal_properties
156 unsigned int num_tuners; member in struct:radio_properties
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 46 hal_properties.class_id, hal_properties.implementor, hal_properties.num_tuners,
radio_hw.c 43 .num_tuners = 1,
  /frameworks/av/services/radio/
RadioService.cpp 219 properties->num_tuners = halProperties->num_tuners;
475 if (allocatedAudio + allocatedTuners >= mProperties.num_tuners) {
581 ALOG_ASSERT(allocatedTuners + allocatedAudio < mProperties.num_tuners,
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 446 nModules[i].num_tuners,
    [all...]

Completed in 1477 milliseconds