/hardware/intel/img/psb_video/src/hwdefs/ |
H A D | img_defs.h | 144 void __cdecl abort(void); 148 for (;;) abort(); 211 #define IMG_ABORT() abort()
|
/hardware/intel/common/libwsbm/src/ |
H A D | wsbm_mallocpool.c | 68 abort(); 117 abort(); 127 abort(); 145 abort(); 151 abort();
|
/hardware/qcom/msm8998/json-c/ |
H A D | debug.h | 45 abort(); \
|
/hardware/intel/common/libva/test/common/ |
H A D | va_display.c | 137 abort();
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | VehicleEmulator.h | 55 if (mEmulator == nullptr) abort();
|
/hardware/libhardware/include/hardware/ |
H A D | keymaster2.h | 293 * 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 D | keymaster1.h | 412 * 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 D | IPACM_Xml.h | 62 abort(); \
|
/hardware/interfaces/keymaster/3.0/ |
H A D | IKeymasterDevice.hal | 239 * 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 D | KeymasterDevice.h | 84 Return<ErrorCode> abort(uint64_t operationHandle) override;
|
H A D | KeymasterDevice.cpp | 718 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 D | VehiclePropertyStore.cpp | 132 abort();
|
/hardware/intel/img/psb_video/src/ |
H A D | tng_hostbias.c | 410 abort(); 417 abort();
|
/hardware/intel/common/libmix/videoencoder/ |
H A D | bitstream.h | 81 abort();
|
/hardware/interfaces/graphics/composer/2.1/default/ |
H A D | Hwc.cpp | 47 abort(); 59 abort(); 74 abort();
|
/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayUtils.h | 64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
|
/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayUtils.h | 64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
|
/hardware/qcom/display/msm8909/liboverlay/ |
H A D | overlayUtils.h | 64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
|
/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayUtils.h | 64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
|
/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayUtils.h | 64 # define OVASSERT(x, ...) if(!(x)) { ALOGE(__VA_ARGS__); abort(); }
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 694 auto retval = keymaster_->abort(op_handle); 1597 // Another abort should fail 1600 // Set to sentinel, so TearDown() doesn't try to abort again.
|