Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 138) sorted by relevance

123456

/hardware/interfaces/graphics/composer/2.1/
Dtypes.hal27 NO_RESOURCES = 6, /* temporary failure due to resource contention */
29 UNSUPPORTED = 8, /* permanent failure */
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp373 d->failureOther = static_cast<uint32_t>(s.failure); in objcpy()
374 switch (s.failure) { in objcpy()
376 d->failure = SettingResult::Failure::READ_ONLY; in objcpy()
379 d->failure = SettingResult::Failure::MISMATCH; in objcpy()
382 d->failure = SettingResult::Failure::BAD_VALUE; in objcpy()
385 d->failure = SettingResult::Failure::BAD_TYPE; in objcpy()
388 d->failure = SettingResult::Failure::BAD_PORT; in objcpy()
391 d->failure = SettingResult::Failure::BAD_INDEX; in objcpy()
394 d->failure = SettingResult::Failure::CONFLICT; in objcpy()
397 d->failure = SettingResult::Failure::UNSUPPORTED; in objcpy()
[all …]
/hardware/interfaces/radio/1.4/
Dtypes.hal241 * or SNDCP failure.
310 * failure.
393 * failure.
439 * IPV4 PDN is in throttled state due to previous VSNCP bringup failure(s).
448 * IPV6 PDN is in throttled state due to previous VSNCP bringup failure(s).
592 * Non-IP PDN is in throttled state due to previous VSNCP bringup failure(s).
760 * Radio access bearer failure.
788 * Service request procedure failure.
828 * Throttling is not needed for this service request failure.
832 * Access control list check failure at the lower layer.
[all …]
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal316 /** Failure code (of Codec 2.0 SettingResult failure type) */
333 * Parameter is out of range due to other settings. (This failure mode
339 * and has been corrected to the closest supported value. This failure
344 * This failure mode is reported when all the above failure modes do not
350 * The failure type. The framework might not recognize `OTHER`.
352 Failure failure;
354 * The failure code.
355 * * If #failure is `OTHER`, #failureOther can be used to give more
357 * * For all other values of #failure, #failureOther is not used.
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal49 * failure. It must return STATUS_OK on success.
85 * failure. It must return STATUS_OK on success.
104 * failure. It must return STATUS_OK on success.
118 * failure. It must return STATUS_OK on success.
/hardware/libhardware/tests/input/evdev/
DAndroid.bp29 // here (e.g., use mkdtemp first). At least races will lead to an early failure, as
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal25 NO_RESOURCES = 5, /* temporary failure due to resource contention */
27 UNSUPPORTED = 7, /* permanent failure */
/hardware/google/av/codec2/include/
DC2Work.h69 Failure failure; ///< failure code member
/hardware/interfaces/wifi/hostapd/1.1/
DIHostapdCallback.hal24 * Invoked when an asynchronous failure is encountered in one of the access
/hardware/interfaces/fastboot/1.0/
Dtypes.hal56 * Message pertaining to the status. It must be a failure message for
/hardware/interfaces/wifi/hostapd/1.0/
Dtypes.hal24 /** Unknown failure occured. */
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIfaceCallback.hal41 * Used to indicate an EAP authentication failure.
/hardware/interfaces/soundtrigger/2.1/
DISoundTriggerHw.hal90 * -ENOMEM in case of memory allocation failure,
124 * -ENOMEM in case of memory allocation failure,
155 * -ENOMEM in case of memory allocation failure,
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaIfaceCallback.hal48 * Indicates a DPP failure event.
/hardware/interfaces/soundtrigger/2.2/
DISoundTriggerHw.hal36 * -ENOMEM in case of memory allocation failure,
/hardware/google/pixel/pixelstats/
DUeventListener.cpp70 HardwareFailed failure = { in ReportMicBrokenOrDegraded() local
75 Return<void> ret = stats_client->reportHardwareFailed(failure); in ReportMicBrokenOrDegraded()
/hardware/interfaces/secure_element/1.0/
DISecureElement.hal81 * empty vector on failure.
105 * empty vector on failure.
/hardware/interfaces/media/bufferpool/2.0/
DIConnection.hal36 * NO_MEMORY - Memory allocation failure occurred.
DIClientManager.hal39 * NO_MEMORY - Memory allocation failure occurred.
/hardware/interfaces/media/bufferpool/1.0/
DIConnection.hal36 * NO_MEMORY - Memory allocation failure occurred.
DIClientManager.hal38 * NO_MEMORY - Memory allocation failure occurred.
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHw.hal155 * -ENOMEM in case of memory allocation failure,
183 * -ENOMEM in case of memory allocation failure,
219 * -ENOMEM in case of memory allocation failure,
/hardware/interfaces/thermal/2.0/
DIThermal.hal76 * thermal events (nullptr callback will lead to failure with status code FAILURE).
93 * thermal events (nullptr callback will lead to failure with status code FAILURE).
/hardware/interfaces/broadcastradio/1.0/
DIBroadcastRadio.hal47 * configuration is applied or a failure occurs or after a time out.
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal44 * Permanent failure.

123456