| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
| D | EuiccCardTest.java | 193 int channel = mockLogicalChannelResponses("BF3E065A041A2B3C4D9000"); in testLoadEidAndNotifyRegistrants() local 225 int channel = mockLogicalChannelResponses( in testGetAllProfiles() local 243 int channel = mockLogicalChannelResponses( in testFSuffix() local 259 int channel = mockLogicalChannelResponses("BF2D8184A08181E37F" in testGetProfile() local 305 int channel = mockLogicalChannelResponses("BF32038001009000"); in testDisableProfile() local 317 int channel = mockLogicalChannelResponses("6106", "6f00"); in testDisableProfile_SimRefresh() local 329 int channel = mockLogicalChannelResponses("BF32038001039000"); in testDisableProfile_Error() local 341 int channel = mockLogicalChannelResponses("BF31038001009000"); in testSwitchToProfile() local 353 int channel = mockLogicalChannelResponses("6106", "6f00"); in testSwitchToProfile_SimRefresh() local 365 int channel = mockLogicalChannelResponses("BF31038001039000"); in testSwitchToProfile_Error() local [all …]
|
| /frameworks/native/services/vr/bufferhubd/ |
| D | buffer_hub.cpp | 65 for (const auto& channel : channels) { in DumpState() local 148 for (const auto& channel : channels) { in DumpState() local 181 for (const auto& channel : channels) { in DumpState() local 199 for (const auto& channel : channels) { in DumpState() local 220 if (auto channel = message.GetChannel<BufferHubChannel>()) in HandleImpulse() local 226 auto channel = message.GetChannel<BufferHubChannel>(); in HandleMessage() local 266 if (const auto channel = message.GetChannel<BufferHubChannel>()) { in OnCreateBuffer() local 294 if (const auto channel = message.GetChannel<BufferHubChannel>()) { in OnCreateProducerQueue() local
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | NotificationChannelTest.java | 51 NotificationChannel channel = in testWriteToParcel() local 62 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testSystemBlockable() local 70 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testEmptyVibration_noException() local 81 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); in testBackupEmptySound() local
|
| D | NotificationIntrusivenessExtractorTest.java | 43 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testNonIntrusive() local 58 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testIntrusive_fillScreen() local 76 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testOldNotificationsNotIntrusive() local
|
| D | ImportanceExtractorTest.java | 62 private NotificationRecord getNotificationRecord(NotificationChannel channel) { in getNotificationRecord() 87 NotificationChannel channel = in testAppPreferenceChannelNone() local 106 NotificationChannel channel = in testAppPreferenceChannelPreference() local
|
| D | PreferencesHelperTest.java | 455 NotificationChannel channel = in testBackupXml_backupCanonicalizedSoundUri() local 482 NotificationChannel channel = in testRestoreXml_withExistentCanonicalizedSoundUri() local 504 NotificationChannel channel = in testRestoreXml_withNonExistentCanonicalizedSoundUri() local 547 NotificationChannel channel = in testBackupRestoreXml_withNullSoundUri() local 759 final NotificationChannel channel = in testUpdate() local 816 final NotificationChannel channel = new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testUpdate_postUpgrade_noUpdateAppFields() local 843 final NotificationChannel channel = new NotificationChannel("id2", "name2", IMPORTANCE_LOW); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() local 884 final NotificationChannel channel = in testCreateChannel_CannotChangeHiddenFields() local 915 final NotificationChannel channel = in testCreateChannel_CannotChangeHiddenFieldsAssistant() local 944 final NotificationChannel channel = getChannel(); in testClearLockedFields() local [all …]
|
| D | NotificationChannelExtractorTest.java | 57 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testExtractsUpdatedChannel() local
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
| D | ApduSenderTest.java | 122 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "A1A1A19000"); in testSendEmptyCommands() local 159 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSend() local 177 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendMultiApdus() local 206 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendMultiApdusStopEarly() local 234 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendLongResponse() local 257 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendStoreDataLongDataLongResponse() local 292 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendStoreDataLongDataMod0() local 317 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendStoreDataLen0() local 336 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendErrorResponseInMiddle() local 368 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testChannelAlreadyOpened() local
|
| D | LogicalChannelMocker.java | 64 public static void mockSendToLogicalChannel(CommandsInterface mockCi, int channel, in mockSendToLogicalChannel() 95 public static void mockCloseLogicalChannel(CommandsInterface mockCi, int channel) { in mockCloseLogicalChannel()
|
| /frameworks/av/media/libeffects/dynamicsproc/ |
| D | EffectDynamicsProcessing.cpp | 384 int32_t channel) { in DP_getChannel() 393 static dp_fx::DPEq* DP_getEq(DynamicsProcessingContext *pContext, int32_t channel, in DP_getEq() 405 static dp_fx::DPEqBand* DP_getEqBand(DynamicsProcessingContext *pContext, int32_t channel, in DP_getEqBand() 416 static dp_fx::DPMbc* DP_getMbc(DynamicsProcessingContext *pContext, int32_t channel) { in DP_getMbc() 426 static dp_fx::DPMbcBand* DP_getMbcBand(DynamicsProcessingContext *pContext, int32_t channel, in DP_getMbcBand() 718 const int32_t channel = params[1]; in DP_getParameter() local 744 const int32_t channel = params[1]; in DP_getParameter() local 776 const int32_t channel = params[1]; in DP_getParameter() local 812 const int32_t channel = params[1]; in DP_getParameter() local 852 const int32_t channel = params[1]; in DP_getParameter() local [all …]
|
| /frameworks/native/libs/input/ |
| D | IInputFlinger.cpp | 58 virtual void registerInputChannel(const sp<InputChannel>& channel) { in registerInputChannel() 65 virtual void unregisterInputChannel(const sp<InputChannel>& channel) { in unregisterInputChannel() 95 sp<InputChannel> channel = new InputChannel(); in onTransact() local 102 sp<InputChannel> channel = new InputChannel(); in onTransact() local
|
| /frameworks/base/media/jni/soundpool/ |
| D | SoundPool.cpp | 99 void SoundPool::addToRestartList(SoundChannel* channel) in addToRestartList() 108 void SoundPool::addToStopList(SoundChannel* channel) in addToStopList() 132 SoundChannel* channel; in run() local 147 SoundChannel* channel; in run() local 252 SoundChannel* channel; in play() local 288 SoundChannel* channel = NULL; in allocateChannel_l() local 326 void SoundPool::moveToFront_l(SoundChannel* channel) in moveToFront_l() 341 SoundChannel* channel = findChannel(channelID); in pause() local 352 SoundChannel* channel = &mChannelPool[i]; in autoPause() local 361 SoundChannel* channel = findChannel(channelID); in resume() local [all …]
|
| /frameworks/wilhelm/src/itf/ |
| D | IMIDIMuteSolo.cpp | 22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelMute() 45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelMute() 65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelSolo() 88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelSolo()
|
| /frameworks/base/wifi/tests/src/android/net/wifi/p2p/ |
| D | WifiP2pManagerTest.java | 65 try (WifiP2pManager.Channel channel = new WifiP2pManager.Channel(mContextMock, in testChannelFinalize() 77 WifiP2pManager.Channel channel = new WifiP2pManager.Channel(mContextMock, in testChannelClose() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
| D | ApduCommand.java | 26 public final int channel; field in ApduCommand 47 ApduCommand(int channel, int cla, int ins, int p1, int p2, int p3, String cmdHex) { in ApduCommand()
|
| D | ApduSender.java | 197 int channel, in getCompleteResponse() 238 int channel, in closeAndReturn()
|
| D | CloseLogicalChannelInvocation.java | 44 protected void sendRequestMessage(Integer channel, Message msg) { in sendRequestMessage()
|
| /frameworks/native/libs/vr/libpdx_uds/ |
| D | channel_manager.cpp | 16 auto channel = channels_.find(handle); in CloseHandle() local 46 auto channel = channels_.find(handle); in GetChannelData() local
|
| D | service_framework_tests.cpp | 98 const std::shared_ptr<Channel>& channel) override { in OnChannelClose() 156 std::shared_ptr<TestChannel> channel; in HandleMessage() local 183 auto channel = std::make_shared<TestChannel>(-1); in HandleMessage() local 193 auto channel = std::make_shared<TestChannel>(-1); in HandleMessage() local 302 int CheckChannelIdArgument(BorrowedChannelHandle channel) { in CheckChannelIdArgument() 311 int CheckChannelObjectArgument(BorrowedChannelHandle channel) { in CheckChannelObjectArgument() 320 int CheckChannelFromOtherService(BorrowedChannelHandle channel) { in CheckChannelFromOtherService() 403 explicit TestClient(LocalChannelHandle channel) in TestClient()
|
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
| D | ApConfigUtilTest.java | 155 int channel = ApConfigUtil.chooseApChannel( in chooseApChannel2GBandWithAllowedChannels() local 165 int channel = ApConfigUtil.chooseApChannel( in chooseApChannel5GBandWithAllowedChannels() local
|
| /frameworks/base/core/java/android/se/omapi/ |
| D | Session.java | 207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2, in openBasicChannel() local 312 ISecureElementChannel channel = mSession.openLogicalChannel( in openLogicalChannel() local
|
| /frameworks/native/libs/vr/libvrflinger/ |
| D | display_manager_service.cpp | 69 pdx::Message& /*message*/, const std::shared_ptr<pdx::Channel>& channel) { in OnChannelClose() 77 auto channel = std::static_pointer_cast<DisplayManager>(message.GetChannel()); in HandleMessage() local
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
| D | ChannelHelper.java | 50 public abstract boolean settingsContainChannel(WifiScanner.ScanSettings settings, int channel); in settingsContainChannel() 81 public abstract void addChannel(int channel); in addChannel() 89 public abstract boolean containsChannel(int channel); in containsChannel()
|
| /frameworks/native/services/inputflinger/ |
| D | InputManager.cpp | 125 void InputManager::registerInputChannel(const sp<InputChannel>& channel) { in registerInputChannel() 136 void InputManager::unregisterInputChannel(const sp<InputChannel>& channel) { in unregisterInputChannel()
|
| /frameworks/base/lowpan/java/android/net/lowpan/ |
| D | ILowpanEnergyScanCallback.aidl | 21 oneway void onEnergyScanResult(int channel, int rssi); in onEnergyScanResult()
|