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

  /system/core/libsystem/include/system/
radio.h 163 /* Radio program information. Returned by the HAL with event RADIO_EVENT_TUNED.
185 RADIO_EVENT_TUNED = 3, /* tune, step, scan completed */
199 int32_t status; /* used by RADIO_EVENT_CONFIG, RADIO_EVENT_TUNED */
204 radio_program_info_t info; /* RADIO_EVENT_TUNED, RADIO_EVENT_AF_SWITCH */
  /frameworks/av/radio/
Radio.cpp 253 case RADIO_EVENT_TUNED:
  /hardware/interfaces/broadcastradio/1.0/default/
Tuner.cpp 48 case RADIO_EVENT_TUNED:
  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.cpp 48 case RADIO_EVENT_TUNED:
  /hardware/libhardware/modules/radio/
radio_hw.c 361 event.type = RADIO_EVENT_TUNED;
388 event.type = RADIO_EVENT_TUNED;
410 event.type = RADIO_EVENT_TUNED;
  /frameworks/av/services/radio/
RadioHalHidl.cpp 267 event.type = RADIO_EVENT_TUNED;
RadioService.cpp 297 case RADIO_EVENT_TUNED:
330 case RADIO_EVENT_TUNED:
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 528 case RADIO_EVENT_TUNED:
530 ALOGV("%s RADIO_EVENT_TUNED channel %d", __FUNCTION__, event->info.channel);
    [all...]

Completed in 2859 milliseconds