Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.h33 using ::android::hardware::keymaster::V4_0::ErrorCode;
46 using ErrorCodeV41 = ::android::hardware::keymaster::V4_1::ErrorCode;
61 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
85 Return<ErrorCode> deleteKey(const hidl_vec<uint8_t>& keyBlob) override;
86 Return<ErrorCode> deleteAllKeys() override;
87 Return<ErrorCode> destroyAttestationIds() override;
98 Return<ErrorCode> abort(uint64_t operationHandle) override;
Dremote_keymaster4_device.cpp79 inline ErrorCode legacy_enum_conversion(const keymaster_error_t value) { in legacy_enum_conversion()
80 return ErrorCode(value); in legacy_enum_conversion()
338 Return<ErrorCode> RemoteKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy()
339 if (data.size() == 0) return ErrorCode::OK; in addRngEntropy()
487 _hidl_cb(ErrorCode::OK, kmBlob2hidlVec(response.upgraded_key)); in upgradeKey()
494 Return<ErrorCode> RemoteKeymaster4Device::deleteKey(const hidl_vec<uint8_t>& keyBlob) { in deleteKey()
504 Return<ErrorCode> RemoteKeymaster4Device::deleteAllKeys() { in deleteAllKeys()
512 Return<ErrorCode> RemoteKeymaster4Device::destroyAttestationIds() { in destroyAttestationIds()
513 return ErrorCode::UNIMPLEMENTED; in destroyAttestationIds()
595 Return<ErrorCode> RemoteKeymaster4Device::abort(uint64_t operationHandle) { in abort()
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_session_3_4.cpp435 int32_t stream_id, ErrorCode code) { in notifyError()
465 notifyError(request.frame_number, -1, ErrorCode::ERROR_DEVICE); in processRequestLoop()
483 notifyError(request.frame_number, -1, ErrorCode::ERROR_REQUEST); in processRequestLoop()
517 ErrorCode::ERROR_BUFFER); in processRequestLoop()
531 ErrorCode::ERROR_BUFFER); in processRequestLoop()
Dvsock_camera_device_session_3_4.h36 using ::android::hardware::camera::device::V3_2::ErrorCode;
116 void notifyError(uint32_t frame_number, int32_t stream_id, ErrorCode code);
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dgl_enum_utils_autogen.h65 ErrorCode, enumerator
Dgl_enum_utils_autogen.cpp1882 case GLenumGroup::ErrorCode: in GLenumToString()
DvalidationES.h745 template <GLenum ErrorCode = GL_INVALID_FRAMEBUFFER_OPERATION>
751 context->validationError(ErrorCode, err::kFramebufferIncomplete); in ValidateFramebufferComplete()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_operation.cpp109 static_cast<int32_t>(ErrorCode::OUTPUT_PARAMETER_NULL))); in finish()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.h9545 enum ErrorCode : uint32_t {
9554 ErrorCode code;
9557 TracingError(ErrorCode cd, std::string msg)