Home
last modified time | relevance | path

Searched refs:pConnectionId (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/
DClientManager.cpp59 ConnectionId *pConnectionId);
220 ConnectionId *pConnectionId) { in create() argument
245 *pConnectionId = conId; in create()
246 ALOGV("create new connection %lld", (long long)*pConnectionId); in create()
456 ConnectionId *pConnectionId) { in create() argument
458 return mImpl->create(allocator, pConnectionId); in create()
DAccessor.h151 std::shared_ptr<Connection> *connection, ConnectionId *pConnectionId,
DAccessor.cpp258 std::shared_ptr<Connection> *connection, ConnectionId *pConnectionId, in connect() argument
274 *pConnectionId = id; in connect()
288 sConnectionDeathRecipient->add(*pConnectionId, accessor); in connect()
/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/
DClientManager.h58 ConnectionId *pConnectionId);