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

  /system/media/radio/include/system/
radio_metadata.h 238 int radio_metadata_get_count(const radio_metadata_t *metadata);
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 130 for (i = 0; i < radio_metadata_get_count(info.metadata); i++) {
  /frameworks/av/radio/
IRadio.cpp 310 if (radio_metadata_get_count(info.metadata) > 0) {
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 245 int count = radio_metadata_get_count(halMetadata);
  /hardware/interfaces/broadcastradio/1.1/default/
Utils.cpp 250 int count = radio_metadata_get_count(halMetadata);
  /system/media/radio/src/
radio_metadata.c 359 int radio_metadata_get_count(const radio_metadata_t *metadata) function
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 236 int count = radio_metadata_get_count(nMetadata);
    [all...]

Completed in 66 milliseconds