/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprintClientCallback.hal | 28 * @param remaining the number of remaining steps before enrolllment is complete 30 … oneway onEnrollResult(uint64_t deviceId, uint32_t fingerId, uint32_t groupId, uint32_t remaining); 64 * @param remaining the number of remaining templates that will be removed. 66 oneway onRemoved(uint64_t deviceId, uint32_t fingerId, uint32_t groupId, uint32_t remaining); 73 * @param remaining the number of remaining steps before enumeration is complete 75 oneway onEnumerate(uint64_t deviceId, uint32_t fingerId, uint32_t groupId, uint32_t remaining);
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 119 uint32_t groupId, uint32_t remaining) override { in onEnumerate() argument 123 this->remaining = remaining; in onEnumerate() 125 if(remaining == 0UL) { in onEnumerate() 134 uint32_t remaining; member in __anon5c786c6f0111::EnumerateCallback 173 uint32_t remaining) override { in onRemoved() argument 175 if(remaining == 0UL) { in onRemoved() 319 EXPECT_EQ(0UL, cb->remaining); in TEST_F()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifilogger.cpp | 1074 u32 remaining = 0; in handleResponse() local 1122 remaining = memDumpSize; in handleResponse() 1124 while (remaining) { in handleResponse() 1126 if (remaining >= LOGGER_MEMDUMP_CHUNKSIZE) { in handleResponse() 1130 readSize = remaining; in handleResponse() 1135 remaining -= readSize; in handleResponse() 1139 remaining); in handleResponse() 1386 size_t fileSize, remaining, readSize; in wifi_get_driver_memory_dump() local 1427 remaining = DRIVER_MEMDUMP_MAX_FILESIZE; in wifi_get_driver_memory_dump() 1430 while (remaining) { in wifi_get_driver_memory_dump() [all …]
|
/hardware/libhardware_legacy/audio/ |
D | A2dpAudioInterface.cpp | 282 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/health/1.0/ |
D | IHealth.hal | 48 * This function is called by healthd when framework queries for remaining 52 * @return energy Battery remaining energy in nanowatt-hours.
|
D | types.hal | 78 * remaining capacity). 110 * batteryCapacityPath - file path to read remaining battery capacity.
|
/hardware/interfaces/health/2.0/ |
D | IHealth.hal | 109 * 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/nfc/1.1/ |
D | types.hal | 84 * Default route for all remaining protocols and technology which haven't
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 180 * 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/ |
D | types.hal | 64 // length is less than 32, the remaining part
|
/hardware/interfaces/radio/1.0/ |
D | IRadioResponse.hal | 42 * @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. 96 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown. 113 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown. 131 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown. 149 * @param remainingRetries Number of retries remaining, must be equal to -1 if unknown. 897 * @param retry 0 is the number of retries remaining, or -1 if unknown
|
/hardware/interfaces/wifi/offload/1.0/ |
D | types.hal | 109 * The filter will drop the remaining scan results in the scan event.
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 53 * Called after tethering is no longer requested by the user. Any remaining offload must
|
/hardware/interfaces/broadcastradio/2.0/ |
D | types.hal | 498 * The remaining bits should be set to zeros when writing on the chip side 531 * The remaining bits should be set to zeros when writing on the chip side
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 2228 uint32_t remaining() const; // remaining data to be read
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 403 * Fuel remaining in the the vehicle, in milliliters 485 * Range remaining 487 * Meters remaining of fuel and charge. Range remaining shall account for
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 100 * the STA had been torn down. During this process the remaining STA and NAN
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 898 * with the same frameNumber must be made, to return the remaining output
|