Searched refs:channel (Results 151 - 175 of 196) sorted by relevance

12345678

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java472 final AsyncChannel channel = new AsyncChannel();
479 consumer.accept(channel);
481 Log.d(TAG, "Failed to connect Command channel " + this);
485 Log.d(TAG, "Command channel disconnected" + this);
491 channel.connect(mContext, handler, messenger);
1462 AsyncChannel channel = mock(AsyncChannel.class);
1466 when(channel.sendMessageSynchronously(WifiStateMachine.CMD_GET_SUPPORTED_FEATURES))
1470 return mWsm.syncGetSupportedFeatures(channel);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1727 for (int channel : ras.getChannels()) {
1728 rasInHalFormat.channels.add(channel);
3109 private SimApdu createSimApdu(int channel, int cla, int instruction, int p1, int p2, int p3, argument
3112 msg.sessionId = channel;
3174 public void iccCloseLogicalChannel(int channel, Message result) { argument
3181 riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " channel = "
3182 + channel);
3186 radioProxy.iccCloseLogicalChannel(rr.mSerial, channel);
3194 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, argument
3197 if (channel <
[all...]
H A DCommandsInterface.java1841 * Open a logical channel to the SIM.
1848 * element [0] set to the id of the logical channel.
1853 * Close a previously opened logical channel to the SIM.
1857 * @param channel Channel id. Id of the channel to be closed.
1860 public void iccCloseLogicalChannel(int channel, Message response); argument
1863 * Exchange APDUs with the SIM on a logical channel.
1867 * @param channel Channel id of the channel to use for communication. Has to
1879 public void iccTransmitApduLogicalChannel(int channel, in argument
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java123 * the corresponding TV input is in the middle of tuning to a new channel.
315 * Activity action to set up channel sources i.e.&nbsp;TV inputs of type
376 * This is called when the channel of this session is changed by the underlying TV input
380 * @param channelUri The URI of a channel.
410 * channel.
519 * This is called when the recording session has been tuned to the given channel and is
522 * @param channelUri The URI of a channel.
879 public void onSessionCreated(String inputId, IBinder token, InputChannel channel,
889 session = new Session(token, channel, mService, mUserId, seq,
1690 * Requests to make a channel browsabl
1751 Session(IBinder token, InputChannel channel, ITvInputManager service, int userId, int seq, SparseArray<SessionCallbackRecord> sessionCallbackRecordMap) argument
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationGutsManagerTest.java333 row.getEntry().channel = mTestNotificationChannel;
H A DNotificationDataTest.java148 Assert.assertTrue(mRow.getEntry().channel != null);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java956 // TV-specific notification channel
1121 String channel;
1131 channel = SystemNotificationChannels.USB;
1145 channel = SystemNotificationChannels.ALERTS;
1151 Notification.Builder builder = new Notification.Builder(mContext, channel)
/frameworks/base/core/java/android/app/
H A DNotificationManager.java114 * This broadcast is only sent to the app that owns the channel that has changed.
128 * The value will be the {@link NotificationChannel#getId()} of the channel.
148 * The value will be {@code true} if this channel or group is now blocked and {@code false} if
149 * this channel or group is now unblocked.
157 * This broadcast is only sent to the app that owns the channel group that has changed.
481 * labels instead of appending account information to each channel's label.
491 * Creates multiple notification channel groups.
506 * Creates a notification channel that notifications can be posted to.
508 * This can also be used to restore a deleted channel and to update an existing channel'
528 createNotificationChannel(@onNull NotificationChannel channel) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java91 public NotificationChannel channel; field in class:NotificationData.Entry
646 entry.channel = getChannel(entry.key);
H A DExpandableNotificationRow.java455 if (mEntry.channel != null
456 && !mEntry.channel.isBlockableSystem()) {
2174 channels.add(mEntry.channel);
2183 final NotificationChannel childChannel = childRow.getEntry().channel;
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4449 * Opens a logical channel to the ICC card.
4467 * Opens a logical channel to the ICC card.
4484 * Opens a logical channel to the ICC card.
4510 * Closes a previously opened logical channel to the ICC card.
4518 * @param channel is the channel id to be closed as retruned by a successful
4520 * @return true if the channel was closed successfully.
4522 public boolean iccCloseLogicalChannel(int channel) { argument
4523 return iccCloseLogicalChannel(getSubId(), channel);
4527 * Closes a previously opened logical channel t
4541 iccCloseLogicalChannel(int subId, int channel) argument
4573 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data) argument
4602 iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, int p1, int p2, int p3, String data) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java520 /** Interface for callback invocation when framework channel is lost */
523 * The channel to the framework has been disconnected.
669 * A channel that connects the application to the Wifi p2p framework.
940 Channel channel = initalizeChannel(srcContext, srcLooper, listener, getMessenger(binder),
942 return channel;
985 * @param c is the channel created at {@link #initialize}
1001 * @param c is the channel created at {@link #initialize}
1027 * @param c is the channel created at {@link #initialize}
1045 * @param c is the channel created at {@link #initialize}
1069 * @param c is the channel create
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp175 // GRBG Bayer mosaic; only check the matching channel
247 inline uint8_t chooseColorRgba8888(int blockX, int blockY, uint8_t channel) { argument
250 % (colorVariations) == channel ? 191: 63;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java1264 public void iccCloseLogicalChannel(int channel, Message response) { argument
1269 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, argument
H A DSimulatedCommands.java1968 public void iccCloseLogicalChannel(int channel, Message response) { argument
1973 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, argument
1976 SimulatedCommandsVerifier.getInstance().iccTransmitApduLogicalChannel(channel, cla,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareStateManager.java185 private static final String MESSAGE_BUNDLE_KEY_CHANNEL = "channel";
778 int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk,
785 msg.getData().putInt(MESSAGE_BUNDLE_KEY_CHANNEL, channel);
1713 int channel = data.getInt(MESSAGE_BUNDLE_KEY_CHANNEL);
1721 networkSpecifier, peerId, channelRequestType, channel, peer,
2471 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase,
2476 + ", channelRequestType=" + channelRequestType + ", channel=" + channel
2485 channelRequestType, channel, peer, interfaceName, pmk, passphrase, isOutOfBand,
777 initiateDataPathSetup(WifiAwareNetworkSpecifier networkSpecifier, int peerId, int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand) argument
2469 initiateDataPathSetupLocal(short transactionId, WifiAwareNetworkSpecifier networkSpecifier, int peerId, int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand) argument
/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp198 /* API to get available channel for RTT responder role */
200 wifi_channel_info* channel) {
199 wifi_rtt_get_available_channel_stub(wifi_interface_handle iface, wifi_channel_info* channel) argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttNativeTest.java241 collector.checkThat("entry 0: channel.width", rttConfig.channel.width, equalTo(
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2083 SLuint8 channel,
2088 SLuint8 channel,
2093 SLuint8 channel,
2098 SLuint8 channel,
/frameworks/base/tests/TouchLatency/gradle/wrapper/
H A Dgradle-wrapper.jar ... .RandomAccessFile randomAccessFile java.nio.channels.FileChannel channel private static void maybeCloseQuietly (java.io.Closeable) Exception ...
/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jar ... .RandomAccessFile randomAccessFile java.nio.channels.FileChannel channel private static void maybeCloseQuietly (java.io.Closeable) Exception ...
/frameworks/data-binding/compiler/gradle/wrapper/
H A Dgradle-wrapper.jar ... .RandomAccessFile randomAccessFile java.nio.channels.FileChannel channel private static void maybeCloseQuietly (java.io.Closeable) Exception ...
/frameworks/data-binding/developmentPlugins/gradle/wrapper/
H A Dgradle-wrapper.jar ... .RandomAccessFile randomAccessFile java.nio.channels.FileChannel channel private static void maybeCloseQuietly (java.io.Closeable) Exception ...
/frameworks/data-binding/extensions/gradle/wrapper/
H A Dgradle-wrapper.jar ... .RandomAccessFile randomAccessFile java.nio.channels.FileChannel channel private static void maybeCloseQuietly (java.io.Closeable) Exception ...
/frameworks/data-binding/gradle/wrapper/
H A Dgradle-wrapper.jar ... .RandomAccessFile randomAccessFile java.nio.channels.FileChannel channel private static void maybeCloseQuietly (java.io.Closeable) Exception ...

Completed in 7275 milliseconds

12345678