/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/default/ |
H A D | VirtualProgram.cpp | 33 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 D | VirtualProgram.cpp | 82 if (l.programType != r.programType) return l.programType < r.programType; in operator <()
|
H A D | Tuner.cpp | 288 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 D | TestUtils.java | 83 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 D | Utils.cpp | 66 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 D | ProgramSelector.java | 451 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 D | types.hal | 217 * 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 D | convert.cpp | 129 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 D | AidlTestUtils.java | 79 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 D | ProgramSelectorTest.java | 141 int programType = selector.getProgramType(); in getProgramType() local 143 assertWithMessage("Program type").that(programType).isEqualTo(FM_PROGRAM_TYPE); in getProgramType()
|
H A D | ProgramListTest.java | 661 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/ |
D | types.h | 285 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/ |
D | types.h | 285 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/ |
D | types.h | 285 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/ |
D | types.h | 285 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/ |
D | types.h | 285 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 D | ConversionUtils.java | 253 for (int programType : programTypes) { in identifierTypesToProgramTypes() 254 programTypesArray[i++] = programType; in identifierTypesToProgramTypes()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/include/ |
H A D | VGPU10ShaderTokens.h | 77 unsigned int programType : 16; member
|
/aosp_15_r20/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
H A D | VtsHalBroadcastradioV1_1TargetTest.cpp | 353 sel.programType = static_cast<uint32_t>(ptype); in TEST_P()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 1480 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/ |
D | services.core.unboosted.jar7 | META-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/ |
D | services.core.unboosted.jar | com/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/ |
D | framework.jar | android/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/ |
D | framework.jar9 | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 12647 ptoken.programType = translate_shader_type(emit->unit); in emit_vgpu10_header()
|