Lines Matching refs:status
34 // status_t status;
36 // if ((status = data.writeInterfaceToken(interface_descriptor)) != OK ||
37 // (status = data.writeInt32(function_input)) != OK) {
40 // if ((status = remote()->transact(transaction, data, &reply)) != OK) {
43 // if ((status = remote_exception.readFromParcel(reply)) != OK) {
98 static Status fromStatusT(status_t status);
104 Status(const Status& status) = default;
105 Status(Status&& status) = default;
106 Status& operator=(const Status& status) = default;
117 // Setting a |status| != OK causes generated code to return |status|
120 void setFromStatusT(status_t status);