Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 243) sorted by relevance

12345678910

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java158 int channel = mockLogicalChannelResponses( in testEuiccPortProfile() local
175 int channel = mockLogicalChannelResponses( in testEuiccPortProfile_MEP() local
193 int channel = mockLogicalChannelResponses( in testGetAllProfiles() local
210 int channel = mockLogicalChannelResponses( in testEnabledOnEsimPort_GetAllProfiles() local
232 int channel = mockLogicalChannelResponses( in testGetAllProfiles_DisableState() local
249 int channel = mockLogicalChannelResponses( in testFSuffix() local
265 int channel = mockLogicalChannelResponses("BF2D8184A08181E37F" in testGetProfile() local
312 int channel = mockLogicalChannelResponses("BF32038001009000"); in testDisableProfile() local
324 int channel = mockLogicalChannelResponses("6106", "6f00"); in testDisableProfile_SimRefresh() local
336 int channel = mockLogicalChannelResponses("BF32038001039000"); in testDisableProfile_Error() local
[all …]
DEuiccCardTest.java159 int channel = mockLogicalChannelResponses("BF3E065A041A2B3C4D9000"); in testLoadEidAndNotifyRegistrants() local
185 int channel = mockLogicalChannelResponses("BF3E065A041A2B3C4D9000"); in testGetEid() local
195 private void verifyStoreData(int channel, String command) { in verifyStoreData()
202 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, in mockLogicalChannelResponses() local
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java192 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testLongStringFields() local
241 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testLongAlertFields() local
262 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testLongVibrationFields_canWriteToXml() local
290 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testVibrationEffect_droppedIfTooLargeAndNotTrimmable() local
309 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testVibrationEffect_trimmedIfLargeAndTrimmable() local
330 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testVibrationEffect_keptIfSmall() local
345 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testRestoreSoundUri_customLookup() local
410 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testWriteXmlForBackup_customLookup() local
468 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testWriteXmlForBackup_noAccessToFile() local
483 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testVibrationGetters_nonPatternBasedVibrationEffect_waveform() local
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelExtractorTest.java87 private NotificationRecord getRecord(NotificationChannel channel, Notification n) { in getRecord()
95 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testExtractsUpdatedConversationChannel() local
114 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testInvalidShortcutFlagEnabled_looksUpCorrectNonChannel() local
135 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
156 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_HIGH); in testAudioAttributes_callStyleCanUseCallUsage() local
180 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_HIGH); in testAudioAttributes_nonCallStyleCannotUseCallUsage() local
201 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_HIGH); in testAudioAttributes_alarmCategoryCanUseAlarmUsage() local
221 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_HIGH); in testAudioAttributes_nonAlarmCategoryCannotUseAlarmUsage() local
242 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_HIGH); in testAudioAttributes_noMediaUsage() local
263 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_HIGH); in testAudioAttributes_noUnknownUsage() local
DNotificationIntrusivenessExtractorTest.java43 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testNonIntrusive() local
58 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testIntrusive_fillScreen() local
77 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testOldNotificationsNotIntrusive() local
DImportanceExtractorTest.java59 private NotificationRecord getNotificationRecord(NotificationChannel channel) { in getNotificationRecord()
82 NotificationChannel channel = in testAppPreferenceChannelNone() local
99 NotificationChannel channel = in testAppPreferenceChannelPreference() local
DPreferencesHelperTest.java1458 NotificationChannel channel = in testBackupXml_backupCanonicalizedSoundUri() local
1488 NotificationChannel channel = in testRestoreXml_withExistentCanonicalizedSoundUri() local
1511 NotificationChannel channel = in testRestoreXml_withNonExistentCanonicalizedSoundUri() local
1537 NotificationChannel channel = in testRestoreXml_withNonExistentCanonicalizedSoundUriAndMissingPackage() local
1609 NotificationChannel channel = mXmlHelper.getNotificationChannel(PKG_R, UID_P, id, in testRestoreXml_delayedRestore() local
1664 NotificationChannel channel = mXmlHelper.getNotificationChannel(PKG_R, UID_R, id, in testRestoreXml_delayedRestore_afterReboot() local
1760 NotificationChannel channel = in testBackupRestoreXml_withNullSoundUri() local
1794 NotificationChannel channel = in testBackupRestoreXml_withAndroidResourceSoundUri() local
1830 NotificationChannel channel = in testBackupRestoreXml_withFileResourceSoundUri() local
2095 final NotificationChannel channel = in testUpdate() local
[all …]
DZenModeFilteringTest.java214 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_allAllowed() local
232 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_importantAllowed_isImportant() local
250 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_importantAllowed_isNotImportant() local
267 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_noneAllowed_notCallOrMsg() local
284 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_noneAllowed_callAllowed() local
304 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_noneAllowed_msgAllowed() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java156 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "A1A1A19000"); in testSendEmptyCommands() local
187 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSend() local
205 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendMultiApdus() local
234 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendMultiApdusStopEarly() local
259 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendLongResponse() local
279 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendStoreDataLongDataLongResponse() local
311 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendStoreDataLongDataMod0() local
333 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendStoreDataLen0() local
349 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testSendErrorResponseInMiddle() local
378 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, "9000"); in testChannelAlreadyOpened() local
[all …]
DLogicalChannelMocker.java64 public static void mockSendToLogicalChannel(CommandsInterface mockCi, int channel, in mockSendToLogicalChannel()
103 CommandsInterface mockCi, int channel, @Nullable Throwable error) { in mockCloseLogicalChannel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java44 default void logNotificationChannelCreated(@NonNull NotificationChannel channel, int uid, in logNotificationChannelCreated()
48 channel, uid, pkg, 0, getLoggingImportance(channel)); in logNotificationChannelCreated() local
57 default void logNotificationChannelDeleted(@NonNull NotificationChannel channel, int uid, in logNotificationChannelDeleted()
61 channel, uid, pkg, getLoggingImportance(channel), 0); in logNotificationChannelDeleted() local
72 default void logNotificationChannelModified(@NonNull NotificationChannel channel, int uid, in logNotificationChannelModified()
75 channel, uid, pkg, oldLoggingImportance, getLoggingImportance(channel)); in logNotificationChannelModified() local
124 @NonNull NotificationChannel channel, int uid, String pkg, in logNotificationChannel()
187 public static NotificationChannelEvent getCreated(@NonNull NotificationChannel channel) { in getCreated()
193 public static NotificationChannelEvent getDeleted(@NonNull NotificationChannel channel) { in getDeleted()
213 static int getIdHash(@NonNull NotificationChannel channel) { in getIdHash()
[all …]
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp384 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/base/core/java/android/view/
DInputChannel.java64 private native void nativeDispose(long channel); in nativeDispose()
66 private native void nativeWriteToParcel(Parcel parcel, long channel); in nativeWriteToParcel()
67 private native long nativeDup(long channel); in nativeDup()
68 private native IBinder nativeGetToken(long channel); in nativeGetToken()
70 private native String nativeGetName(long channel); in nativeGetName()
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/
DAidlConversionDynamicsProcessing.cpp148 int32_t channel; in getParameter() local
222 uint32_t channel = ::aidl::android::hardware::audio::common::getChannelCount( in getParameter() local
235 int32_t enable, channel; in readChannelConfigFromParam() local
321 int32_t channel; in getChannelConfig() local
375 int32_t channel, band; in getEqBandConfig() local
410 int32_t channel, band; in getMbcBandConfig() local
445 int32_t channel; in getLimiterConfig() local
/frameworks/wilhelm/src/itf/
DIMIDIMuteSolo.cpp22 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/av/media/libaaudio/src/flowgraph/resampler/
DPolyphaseResampler.cpp49 for (int channel = 0; channel < getChannelCount(); channel++) { in readFrame() local
58 for (int channel = 0; channel < getChannelCount(); channel++) { in readFrame() local
DSincResampler.cpp58 for (int channel = 0; channel < getChannelCount(); channel++) { in readFrame() local
67 for (int channel = 0; channel < getChannelCount(); channel++) { in readFrame() local
DSincResamplerStereo.cpp67 for (int channel = 0; channel < getChannelCount(); channel++) { in readFrame() local
76 for (int channel = 0; channel < getChannelCount(); channel++) { in readFrame() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilderKosmos.kt130 val channel = NotificationChannel("messages", "messages", IMPORTANCE_DEFAULT) in makeEntryOfPeopleType() constant
147 val channel = NotificationChannel(channelId, channelId, IMPORTANCE_LOW) in Kosmos() constant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduCommand.java26 public final int channel; field in ApduCommand
53 ApduCommand(int channel, int cla, int ins, int p1, int p2, int p3, String cmdHex) { in ApduCommand()
/frameworks/libs/systemui/tracinglib/robolectric/src/
DMultiThreadedCoroutineTracingTest.kt149 val channel = Channel<Int>() in launchOnSeparateThread_defaultDispatcher() constant
175 val channel = Channel<Int>() in testTraceStorage() constant
243 val channel = Channel<Int>() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DIpcSerializer.kt55 private val channel = Channel<Pair<CompletableDeferred<Unit>, Job>>() constant in com.android.systemui.util.kotlin.IpcSerializer
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp171 static void android_view_InputChannel_nativeDispose(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeDispose()
199 jobject parcelObj, jlong channel) { in android_view_InputChannel_nativeWriteToParcel()
218 static jstring android_view_InputChannel_nativeGetName(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeGetName()
229 static jlong android_view_InputChannel_nativeDup(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeDup()
253 static jobject android_view_InputChannel_nativeGetToken(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeGetToken()
/frameworks/base/omapi/java/android/se/omapi/
DSession.java207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2, in openBasicChannel() local
312 ISecureElementChannel channel = mSession.openLogicalChannel( in openLogicalChannel() local
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.cpp251 auto channel = getChannel_l(ch); in getInputGain() local
282 dp_fx::DPChannel* DynamicsProcessingContext::getChannel_l(int channel) { in getChannel_l()
289 auto channel = getChannel_l(ch); in getPreEq_l() local
296 auto channel = getChannel_l(ch); in getPostEq_l() local
303 auto channel = getChannel_l(ch); in getMbc_l() local
310 auto channel = getChannel_l(ch); in getLimiter_l() local

12345678910