libxcoder  5.2.0
ISharedBuffer Class Referenceabstract

#include <ISharedBuffer.h>

Inheritance diagram for ISharedBuffer:

Public Member Functions

 DECLARE_META_INTERFACE (SharedBuffer)
 
virtual int getFd (String8 &name)=0
 Get file descripter by using android net.int.SharedBuffer service. More...
 
virtual int setFd (String8 &param, int32_t fd)=0
 Set file descripter with the name of the share mem by using android net.int.SharedBuffer service. More...
 

Detailed Description

Definition at line 43 of file ISharedBuffer.h.

Member Function Documentation

◆ DECLARE_META_INTERFACE()

DECLARE_META_INTERFACE ( SharedBuffer  )

◆ getFd()

virtual int getFd ( String8 &  name)
pure virtual

Get file descripter by using android net.int.SharedBuffer service.


Parameters
[in]nameThe name of the share mem
Returns
Get fd (> 0) , < 0 otherwise

◆ setFd()

virtual int setFd ( String8 &  param,
int32_t  fd 
)
pure virtual

Set file descripter with the name of the share mem by using android net.int.SharedBuffer service.


Parameters
[in]nameThe name of the share mem
Returns
Get fd (> 0) , < 0 otherwise

The documentation for this class was generated from the following file: