Searched defs:int32_t (Results 1 - 3 of 3) sorted by relevance

/system/bt/embdrv/g722/
H A Dg722_typedefs.h69 typedef signed int int32_t; typedef
/system/security/keystore/include/keystore/
H A Dkeystore_return_types.h35 * This class can be initialized by both. And when accessed through the operator int32_t () it
44 KeyStoreServiceReturnCode(const ErrorCode& errorCode) : errorCode_(int32_t(errorCode)) {}
45 KeyStoreServiceReturnCode(const ResponseCode& errorCode) : errorCode_(int32_t(errorCode)) {}
49 explicit inline KeyStoreServiceReturnCode(const int32_t& errorCode) : errorCode_(errorCode) {}
51 errorCode_ = int32_t(errorCode);
55 errorCode_ = int32_t(errorCode);
63 return errorCode_ == static_cast<int32_t>(ResponseCode::NO_ERROR) ||
64 errorCode_ == static_cast<int32_t>(ErrorCode::OK);
67 inline operator int32_t() const {
68 if (!errorCode_) return static_cast<int32_t>(ResponseCod
[all...]
/system/core/libziparchive/
H A Dzip_archive_private.h47 enum ErrorCodes : int32_t { enum

Completed in 419 milliseconds