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

  /system/core/libsystem/include/system/
radio.h 45 RADIO_BAND_FM = 1, /* Frequency Modulation band: FM */
167 uint32_t channel; /* current channel. (e.g kHz for band type RADIO_BAND_FM) */
  /hardware/libhardware/modules/radio/
radio_hw.c 53 .type = RADIO_BAND_FM,
343 if (tuner->config.type == RADIO_BAND_FM) {
371 if (tuner->config.type == RADIO_BAND_FM)
397 if (tuner->config.type == RADIO_BAND_FM)
418 if (tuner->config.type == RADIO_BAND_FM)
449 if (tuner->config.type == RADIO_BAND_FM ||
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 47 static_assert(RADIO_BAND_FM == static_cast<int>(Band::FM),
  /hardware/libhardware/modules/vehicle/
vehicle.c 227 data->value.int32_array[1] = selector ? RADIO_BAND_FM : RADIO_BAND_AM;

Completed in 61 milliseconds