#include <ISharedBuffer.h>
|
| virtual status_t | onTransact (uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags=0) |
| | transmit the data between binder clint and server.
|
| |
Definition at line 66 of file ISharedBuffer.h.
◆ onTransact()
| status_t onTransact |
( |
uint32_t |
code, |
|
|
const Parcel & |
data, |
|
|
Parcel * |
reply, |
|
|
uint32_t |
flags = 0 |
|
) |
| |
|
virtual |
transmit the data between binder clint and server.
- Parameters
-
| [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 |
- Returns
- success status_t (> 0) , < 0 otherwise
- Parameters
-
| [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 |
- Returns
- success status_t (> 0) , < 0 otherwise
Definition at line 117 of file ISharedBuffer.cpp.
The documentation for this class was generated from the following files: