Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/fastboot/
H A Dudp.cpp208 size_t rx_length, int attempts, std::string* error) { in SendData()
255 size_t rx_length, const int attempts, std::string* error) { in SendSinglePacketHelper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/settings/
H A DControlsSettingsDialogManager.kt126 val attempts = prefs.getInt(PREFS_SETTINGS_DIALOG_ATTEMPTS, 0) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/
H A DControlsSettingsDialogManagerImplTest.kt281 val attempts = 0 regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java750 void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog()
773 void showWipeDialog(int attempts, int userType) { in showWipeDialog()
/aosp14/system/core/libusbhost/
H A Dusbhost.c319 int fd, attempts, writeable = 1; in usb_device_open() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1623 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPorts() local
1848 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPatches() local
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6145 public synchronized boolean waitForLoaded(int attempts) { in waitForLoaded()