Home
last modified time | relevance | path

Searched refs:num_attempts (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
H A Dpdata.h107 unsigned int num_attempts:4; member
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
H A Dpdata.h122 unsigned int num_attempts:4; /* up to 15 attempts */ member
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.cpp677 int num_attempts = 100; in WaitForQemuSfFakeCameraPropertyAvailable() local
680 for (int i = 0; i < num_attempts; ++i) { in WaitForQemuSfFakeCameraPropertyAvailable()
689 5 * num_attempts); in WaitForQemuSfFakeCameraPropertyAvailable()
/aosp12/system/update_engine/common/
H A Dutils.cc165 int num_attempts = 0; in PWriteAll() local
167 num_attempts++; in PWriteAll()
174 PLOG(ERROR) << "pwrite error; num_attempts=" << num_attempts in PWriteAll()