Searched defs:attempts (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/fastboot/ |
H A D | udp.cpp | 208 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 D | ControlsSettingsDialogManager.kt | 126 val attempts = prefs.getInt(PREFS_SETTINGS_DIALOG_ATTEMPTS, 0) regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/ |
H A D | ControlsSettingsDialogManagerImplTest.kt | 281 val attempts = 0 regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainer.java | 750 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 D | usbhost.c | 319 int fd, attempts, writeable = 1; in usb_device_open() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_media_AudioSystem.cpp | 1623 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 D | AudioService.java | 6145 public synchronized boolean waitForLoaded(int attempts) { in waitForLoaded()
|