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

  /frameworks/av/services/radio/
TunerCallbackInterface.h 28 virtual void onEvent(radio_hal_event_t *event) = 0;
RadioHalLegacy.h 57 static void callback(radio_hal_event_t *halEvent, void *cookie);
58 void onCallback(radio_hal_event_t *halEvent);
RadioHalHidl.cpp 252 radio_hal_event_t event;
253 memset(&event, 0, sizeof(radio_hal_event_t));
264 radio_hal_event_t event = {};
277 radio_hal_event_t event = {};
289 radio_hal_event_t event;
290 memset(&event, 0, sizeof(radio_hal_event_t));
299 radio_hal_event_t event;
300 memset(&event, 0, sizeof(radio_hal_event_t));
309 radio_hal_event_t event;
310 memset(&event, 0, sizeof(radio_hal_event_t));
    [all...]
RadioService.h 122 void sendEvent(radio_hal_event_t *halEvent);
123 sp<IMemory> prepareEvent(radio_hal_event_t *halEvent);
187 virtual void onEvent(radio_hal_event_t *event);
203 static void callback(radio_hal_event_t *halEvent, void *cookie);
RadioHalLegacy.cpp 190 void RadioHalLegacy::Tuner::onCallback(radio_hal_event_t *halEvent)
198 void RadioHalLegacy::Tuner::callback(radio_hal_event_t *halEvent, void *cookie)
RadioHalHidl.h 86 void onCallback(radio_hal_event_t *halEvent) const;
RadioService.cpp 285 sp<IMemory> RadioService::CallbackThread::prepareEvent(radio_hal_event_t *halEvent)
356 void RadioService::CallbackThread::sendEvent(radio_hal_event_t *event)
668 void RadioService::ModuleClient::onEvent(radio_hal_event_t *halEvent)
718 radio_hal_event_t event;
  /hardware/interfaces/broadcastradio/1.0/default/
Tuner.h 45 static void callback(radio_hal_event_t *halEvent, void *cookie);
46 void onCallback(radio_hal_event_t *halEvent);
Tuner.cpp 33 void Tuner::onCallback(radio_hal_event_t *halEvent)
79 void Tuner::callback(radio_hal_event_t *halEvent, void *cookie)
  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.h 48 static void callback(radio_hal_event_t *halEvent, void *cookie);
49 void onCallback(radio_hal_event_t *halEvent);
Tuner.cpp 33 void Tuner::onCallback(radio_hal_event_t *halEvent)
85 void Tuner::callback(radio_hal_event_t *halEvent, void *cookie)
  /hardware/libhardware/include/hardware/
radio.h 84 typedef void (*radio_callback_t)(radio_hal_event_t *event, void *cookie);
  /system/core/libsystem/include/system/
radio.h 207 } radio_hal_event_t; typedef in typeref:struct:radio_hal_event
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 65 void callback(radio_hal_event_t *event, void *cookie) {
radio_hw.c 305 radio_hal_event_t event;

Completed in 109 milliseconds