#include <ISharedBuffer.h>
|
| | 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 ¶m, int32_t fd)=0 |
| | Set file descripter with the name of the share mem by using android net.int.SharedBuffer service. More...
|
| |
Definition at line 43 of file ISharedBuffer.h.
◆ 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] | name | The 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] | name | The name of the share mem |
- Returns
- Get fd (> 0) , < 0 otherwise
The documentation for this class was generated from the following file: