Searched defs:transact (Results 1 - 3 of 3) sorted by relevance

/system/libhwbinder/
H A DBinder.cpp82 status_t BHwBinder::transact( function in class:android::hardware::BHwBinder
H A DBpHwBinder.cpp102 status_t BpHwBinder::transact( function in class:android::hardware::BpHwBinder
107 status_t status = IPCThreadState::self()->transact(
H A DIPCThreadState.cpp54 #define IF_LOG_TRANSACTIONS() IF_ALOG(LOG_VERBOSE, "transact")
605 status_t IPCThreadState::transact(int32_t handle, function in class:android::hardware::IPCThreadState
1157 error = reinterpret_cast<BHwBinder*>(tr.cookie)->transact(tr.code, buffer,
1165 error = mContextObject->transact(tr.code, buffer, &reply, tr.flags, reply_callback);
1176 ALOGE("transact() returned error after sending reply.");
1178 // Ok, reply sent and transact didn't return an error.

Completed in 69 milliseconds