Lines Matching refs:code
158 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl
171 int32_t code = *cmd++;
172 if (code == BR_ERROR) {
175 } else if (code < 0 || code >= N) {
176 out << "Unknown reply: " << code << endl;
180 out << kReturnStrings[code];
181 switch (code) {
227 int32_t code = *cmd++;
228 if (code < 0 || code >= N) {
229 out << "Unknown command: " << code << endl;
233 out << kCommandStrings[code];
234 switch (code) {
445 // there are other callbacks into user code that could have changed
474 uint32_t code, const Parcel& data,
484 << handle << " / code " << TypeCode(code) << ": "
491 err = writeTransactionData(BC_TRANSACTION, flags, handle, code, data, NULL);
800 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer)
805 tr.code = code;
965 << " / obj " << tr.target.ptr << " / code "
966 << TypeCode(tr.code) << ": " << indent << buffer
975 const status_t error = b->transact(tr.code, buffer, &reply, 0);
979 const status_t error = the_context_object->transact(tr.code, buffer, &reply, 0);