|
| | BpSharedBuffer (const sp< IBinder > &impl) |
| |
| int | getFd (String8 ¶m) |
| | Get file descripter by using android net.int.SharedBuffer service. More...
|
| |
| int | setFd (String8 ¶m, int32_t fd) |
| | Set file descripter with the name of the share mem by using android net.int.SharedBuffer service. More...
|
| |
Definition at line 44 of file ISharedBuffer.cpp.
◆ BpSharedBuffer()
◆ getFd()
| int getFd |
( |
String8 & |
param | ) |
|
|
inline |
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
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] | name | The 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: