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

  /system/media/radio/include/system/
radio_metadata.h 56 RADIO_METADATA_TYPE_RAW = 2, /* raw binary data (icon or art) */
  /system/media/radio/src/
radio_metadata.c 42 RADIO_METADATA_TYPE_RAW,
43 RADIO_METADATA_TYPE_RAW,
242 if (metadata == NULL || *metadata == NULL || type != RADIO_METADATA_TYPE_RAW || value == NULL) {
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 148 case RADIO_METADATA_TYPE_RAW:
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 77 static_assert(RADIO_METADATA_TYPE_RAW == static_cast<int>(MetadataType::RAW),
268 case RADIO_METADATA_TYPE_RAW: {
  /hardware/interfaces/broadcastradio/1.1/default/
Utils.cpp 83 static_assert(RADIO_METADATA_TYPE_RAW == static_cast<int>(MetadataType::RAW),
272 case RADIO_METADATA_TYPE_RAW: {
  /frameworks/av/services/radio/
HidlUtils.cpp 161 case RADIO_METADATA_TYPE_RAW:
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 274 case RADIO_METADATA_TYPE_RAW: {
275 ALOGV("%s RADIO_METADATA_TYPE_RAW %d size %zu", __FUNCTION__, key, size);
    [all...]

Completed in 54 milliseconds