/hardware/interfaces/graphics/composer/2.1/ |
D | types.hal | 27 NO_RESOURCES = 6, /* temporary failure due to resource contention */ 29 UNSUPPORTED = 8, /* permanent failure */
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 374 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/ |
D | types.hal | 316 /** 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/ |
D | IGatekeeper.hal | 49 * 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/ |
D | Android.bp | 29 // here (e.g., use mkdtemp first). At least races will lead to an early failure, as
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 25 NO_RESOURCES = 5, /* temporary failure due to resource contention */ 27 UNSUPPORTED = 7, /* permanent failure */
|
/hardware/google/interfaces/pixelstats/1.0/ |
D | IPixelStats.hal | 76 * 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/ |
D | C2Work.h | 69 Failure failure; ///< failure code member
|
/hardware/interfaces/wifi/hostapd/1.0/ |
D | types.hal | 24 /** Unknown failure occured. */
|
/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaIfaceCallback.hal | 41 * Used to indicate an EAP authentication failure.
|
/hardware/interfaces/soundtrigger/2.1/ |
D | ISoundTriggerHw.hal | 90 * -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/ |
D | ISecureElement.hal | 81 * empty vector on failure. 105 * empty vector on failure.
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | IConnection.hal | 36 * NO_MEMORY - Memory allocation failure occurred.
|
D | IClientManager.hal | 38 * NO_MEMORY - Memory allocation failure occurred.
|
D | types.hal | 66 /** Buffer transaction failure. */
|
D | IAccessor.hal | 55 * NO_MEMORY - Memory allocation failure occurred.
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 155 * -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/ |
D | IBroadcastRadio.hal | 47 * configuration is applied or a failure occurs or after a time out.
|
D | ITunerCallback.hal | 23 * Method called by the HAL when a HW failure occurs.
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 287 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/ |
D | CCodecConfig.cpp | 972 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/ |
D | types.hal | 24 /** Unknown failure occured. */
|
D | ISupplicantStaIfaceCallback.hal | 469 * @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/ |
D | types.hal | 109 * ERROR_CAS_UNKNOWN must be returned when a fatal failure occurs and no
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITunerCallback.hal | 60 * NOT_INITIALIZED other error, ie. HW failure.
|