Home
last modified time | relevance | path

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

12345

/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.cpp374 d->failureOther = static_cast<uint32_t>(s.failure); in objcpy()
375 switch (s.failure) { in objcpy()
377 d->failure = SettingResult::Failure::READ_ONLY; in objcpy()
380 d->failure = SettingResult::Failure::MISMATCH; in objcpy()
383 d->failure = SettingResult::Failure::BAD_VALUE; in objcpy()
386 d->failure = SettingResult::Failure::BAD_TYPE; in objcpy()
389 d->failure = SettingResult::Failure::BAD_PORT; in objcpy()
392 d->failure = SettingResult::Failure::BAD_INDEX; in objcpy()
395 d->failure = SettingResult::Failure::CONFLICT; in objcpy()
398 d->failure = SettingResult::Failure::UNSUPPORTED; in objcpy()
[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/interfaces/pixelstats/1.0/
DIPixelStats.hal76 * COMPLETE refers to a complete failure e.g. non-responsive microphone.
77 * For most components, unless a more specific failure exists, COMPLETE should be used.
89 * Report the detected failure of a hardware component.
94 * @param failureCode a code identifying the failure mode of the hardware
/hardware/google/av/codec2/include/
DC2Work.h69 Failure failure; ///< failure code member
/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/secure_element/1.0/
DISecureElement.hal81 * empty vector on failure.
105 * empty vector on failure.
/hardware/interfaces/media/bufferpool/1.0/
DIConnection.hal36 * NO_MEMORY - Memory allocation failure occurred.
DIClientManager.hal38 * NO_MEMORY - Memory allocation failure occurred.
Dtypes.hal66 /** Buffer transaction failure. */
DIAccessor.hal55 * 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/broadcastradio/1.0/
DIBroadcastRadio.hal47 * configuration is applied or a failure occurs or after a time out.
DITunerCallback.hal23 * Method called by the HAL when a HW failure occurs.
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp287 EXPECT_EQ(C2SettingResult::READ_ONLY, failures[0]->failure); in configReadOnlyParam()
308 EXPECT_EQ(C2SettingResult::CONFLICT, failures[0]->failure); in configWritableParamValidValue()
323 EXPECT_EQ(C2SettingResult::BAD_VALUE, failures[0]->failure); in configWritableParamInvalidValue()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp972 for (const std::unique_ptr<C2SettingResult> &failure : failures) { in setParameters() local
973 switch (failure->failure) { in setParameters()
979 ALOGV("failure = %d", int(failure->failure)); in setParameters()
/hardware/interfaces/wifi/supplicant/1.0/
Dtypes.hal24 /** Unknown failure occured. */
DISupplicantStaIfaceCallback.hal469 * @param timedOut Whether failure is due to timeout rather
482 * Used to indicate an EAP authentication failure.
502 * Used to indicate the failure of a WPS connection attempt.
/hardware/interfaces/cas/1.0/
Dtypes.hal109 * ERROR_CAS_UNKNOWN must be returned when a fatal failure occurs and no
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal60 * NOT_INITIALIZED other error, ie. HW failure.

12345