Home
last modified time | relevance | path

Searched refs:programType (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/default/
H A DVirtualProgram.cpp33 IdentifierType programType = selector.primaryId.type; in operator ProgramInfo() local
34 bool isDigital = (programType != IdentifierType::AMFM_FREQUENCY_KHZ && in operator ProgramInfo()
35 programType != IdentifierType::RDS_PI); in operator ProgramInfo()
41 switch (programType) { in operator ProgramInfo()
72 LOG(FATAL) << "unsupported program type: " << toString(programType); in operator ProgramInfo()
/aosp_15_r20/hardware/interfaces/broadcastradio/1.1/default/
H A DVirtualProgram.cpp82 if (l.programType != r.programType) return l.programType < r.programType; in operator <()
H A DTuner.cpp288 auto programType = utils::getType(sel); in tuneByProgramSelector() local
289 if (utils::isAmFm(programType)) { in tuneByProgramSelector()
299 } else if (programType == ProgramType::DAB) { in tuneByProgramSelector()
301 } else if (programType == ProgramType::DRMO) { in tuneByProgramSelector()
303 } else if (programType == ProgramType::SXM) { in tuneByProgramSelector()
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DTestUtils.java83 static ProgramSelector makeProgramSelector(int programType, in makeProgramSelector() argument
85 return makeProgramSelector(programType, identifier, /* secondaryIds= */ null); in makeProgramSelector()
88 static ProgramSelector makeProgramSelector(int programType, in makeProgramSelector() argument
90 return new ProgramSelector(programType, primaryId, secondaryIds, /* vendorIds= */ null); in makeProgramSelector()
/aosp_15_r20/hardware/interfaces/broadcastradio/common/utils1x/
H A DUtils.cpp66 if (!isCompatibleProgramType(a.programType, b.programType)) return false; in tunesTo()
104 return static_cast<ProgramType>(sel.programType); in getType()
182 sel.programType = static_cast<uint32_t>(type); in make_selector()
/aosp_15_r20/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java451 public ProgramSelector(@ProgramType int programType, @NonNull Identifier primaryId, in ProgramSelector() argument
458 mProgramType = programType; in ProgramSelector()
651 @ProgramType int programType = isAm ? PROGRAM_TYPE_AM : PROGRAM_TYPE_FM; in createAmFmSelector() local
665 return new ProgramSelector(programType, primary, secondary, null); in createAmFmSelector()
/aosp_15_r20/hardware/interfaces/broadcastradio/1.1/
H A Dtypes.hal217 * It must not be used in any other programType than corresponding VENDOR
248 * The uint32_t programType field maps to ProgramType enum. It's not straight,
261 * The primaryId of a given programType MUST be of a specific type:
270 uint32_t programType; // ProgramType
/aosp_15_r20/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp129 jfieldID programType; member
564 selector.programType, jPrimary.get(), jSecondary.get(), jVendor.get())); in ProgramSelectorFromHal()
581 selector.programType = env->GetIntField(jSelector, gjni.ProgramSelector.programType); in ProgramSelectorToHal()
732 gjni.ProgramSelector.programType = GetFieldIDOrDie(env, programSelectorClass, in register_android_server_broadcastradio_convert()
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DAidlTestUtils.java79 static ProgramSelector makeProgramSelector(int programType, in makeProgramSelector() argument
81 return new ProgramSelector(programType, identifier, /* secondaryIds= */ null, in makeProgramSelector()
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DProgramSelectorTest.java141 int programType = selector.getProgramType(); in getProgramType() local
143 assertWithMessage("Program type").that(programType).isEqualTo(FM_PROGRAM_TYPE); in getProgramType()
H A DProgramListTest.java661 private static ProgramSelector createProgramSelector(int programType, in createProgramSelector() argument
663 return new ProgramSelector(programType, identifier, /* secondaryIds= */ null, in createProgramSelector()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/broadcastradio/1.1/[email protected]_genc++_headers/gen/android/hardware/broadcastradio/1.1/
Dtypes.h285 uint32_t programType __attribute__ ((aligned(4))); member
301 static_assert(offsetof(::android::hardware::broadcastradio::V1_1::ProgramSelector, programType) == …
1077 os += ::android::hardware::toString(o.programType); in toString()
1092 if (lhs.programType != rhs.programType) {
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/broadcastradio/1.1/[email protected]_genc++_headers/gen/android/hardware/broadcastradio/1.1/
Dtypes.h285 uint32_t programType __attribute__ ((aligned(4))); member
301 static_assert(offsetof(::android::hardware::broadcastradio::V1_1::ProgramSelector, programType) == …
1077 os += ::android::hardware::toString(o.programType); in toString()
1092 if (lhs.programType != rhs.programType) {
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/broadcastradio/1.1/[email protected]_genc++_headers/gen/android/hardware/broadcastradio/1.1/
Dtypes.h285 uint32_t programType __attribute__ ((aligned(4))); member
301 static_assert(offsetof(::android::hardware::broadcastradio::V1_1::ProgramSelector, programType) == …
1077 os += ::android::hardware::toString(o.programType); in toString()
1092 if (lhs.programType != rhs.programType) {
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/broadcastradio/1.1/[email protected]_genc++_headers/gen/android/hardware/broadcastradio/1.1/
Dtypes.h285 uint32_t programType __attribute__ ((aligned(4))); member
301 static_assert(offsetof(::android::hardware::broadcastradio::V1_1::ProgramSelector, programType) == …
1077 os += ::android::hardware::toString(o.programType); in toString()
1092 if (lhs.programType != rhs.programType) {
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/broadcastradio/1.1/[email protected]_genc++_headers/gen/android/hardware/broadcastradio/1.1/
Dtypes.h285 uint32_t programType __attribute__ ((aligned(4))); member
301 static_assert(offsetof(::android::hardware::broadcastradio::V1_1::ProgramSelector, programType) == …
1077 os += ::android::hardware::toString(o.programType); in toString()
1092 if (lhs.programType != rhs.programType) {
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java253 for (int programType : programTypes) { in identifierTypesToProgramTypes()
254 programTypesArray[i++] = programType; in identifierTypesToProgramTypes()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h77 unsigned int programType : 16; member
/aosp_15_r20/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp353 sel.programType = static_cast<uint32_t>(ptype); in TEST_P()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DBlitGL.cpp1480 BlitProgramType programType(sourceTextureType, sourceComponentType, destComponentType); in getBlitProgram() local
1481 BlitProgram &result = mBlitPrograms[programType]; in getBlitProgram()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar7META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-7/
Dservices.core.unboosted.jarcom/android/server/connectivity/IpConnectivityMetrics.class IpConnectivityMetrics.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-9/
Dframework.jarandroid/net/LocalSocket.uau android/net/LocalSocket.class LocalSocket.java package android ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar9META-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c12647 ptoken.programType = translate_shader_type(emit->unit); in emit_vgpu10_header()

123456