![]() |
libxcoder
5.2.0
|
#include <ISharedBuffer.h>
Public Member Functions | |
virtual status_t | onTransact (uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags=0) |
transmit the data between binder clint and server. More... | |
Definition at line 66 of file ISharedBuffer.h.
|
virtual |
transmit the data between binder clint and server.
[in] | code | The funtion identify |
[in] | data | The parcel take the data of the shm |
[in] | reply | The parcel take the return data of the shm |
[in] | flags | always 0 |
Definition at line 117 of file ISharedBuffer.cpp.