Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 31) sorted by relevance

12

/hardware/qcom/sdm845/display/libhistogram/
Dcolor_sampling_tool.cpp64 struct timespec request, remaining; in main() local
67 cancelled_during_wait = (nanosleep(&request, &remaining) != 0); in main()
/hardware/qcom/sm7250/display/libhistogram/
Dcolor_sampling_tool.cpp69 struct timespec request, remaining; in main() local
72 cancelled_during_wait = (nanosleep(&request, &remaining) != 0); in main()
/hardware/qcom/sm8150/display/libhistogram/
Dcolor_sampling_tool.cpp64 struct timespec request, remaining; in main() local
67 cancelled_during_wait = (nanosleep(&request, &remaining) != 0); in main()
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp121 uint32_t groupId, uint32_t remaining) override { in onEnumerate() argument
125 this->remaining = remaining; in onEnumerate()
127 if(remaining == 0UL) { in onEnumerate()
136 uint32_t remaining; member in __anon5c786c6f0111::EnumerateCallback
175 uint32_t remaining) override { in onRemoved() argument
177 if(remaining == 0UL) { in onRemoved()
307 EXPECT_EQ(0UL, cb->remaining); in TEST_P()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp1075 u32 remaining = 0; in handleResponse() local
1123 remaining = memDumpSize; in handleResponse()
1125 while (remaining) { in handleResponse()
1127 if (remaining >= LOGGER_MEMDUMP_CHUNKSIZE) { in handleResponse()
1131 readSize = remaining; in handleResponse()
1136 remaining -= readSize; in handleResponse()
1140 remaining); in handleResponse()
1384 size_t fileSize, remaining, readSize; in wifi_get_driver_memory_dump() local
1425 remaining = DRIVER_MEMDUMP_MAX_FILESIZE; in wifi_get_driver_memory_dump()
1428 while (remaining) { in wifi_get_driver_memory_dump()
[all …]
/hardware/st/nfc/1.0/adaptation/
Di2clayer.c140 int remaining = buffer[2]; in I2cWorkerThread() local
143 bytesRead = i2cRead(fidI2c, buffer + 3, remaining); in I2cWorkerThread()
144 if (bytesRead == remaining) { in I2cWorkerThread()
/hardware/st/nfc/st21nfc/adaptation/
Di2clayer.cc155 int remaining = buffer[2]; in I2cWorkerThread() local
157 if (remaining != 0) { in I2cWorkerThread()
159 bytesRead = i2cRead(fidI2c, buffer + 3, remaining); in I2cWorkerThread()
161 if (bytesRead == remaining) { in I2cWorkerThread()
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl41 void onEnrollmentProgress(in int enrollmentId, int remaining); in onEnrollmentProgress() argument
/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl41 void onEnrollmentProgress(in int enrollmentId, int remaining); in onEnrollmentProgress() argument
/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
DISessionCallback.aidl82 void onEnrollmentProgress(in int enrollmentId, int remaining); in onEnrollmentProgress() argument
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.cpp282 size_t remaining = bytes; in write() local
302 while (remaining > 0 && retries) { in write()
303 status = a2dp_write(mData, buffer, remaining); in write()
311 remaining -= status; in write()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DISessionCallback.aidl42 void onEnrollmentProgress(in int enrollmentId, int remaining); in onEnrollmentProgress() argument
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DISessionCallback.aidl42 void onEnrollmentProgress(in int enrollmentId, int remaining); in onEnrollmentProgress() argument
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISessionCallback.aidl91 void onEnrollmentProgress(in int enrollmentId, int remaining); in onEnrollmentProgress() argument
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal32 * @param remaining The number of remaining steps before enrolllment is
36 uint32_t remaining);
124 * @param duration the remaining lockout duration in milliseconds, or 0
/hardware/interfaces/health/2.0/
DIHealth.hal109 * Get remaining battery capacity percentage of total capacity
116 * @return value remaining battery capacity, or 0 if not successful.
121 * Get battery remaining energy in nanowatt-hours.
126 * @return value remaining energy, or 0 if not successful.
/hardware/interfaces/health/1.0/
Dtypes.hal78 * remaining capacity).
110 * batteryCapacityPath - file path to read remaining battery capacity.
/hardware/interfaces/nfc/1.1/
Dtypes.hal84 * Default route for all remaining protocols and technology which haven't
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal180 * The remaining bits should be set to zeros when writing on the chip side
199 * The remaining bits should be set to zeros when writing on the chip side
/hardware/interfaces/tv/input/1.0/
Dtypes.hal64 // length is less than 32, the remaining part
/hardware/interfaces/wifi/offload/1.0/
Dtypes.hal109 * The filter will drop the remaining scan results in the scan event.
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal42 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown.
60 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown.
78 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown.
97 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown.
114 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown.
132 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown.
151 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown.
899 * @param retry 0 is the number of retries remaining, or -1 if unknown
/hardware/interfaces/radio/1.5/
DIRadioResponse.hal304 * @param remainingRetries postiive values indicates number of retries remaining,
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal53 * Called after tethering is no longer requested by the user. Any remaining offload must
/hardware/interfaces/neuralnetworks/1.3/
DIDevice.hal140 * duration remaining compared to the steady_clock and adding it to the
267 * duration remaining compared to the steady_clock and adding it to the

12