Package:
android.hardware.media.bufferpool@1.0
IClientManager
interface IClientManager
IClientManager manages IConnection(s)inside a process.A locally created IConnection represents a communication node(receiver)with the specified buffer pool(IAccessor). IConnection(s)are not exposed to other processes(IClientManager). IClientManager instance must be unique within a process.
Methods
registerSender
registerSender (IAccessor bufferPool) generates (ResultStatus status, int64_t connectionId)
Sets up a buffer receiving communication node for the specified buffer pool.A manager must create a IConnection to the buffer pool if it does not already have a connection.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
||||
Generates |
|