Lines Matching refs:mConnectionId
54 return mConnectionId; in getConnectionId()
117 ConnectionId mConnectionId; member in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
186 ConnectionId mConnectionId; member
198 : mHasCache(false), mConnectionId(connectionId), in ClientBuffer()
240 BufferPoolData *ptr = new BufferPoolData(mConnectionId, mId); in createCache()
275 &mLocalConnection, &mConnectionId, &mReleasing.mInvalidateId, in Impl()
294 ConnectionId& id = mConnectionId; in Impl()
378 mConnectionId, bufferId, handle); in allocate()
393 handle != nullptr, (long long)mConnectionId); in allocate()
430 ALOGV("client receive from reference %lld", (long long)mConnectionId); in receive()
437 ALOGV("client receive from cache %lld", (long long)mConnectionId); in receive()
450 mConnectionId, bufferId, handle); in receive()
479 ALOGV("client receive %lld - %u : %s (%d)", (long long)mConnectionId, bufferId, in receive()
502 mConnectionId, mReleasing.mReleasingIds, mReleasing.mReleasedIds); in postBufferRelease()
519 *transactionId = (mConnectionId << 32) | mSeqId++; in postSend()
522 *transactionId, bufferId, BufferStatus::TRANSFER_TO, mConnectionId, in postSend()
543 mConnectionId, -1, mReleasing.mReleasingIds, in postReceive()
553 mConnectionId, -1, mReleasing.mReleasingIds, in postReceive()
568 mConnectionId, -1, mReleasing.mReleasingIds, in postReceiveResult()
582 TransactionId transactionId = (mConnectionId << 32); in trySyncFromRemote()
593 (long long)mConnectionId); in trySyncFromRemote()
607 mConnectionId, mReleasing.mReleasingIds, in syncReleased()
612 ALOGV("client release buffer %lld - %u", (long long)mConnectionId, id); in syncReleased()
620 (long long)mConnectionId); in syncReleased()
624 ALOGW("client %lld cache status inconsitent!", (long long)mConnectionId); in syncReleased()
664 mConnectionId, in syncReleased()
667 (long long)mConnectionId, in syncReleased()
690 (long long)mConnectionId, mCache.mBuffers.size(), mCache.mActive, evicted); in evictCaches()
702 (long long)mConnectionId, id); in invalidateBuffer()
705 (long long)mConnectionId, (unsigned int)id); in invalidateBuffer()
735 (long long)mConnectionId, invalidated); in invalidateRange()
749 (long long)mConnectionId, status == ResultStatus::OK, in allocateBufferHandle()