Lines Matching refs:mConnectionId
52 return mConnectionId; in getConnectionId()
107 ConnectionId mConnectionId; member in android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl
168 ConnectionId mConnectionId; member
181 mConnectionId(connectionId), mId(id), mHandle(handle) { in ClientBuffer()
219 BufferPoolData *ptr = new BufferPoolData(mConnectionId, mId); in createCache()
252 &mLocalConnection, &mConnectionId, &fmqDesc, true); in Impl()
266 ConnectionId& id = mConnectionId; in Impl()
323 mConnectionId, bufferId, handle); in allocate()
338 handle != nullptr, (long long)mConnectionId); in allocate()
375 ALOGV("client receive from reference %lld", (long long)mConnectionId); in receive()
382 ALOGV("client receive from cache %lld", (long long)mConnectionId); in receive()
395 mConnectionId, bufferId, handle); in receive()
424 ALOGV("client receive %lld - %u : %s (%d)", (long long)mConnectionId, bufferId, in receive()
447 mConnectionId, mReleasing.mReleasingIds, mReleasing.mReleasedIds); in postBufferRelease()
459 *transactionId = (mConnectionId << 32) | mSeqId++; in postSend()
462 *transactionId, bufferId, BufferStatus::TRANSFER_TO, mConnectionId, in postSend()
483 mConnectionId, -1, mReleasing.mReleasingIds, in postReceive()
493 mConnectionId, -1, mReleasing.mReleasingIds, in postReceive()
508 mConnectionId, -1, mReleasing.mReleasingIds, in postReceiveResult()
522 TransactionId transactionId = (mConnectionId << 32); in trySyncFromRemote()
533 (long long)mConnectionId); in trySyncFromRemote()
545 mConnectionId, mReleasing.mReleasingIds, in syncReleased()
550 ALOGV("client release buffer %lld - %u", (long long)mConnectionId, id); in syncReleased()
558 (long long)mConnectionId); in syncReleased()
562 ALOGW("client %lld cache status inconsitent!", (long long)mConnectionId); in syncReleased()
585 (long long)mConnectionId, mCache.mBuffers.size(), mCache.mActive, evicted); in evictCaches()
601 (long long)mConnectionId, status == ResultStatus::OK, in allocateBufferHandle()