Home | History | Annotate | Download | only in hidl

Lines Matching refs:_hidl_err

137     ::android::status_t _hidl_err = ::android::OK;
141 _hidl_err = ::android::hardware::readEmbeddedFromParcel(
148 if (_hidl_err != ::android::OK) { return _hidl_err; }
151 _hidl_err = parcel.readNullableEmbeddedNativeHandle(
156 if (_hidl_err != ::android::OK) { return _hidl_err; }
158 return _hidl_err;
167 ::android::status_t _hidl_err = ::android::OK;
171 _hidl_err = ::android::hardware::writeEmbeddedToParcel(
178 if (_hidl_err != ::android::OK) { return _hidl_err; }
180 _hidl_err = parcel->writeEmbeddedNativeHandle(
185 if (_hidl_err != ::android::OK) { return _hidl_err; }
187 return _hidl_err;