Searched refs:abort (Results 1 - 21 of 21) sorted by relevance

/hardware/intel/img/psb_video/src/hwdefs/
H A Dimg_defs.h144 void __cdecl abort(void);
148 for (;;) abort();
211 #define IMG_ABORT() abort()
/hardware/intel/common/libwsbm/src/
H A Dwsbm_mallocpool.c68 abort();
117 abort();
127 abort();
145 abort();
151 abort();
/hardware/qcom/msm8998/json-c/
H A Ddebug.h45 abort(); \
/hardware/intel/common/libva/test/common/
H A Dva_display.c137 abort();
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.h55 if (mEmulator == nullptr) abort();
/hardware/libhardware/include/hardware/
H A Dkeymaster2.h293 * update(), finish() or abort().
296 * abort(), to allow the keymaster implementation to clean up any internal operation state.
300 * aborts the operation, in which case abort() need not be called (and will return
329 * update(), finish() or abort(). If operation_handle is NULL, begin() will return
415 keymaster_error_t (*abort)(const struct keymaster2_device* dev, member in struct:keymaster2_device
H A Dkeymaster1.h412 * update(), finish() or abort().
415 * abort(), to allow the keymaster implementation to clean up any internal operation state.
419 * aborts the operation, in which case abort() need not be called (and will return
448 * update(), finish() or abort(). If operation_handle is NULL, begin() will return
531 keymaster_error_t (*abort)(const struct keymaster1_device* dev, member in struct:keymaster1_device
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Xml.h62 abort(); \
/hardware/interfaces/keymaster/3.0/
H A DIKeymasterDevice.hal239 * update(), finish() or abort().
242 * abort(), to allow the keymaster implementation to clean up any internal operation state.
246 * implicitly aborts the operation, in which case abort() need not be called (and will return
272 * finish() or abort().
344 * invalid when abort() returns.
348 abort(OperationHandle operationHandle) generates(ErrorCode error);
/hardware/interfaces/keymaster/3.0/default/
H A DKeymasterDevice.h84 Return<ErrorCode> abort(uint64_t operationHandle) override;
H A DKeymasterDevice.cpp718 Return<ErrorCode> KeymasterDevice::abort(uint64_t operationHandle) { function in class:android::hardware::keymaster::V3_0::implementation::KeymasterDevice
719 return legacy_enum_conversion(keymaster_device_->abort(keymaster_device_, operationHandle));
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp132 abort();
/hardware/intel/img/psb_video/src/
H A Dtng_hostbias.c410 abort();
417 abort();
/hardware/intel/common/libmix/videoencoder/
H A Dbitstream.h81 abort();
/hardware/interfaces/graphics/composer/2.1/default/
H A DHwc.cpp47 abort();
59 abort();
74 abort();
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.h64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp694 auto retval = keymaster_->abort(op_handle);
1597 // Another abort should fail
1600 // Set to sentinel, so TearDown() doesn't try to abort again.

Completed in 496 milliseconds