OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RADIO_METADATA_TYPE_INT
(Results
1 - 7
of
7
) sorted by null
/system/media/radio/include/system/
radio_metadata.h
53
RADIO_METADATA_TYPE_INT
= 0, /* signed 32 bit integer */
/system/media/radio/src/
radio_metadata.c
35
RADIO_METADATA_TYPE_INT
,
36
RADIO_METADATA_TYPE_INT
,
217
if (metadata == NULL || *metadata == NULL || type !=
RADIO_METADATA_TYPE_INT
) {
/hardware/libhardware/modules/radio/
radio_hal_tool.c
142
case
RADIO_METADATA_TYPE_INT
:
/hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp
73
static_assert(
RADIO_METADATA_TYPE_INT
== static_cast<int>(MetadataType::INT),
262
case
RADIO_METADATA_TYPE_INT
: {
/hardware/interfaces/broadcastradio/1.1/default/
Utils.cpp
79
static_assert(
RADIO_METADATA_TYPE_INT
== static_cast<int>(MetadataType::INT),
266
case
RADIO_METADATA_TYPE_INT
: {
/frameworks/av/services/radio/
HidlUtils.cpp
155
case
RADIO_METADATA_TYPE_INT
:
/frameworks/base/core/jni/
android_hardware_Radio.cpp
253
case
RADIO_METADATA_TYPE_INT
: {
254
ALOGV("%s
RADIO_METADATA_TYPE_INT
%d", __FUNCTION__, key);
[
all
...]
Completed in 47 milliseconds