Home
last modified time | relevance | path

Searched refs:physicallyTunedTo (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/broadcastradio/2.0/default/
H A DVirtualProgram.cpp48 info.logicallyTunedTo = info.physicallyTunedTo =
53 info.physicallyTunedTo = selectId(IdentifierType::AMFM_FREQUENCY);
57 info.physicallyTunedTo = selectId(IdentifierType::AMFM_FREQUENCY);
61 info.physicallyTunedTo = selectId(IdentifierType::DAB_ENSEMBLE);
65 info.physicallyTunedTo = selectId(IdentifierType::DRMO_FREQUENCY);
69 info.physicallyTunedTo = selectId(IdentifierType::SXM_CHANNEL);
H A DTunerSession.cpp63 info.physicallyTunedTo = info.logicallyTunedTo; in makeDummyProgramInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DConvert.java378 programIdentifierFromHal(info.physicallyTunedTo), in programInfoFromHal()
/aosp12/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1430 @Nullable ProgramSelector.Identifier physicallyTunedTo, in ProgramInfo() argument
1436 mPhysicallyTunedTo = physicallyTunedTo; in ProgramInfo()
/aosp12/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp155 auto physically = utils::getType(info.physicallyTunedTo); in onCurrentProgramInfoChanged()
/aosp12/hardware/interfaces/broadcastradio/2.0/
H A Dtypes.hal347 ProgramIdentifier physicallyTunedTo;