HomeSort by relevance Sort by last modified time
    Searched defs:getChannel (Results 1 - 25 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/lowpan/java/android/net/lowpan/
LowpanEnergyScanResult.java 33 public int getChannel() {
LowpanIdentity.java 69 setChannel(x.getChannel());
171 public int getChannel() {
  /packages/apps/TV/src/com/android/tv/data/epg/
AutoValue_EpgReader_EpgChannel.java 45 public Channel getChannel() {
69 return (this.channel.equals(that.getChannel()))
EpgReader.java 42 public abstract Channel getChannel();
  /external/conscrypt/testing/src/main/java/org/conscrypt/
ChannelType.java 61 assertNull(wrapped.getChannel());
76 assertNull(wrapped.getChannel());
100 ServerSocketChannel serverChannel = serverSocket.getChannel();
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 44 static inline deUint8 getChannel (deUint32 color)
66 res |= getChannel<0>(raw) << RGBA::RED_SHIFT;
67 res |= getChannel<1>(raw) << RGBA::GREEN_SHIFT;
68 res |= getChannel<2>(raw) << RGBA::BLUE_SHIFT;
69 res |= getChannel<3>(raw) << RGBA::ALPHA_SHIFT;
106 res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIFT;
107 res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SHIFT
    [all...]
  /frameworks/base/telephony/java/android/telephony/
IccOpenLogicalChannelResponse.java 78 public int getChannel() {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ClassicToken.java 56 channel = oldToken.getChannel();
98 public int getChannel() {
CommonToken.java 78 channel = oldToken.getChannel();
131 public int getChannel() {
Token.java 77 public int getChannel();
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 108 def getChannel(self):
266 def getChannel(self):
371 def getChannel(self):
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPBase.cpp 258 DPChannel* DPBase::getChannel(uint32_t channelIndex) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java 95 public int getChannel() {
BluetoothServerSocket.java 197 public int getChannel() {
  /frameworks/opt/net/lowpan/libandroid_net_lowpan/
LowpanIdentity.cpp 70 int32_t LowpanIdentity::getChannel(void) const {
  /libcore/ojluni/src/main/java/java/net/
SocketOutputStream.java 71 * The {@code getChannel} method of {@code SocketOutputStream}
79 public final FileChannel getChannel() {
SocketInputStream.java 73 * The {@code getChannel} method of {@code SocketInputStream}
81 public final FileChannel getChannel() {
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsRowItem.java 63 public Channel getChannel() {
  /packages/apps/TV/src/com/android/tv/recommendation/
ChannelRecord.java 49 public Channel getChannel() {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 49 static ANTLR3_UINT32 getChannel (pANTLR3_COMMON_TOKEN token);
338 token->getChannel = getChannel;
494 static ANTLR3_UINT32 getChannel (pANTLR3_COMMON_TOKEN token)
571 if (token->getChannel(token) > ANTLR3_TOKEN_DEFAULT_CHANNEL)
574 outtext->addi (outtext, (ANTLR3_INT32)token->getChannel(token));
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocket.java 122 public ServerSocketChannel getChannel() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
NotificationChannelController.java 94 if (getChannel(CHANNEL_ID_VOICE_MAIL, context) != null) {
99 if (getChannel(CHANNEL_ID_MOBILE_DATA_ALERT_DEPRECATED, context) != null) {
113 public static NotificationChannel getChannel(String channelId, Context context) {
  /libcore/ojluni/src/main/java/java/io/
FileInputStream.java 456 public FileChannel getChannel() {
FileOutputStream.java 455 public FileChannel getChannel() {
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketAdaptor.java 140 public ServerSocketChannel getChannel() {

Completed in 434 milliseconds

1 2 3 4 5 6 7 8 91011>>