OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RADIO_METADATA_TYPE_CLOCK
(Results
1 - 7
of
7
) sorted by null
/system/media/radio/include/system/
radio_metadata.h
57
RADIO_METADATA_TYPE_CLOCK
= 3, /* clock data, see radio_metadata_clock_t */
/hardware/libhardware/modules/radio/
radio_hal_tool.c
151
case
RADIO_METADATA_TYPE_CLOCK
:
/hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp
79
static_assert(
RADIO_METADATA_TYPE_CLOCK
== static_cast<int>(MetadataType::CLOCK),
273
case
RADIO_METADATA_TYPE_CLOCK
: {
/hardware/interfaces/broadcastradio/1.1/default/
Utils.cpp
85
static_assert(
RADIO_METADATA_TYPE_CLOCK
== static_cast<int>(MetadataType::CLOCK),
277
case
RADIO_METADATA_TYPE_CLOCK
: {
/system/media/radio/src/
radio_metadata.c
44
RADIO_METADATA_TYPE_CLOCK
,
252
if (metadata == NULL || *metadata == NULL || type !=
RADIO_METADATA_TYPE_CLOCK
||
/frameworks/av/services/radio/
HidlUtils.cpp
166
case
RADIO_METADATA_TYPE_CLOCK
:
/frameworks/base/core/jni/
android_hardware_Radio.cpp
292
case
RADIO_METADATA_TYPE_CLOCK
: {
293
ALOGV("%s
RADIO_METADATA_TYPE_CLOCK
%d", __FUNCTION__, key);
[
all
...]
Completed in 215 milliseconds