Searched defs:ErrorType (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserialization.h131 class ErrorType { class in namespace:android::pdx::rpc
133 ErrorType() : error_code_(ErrorCode::NO_ERROR) {} function in class:android::pdx::rpc::ErrorType
135 // ErrorType constructor for generic error codes. Explicitly not explicit,
136 // implicit conversion from ErrorCode to ErrorType is desirable behavior.
138 ErrorType(ErrorCode error_code) : error_code_(error_code) {} function in class:android::pdx::rpc::ErrorType
140 // ErrorType constructor for encoding type errors.
141 ErrorType(ErrorCode error_code, EncodingClass encoding_class, function in class:android::pdx::rpc::ErrorType
148 // Evaluates to true if the ErrorType represents an error.
1087 inline ErrorType ReadRawDataFromNextSection(void* dest, MessageReader* reader,
1107 inline ErrorType ReadRawDat
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 83 milliseconds