libxcoder  5.2.0
BpSharedBuffer Class Reference
Inheritance diagram for BpSharedBuffer:

Public Member Functions

 BpSharedBuffer (const sp< IBinder > &impl)
 
int getFd (String8 &param)
 Get file descripter by using android net.int.SharedBuffer service. More...
 
int setFd (String8 &param, int32_t fd)
 Set file descripter with the name of the share mem by using android net.int.SharedBuffer service. More...
 

Detailed Description

Definition at line 44 of file ISharedBuffer.cpp.

Constructor & Destructor Documentation

◆ BpSharedBuffer()

BpSharedBuffer ( const sp< IBinder > &  impl)
inlineexplicit

Definition at line 46 of file ISharedBuffer.cpp.

Member Function Documentation

◆ getFd()

int getFd ( String8 &  param)
inline

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


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

Definition at line 59 of file ISharedBuffer.cpp.

◆ setFd()

int setFd ( String8 &  param,
int32_t  fd 
)
inline

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

Definition at line 88 of file ISharedBuffer.cpp.


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