Searched refs:getChannel (Results 26 - 50 of 54) sorted by relevance

123

/frameworks/native/include/input/
H A DInputTransport.h201 inline sp<InputChannel> getChannel() { return mChannel; } function in class:android::InputPublisher
282 inline sp<InputChannel> getChannel() { return mChannel; } function in class:android::InputConsumer
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1841 getChannel().sendMessage(RSSI_PKTCNT_FETCH, 0, putListener(listener));
2922 private synchronized AsyncChannel getChannel() { method in class:WifiManager
2964 getChannel().sendMessage(CONNECT_NETWORK, WifiConfiguration.INVALID_NETWORK_ID,
2982 getChannel().sendMessage(CONNECT_NETWORK, networkId, putListener(listener));
3007 getChannel().sendMessage(SAVE_NETWORK, 0, putListener(listener), config);
3025 getChannel().sendMessage(FORGET_NETWORK, netId, putListener(listener));
3039 getChannel().sendMessage(DISABLE_NETWORK, netId, putListener(listener));
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java299 assertEquals(channel, infoc.getValue().getChannel());
306 assertEquals(channel, info[0].getChannel());
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp66 EXPECT_EQ(serverChannel.get(), mPublisher->getChannel().get());
67 EXPECT_EQ(clientChannel.get(), mConsumer->getChannel().get());
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp258 DPChannel* DPBase::getChannel(uint32_t channelIndex) { function in class:dp_fx::DPBase
H A DDPBase.h318 DPChannel* getChannel(uint32_t channelIndex);
H A DDPFrequency.cpp88 DPChannel *pChannel = dpBase.getChannel(0);
187 DPChannel *pChannel = getChannel(channelIndex);
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java125 mChannel = mMiniThumbFile.getChannel();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
H A DApduSender.java107 int channel = openChannelResponse.getChannel();
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderRaw.java114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY,
H A DLoaderDicom.java150 mMappedByteBuffer = f.getChannel().map(MapMode.READ_ONLY, 0, mFileLen = f.length());
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2CCDecoder.cpp41 bool getChannel(size_t *channel) const { function in struct:android::CCData
393 if (cc.getChannel(&channel)) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp40 bool getChannel(size_t *channel) const { function in struct:android::CCData
394 if (cc.getChannel(&channel)) {
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java344 FileChannel channel = outputStream.getChannel();
628 FileChannel channel = outputStream.getChannel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java606 public NotificationChannel getChannel(String key) { method in class:NotificationData
609 return mTmpRanking.getChannel();
646 entry.channel = getChannel(entry.key);
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1520 public NotificationChannel getChannel() { method in class:NotificationListenerService.Ranking
1526 * channel provided by {@link #getChannel()}. You can use this information to expose
1678 getChannel(key), getOverridePeople(key), getSnoozeCriteria(key),
1759 private NotificationChannel getChannel(String key) { method in class:NotificationListenerService.RankingMap
/frameworks/multidex/library/src/androidx/multidex/
H A DMultiDexExtractor.java102 lockChannel = lockRaf.getChannel();
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java585 FileChannel channel = fis.getChannel();
955 final FileChannel fileChannel = file.getChannel();
/frameworks/base/core/java/android/provider/
H A DFontsContract.java673 final FileChannel fileChannel = fis.getChannel();
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
H A DAssistantTest.java138 when(mockRanking.getChannel()).thenReturn(channel);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1934 r.getChannel().getId(),
3630 final String channelId = notificationRecord.getChannel().getId();
3657 notificationRecord.getChannel());
4252 mRankingHelper.isGroupBlocked(pkg, callingUid, r.getChannel().getGroup())
4255 || r.getChannel().getImportance() == NotificationManager.IMPORTANCE_NONE;
5188 channelBefore.add(r.getChannel());
5202 || !Objects.equals(channelBefore.get(i), r.getChannel())
5793 if (channelId != null && !channelId.equals(r.getChannel().getId())) {
6212 channels.putParcelable(key, record.getChannel());
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java234 final FileLock flock = fis.getChannel().lock(0, Long.MAX_VALUE, true /*shared*/)) {
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java1110 return new FileSynthesisCallback(mFileOutputStream.getChannel(), this, false);
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp391 dp_fx::DPChannel *pChannel = pContext->mPDynamics->getChannel(channel);
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java1502 public int getChannel() { method in class:RadioManager.ProgramInfo

Completed in 1761 milliseconds

123