Home
last modified time | relevance | path

Searched defs:status_t (Results 1 – 11 of 11) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A DErrorsMacros.h42 operator status_t() const { return val_; } in status_t() function
H A DErrors.h30 typedef int32_t status_t; typedef
/aosp12/system/core/libutils/include/utils/
H A DErrors.h30 typedef int32_t status_t; typedef
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dwtypes.h39 } status_t; typedef
/aosp12/build/make/tools/ziptime/
H A DZipEntry.h29 typedef int status_t; typedef
/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs340 impl From<Status> for status_t { implementation
341 fn from(status: Status) -> status_t { in from()
H A Dnative.rs253 ) -> status_t { in on_transact()
H A Dbinder.rs484 ) -> status_t; in on_transact()
/aosp12/system/iorap/include/binder/
H A Dauto_parcelable.h41 using status_t = android::status_t; member
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs76 ) -> status_t { in serialize_element()
134 ) -> status_t { in deserialize_element()
/aosp12/hardware/google/easel/amber/camera/include/
H A DHdrPlusTypes.h28 typedef int32_t status_t; typedef