HomeSort by relevance Sort by last modified time
    Searched full:channelid (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /frameworks/base/media/java/android/media/tv/
TvContract.java 126 * @param channelId The ID of the channel to point to.
128 public static final Uri buildChannelUri(long channelId) {
129 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId);
146 * @param channelId The ID of the channel whose logo is pointed to.
148 public static final Uri buildChannelLogoUri(long channelId) {
149 return buildChannelLogoUri(buildChannelUri(channelId));
232 * @param channelId The ID of the channel to return programs for.
234 public static final Uri buildProgramsUriForChannel(long channelId) {
236 .appendQueryParameter(PARAM_CHANNEL, String.valueOf(channelId)).build();
255 * @param channelId The ID of the channel to return programs for
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerSessionWorker.java 422 public RecordedProgram(long channelId, String dataUri) {
423 mChannelId = channelId;
483 long channelId = parseChannel(channelUri);
484 TunerChannel channel = (channelId == -1) ? null
485 : mChannelDataManager.getChannel(channelId);
486 if (channelId == -1) {
    [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramItemView.java 97 .getChannel(entry.channelId);
112 .getChannel(entry.channelId);
ProgramRow.java 92 Log.d(TAG, "channelId=" + mChannel.getId() + ", childCount=" + childCount);
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3-sources.jar 
netty-transport-4.1.0.CR3.jar 
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 422 channel_owner->channel()->ChannelId());
430 channel_owner->channel()->ChannelId());
433 return channel_owner->channel()->ChannelId();
  /external/boringssl/src/ssl/test/runner/
handshake_messages.go     [all...]
common.go 191 ChannelID *ecdsa.PublicKey // the channel ID for this connection
359 // ChannelID contains the ECDSA key for the client to use as
361 ChannelID *ecdsa.PrivateKey
    [all...]
runner.go 332 channelID := connState.ChannelID
333 if channelID == nil {
336 if channelID.Curve != channelIDKey.Curve ||
    [all...]
conn.go 70 channelID *ecdsa.PublicKey
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tuner.h 185 STDMETHOD_(HRESULT,put_ChannelID)(THIS_ BSTR ChannelID) PURE;
186 STDMETHOD_(HRESULT,get_ChannelID)(THIS_ BSTR *ChannelID) PURE;
194 #define IChannelIDTuneRequest_put_ChannelID(This,ChannelID) (This)->lpVtbl->put_ChannelID(This,ChannelID)
195 #define IChannelIDTuneRequest_get_ChannelID(This,ChannelID) (This)->lpVtbl->get_ChannelID(This,ChannelID)
    [all...]
ntddndis.h     [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 1104 int channelId = rIt->second;
1105 std::map<int, VideoChannelNSOpenGL*>::iterator it = _nsglChannels.find(channelId);
video_render_agl.cc     [all...]
  /external/boringssl/src/ssl/
s3_srvr.c 481 /* If this is a full handshake with ChannelID then record the hashshake
482 * hashes in |ssl->session| in case we need them to verify a ChannelID
    [all...]
s3_clnt.c 438 /* This is a non-resumption handshake. If it involves ChannelID, then
440 * any resumption of this session with ChannelID can sign those
    [all...]
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java     [all...]
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 557 * Tunes to a channel with the {@code channelId}.
561 * if the state is disconnected or channelId doesn't exist, it returns false.
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /external/boringssl/src/include/openssl/
bio.h 193 /* BIO_RR_SSL_CHANNEL_ID_LOOKUP indicates that the ChannelID code cannot find
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/api-client/google-api-client/1.22.0/
google-api-client-1.22.0.jar 
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 499 int channelId = result[0];
507 openChannelResp = new IccOpenLogicalChannelResponse(channelId,
    [all...]

Completed in 6821 milliseconds

1 2 34 5