Home
last modified time | relevance | path

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

/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
Dpdata.h122 unsigned int num_attempts:4; /* up to 15 attempts */ member
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
Dpdata.h107 unsigned int num_attempts:4; member
/hardware/google/camera/devices/EmulatedCamera/hwl/
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()