libxcoder  5.2.0
BnSharedBuffer Class Reference

#include <ISharedBuffer.h>

Inheritance diagram for BnSharedBuffer:

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...
 

Detailed Description

Definition at line 66 of file ISharedBuffer.h.

Member Function Documentation

◆ 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]codeThe funtion identify
[in]dataThe parcel take the data of the shm
[in]replyThe parcel take the return data of the shm
[in]flagsalways 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: