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

  /hardware/libhardware/include/hardware/
radio.h 68 * - event RADIO_EVENT_CONFIG: new configuration applied in response to open_tuner(),
257 int (*open_tuner)(const struct radio_hw_device *dev, member in struct:radio_hw_device
  /hardware/interfaces/broadcastradio/1.0/default/
BroadcastRadio.cpp 127 int rc = mHwDevice->open_tuner(mHwDevice, &halConfig, audio,
  /hardware/interfaces/broadcastradio/1.1/default/
BroadcastRadio.cpp 131 int rc = mHwDevice->open_tuner(mHwDevice, &halConfig, audio, Tuner::callback,
  /frameworks/av/services/radio/
RadioHalLegacy.cpp 112 int rc = mHwDevice->open_tuner(mHwDevice, config, audio,
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 94 ret = device->open_tuner(
98 printf("Err: open_tuner returned: %d\n", ret);
radio_hw.c 766 rdev->device.open_tuner = rdev_open_tuner;

Completed in 271 milliseconds