Home
last modified time | relevance | path

Searched defs:programId (Results 1 – 25 of 253) sorted by relevance

1234567891011

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DGlProgram.java40 private final int programId; field in GlProgram
109 private static void addShader(int programId, int type, String glsl) { in addShader()
125 private static int getAttributeLocation(int programId, String attributeName) { in getAttributeLocation()
134 private static int getUniformLocation(int programId, String uniformName) { in getUniformLocation()
223 public static Attribute create(int programId, int index) { in create()
295 public static Uniform create(int programId, int index) { in create()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DGlUtil.java64 private final int programId; field in GlUtil.Program
379 private static void addShader(int programId, int type, String glsl) { in addShader()
395 private static int getAttributeLocation(int programId, String attributeName) { in getAttributeLocation()
399 private static int getUniformLocation(int programId, String uniformName) { in getUniformLocation()
432 public static Attribute create(int programId, int index) { in create()
504 public static Uniform create(int programId, int index) { in create()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrDbSync.java254 private void onProgramUpdated(long programId) { in onProgramUpdated()
263 long programId = schedule.getProgramId(); in addProgramIdToCheckIfNeeded() local
293 void handleUpdateProgram(Program program, long programId) { in handleUpdateProgram()
436 QueryProgramTask(long programId) { in QueryProgramTask()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java210 long programId = recordedProgram.getId(); in startPlayback() local
216 DvrUiHelper.startPlaybackActivity(getContext(), programId, seekTimeMs, false); in startPlayback() local
231 DvrUiHelper.startPlaybackActivity(getContext(), programId, seekTimeMs, false); in startPlayback() local
/aosp_15_r20/cts/tests/tests/tv/input/src/android/media/tv/cts/
H A DTvContractTest.java758 private void verifyProgram(Uri programUri, ContentValues expectedValues, long programId) { in verifyProgram()
794 long programId) { in verifyPreviewProgram()
851 long programId) { in verifyWatchNextProgram()
923 long programId = ContentUris.parseId(rowUri); in verifyProgramsTable() local
953 long programId = ContentUris.parseId(rowUri); in verifyPreviewProgramsTable() local
988 long programId = ContentUris.parseId(rowUri); in verifyWatchNextProgramsTable() local
1031 long programId = ContentUris.parseId(rowUri); in verifyProgramsTableWithDeprecatedColumns() local
/aosp_15_r20/cts/tests/tests/tv/src/android/media/tv/cts/
H A DTvContractTest.java759 private void verifyProgram(Uri programUri, ContentValues expectedValues, long programId) { in verifyProgram()
795 long programId) { in verifyPreviewProgram()
852 long programId) { in verifyWatchNextProgram()
924 long programId = ContentUris.parseId(rowUri); in verifyProgramsTable() local
954 long programId = ContentUris.parseId(rowUri); in verifyPreviewProgramsTable() local
989 long programId = ContentUris.parseId(rowUri); in verifyWatchNextProgramsTable() local
1032 long programId = ContentUris.parseId(rowUri); in verifyProgramsTableWithDeprecatedColumns() local
/aosp_15_r20/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
DMovie.java33 private long programId; field in Movie
42 public void setProgramId(long programId) { in setProgramId()
/aosp_15_r20/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
DSyncProgramsJobService.java149 long programId = ContentUris.parseId(programUri); in createPrograms() local
165 long programId = old.getProgramId(); in updatePrograms() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioPresentation.java196 int programId, in AudioPresentation()
379 public @NonNull Builder setProgramId(int programId) { in setProgramId()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackOverlayFragment.java455 long programId = mProgram.getId(); in updateRelatedRecordingsRow() local
502 long programId = intent.getLongExtra(Utils.EXTRA_KEY_RECORDED_PROGRAM_ID, -1); in getProgramFromIntent() local
/aosp_15_r20/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java922 int programId) { in onAudioPresentationSelected()
1212 void postAudioPresentationSelected(final int presentationId, final int programId) { in postAudioPresentationSelected()
2438 public void notifyPreviewProgramBrowsableDisabled(String packageName, long programId) { in notifyPreviewProgramBrowsableDisabled()
2457 public void notifyWatchNextProgramBrowsableDisabled(String packageName, long programId) { in notifyWatchNextProgramBrowsableDisabled()
H A DTvView.java483 public void selectAudioPresentation(int presentationId, int programId) { in selectAudioPresentation()
1153 int programId) { in onAudioPresentationSelected()
1496 int programId) { in onAudioPresentationSelected()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_program.cpp63 …nst uint32_t cisaCodeSize, CmProgramRT*& pProgram, const char* options, const uint32_t programId ) in Create()
130 CmProgramRT::CmProgramRT( CmDeviceRT* device, uint32_t programId ): in CmProgramRT()
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DPerspectiveProgram.cpp21 PerspectiveProgram::PerspectiveProgram(GLuint programId) : in PerspectiveProgram()
H A DProgram.cpp17 Program::Program(GLuint programId) : in Program()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp576 const uint32_t programId = ctx.createProgram(&program); in testRender() local
734 const uint32_t programId = ctx.createProgram(&program); in testRender() local
1000 const uint32_t programId = ctx.createProgram(&program); in testRender() local
1248 const uint32_t programId = ctx.createProgram(&program); in render() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp573 const uint32_t programId = ctx.createProgram(&program); in testRender() local
731 const uint32_t programId = ctx.createProgram(&program); in testRender() local
996 const uint32_t programId = ctx.createProgram(&program); in testRender() local
1244 const uint32_t programId = ctx.createProgram(&program); in render() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/
DDvrDataManagerImpl.java636 public ScheduledRecording getScheduledRecordingForProgramId(long programId) { in getScheduledRecordingForProgramId()
831 long programId = r.getProgramId(); in updateScheduledRecording() local
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
H A DIStreamOut.aidl50 void selectPresentation(int presentationId, int programId); in selectPresentation()
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/core/
H A DIStreamOut.aidl243 void selectPresentation(int presentationId, int programId); in selectPresentation()
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
H A DIStreamOut.aidl50 void selectPresentation(int presentationId, int programId); in selectPresentation()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core_interface/dump/android/hardware/audio/core/
DIStreamOut.aidl50 void selectPresentation(int presentationId, int programId); in selectPresentation()
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
H A DIStreamOut.aidl50 void selectPresentation(int presentationId, int programId); in selectPresentation()
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgram.cpp34 GLuint programId = glCreateProgram(); in Program() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/builders/
H A DGrGLShaderStringBuilder.cpp22 GrGLuint programId, in GrGLCompileAndAttachShader()

1234567891011