Searched defs:statusBuffer (Results 1 - 1 of 1) sorted by relevance
/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 754 status_t statusBuffer; local 755 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &statusBuffer); 956 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) 974 } else if (statusBuffer) { 976 *statusBuffer = err; 978 tr.data.ptr.buffer = reinterpret_cast<uintptr_t>(statusBuffer); 955 writeTransactionData(int32_t cmd, uint32_t binderFlags, int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) argument
|
Completed in 10 milliseconds