Home
last modified time | relevance | path

Searched refs:RADIO_EVENT_HW_FAILURE (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/android_stub/system/
Dradio.h182 RADIO_EVENT_HW_FAILURE = 0, /* hardware module failure. Requires reopening the tuner */ enumerator
/hardware/interfaces/broadcastradio/1.0/default/
DTuner.cpp70 case RADIO_EVENT_HW_FAILURE: in onCallback()
/hardware/libhardware/modules/radio/
Dradio_hw.c323 event.type = RADIO_EVENT_HW_FAILURE; in callback_thread_loop()
466 if (event.type != RADIO_EVENT_HW_FAILURE && tuner->callback != NULL) { in callback_thread_loop()