Lines Matching refs:mConnectionId

52         return mConnectionId;  in getConnectionId()
115 ConnectionId mConnectionId; member in android::hardware::media::bufferpool::V2_0::implementation::BufferPoolClient::Impl
180 ConnectionId mConnectionId; member
192 : mHasCache(false), mConnectionId(connectionId), in ClientBuffer()
234 BufferPoolData *ptr = new BufferPoolData(mConnectionId, mId); in createCache()
269 &mLocalConnection, &mConnectionId, &mReleasing.mInvalidateId, in Impl()
288 ConnectionId& id = mConnectionId; in Impl()
372 mConnectionId, bufferId, handle); in allocate()
387 handle != nullptr, (long long)mConnectionId); in allocate()
424 ALOGV("client receive from reference %lld", (long long)mConnectionId); in receive()
431 ALOGV("client receive from cache %lld", (long long)mConnectionId); in receive()
444 mConnectionId, bufferId, handle); in receive()
473 ALOGV("client receive %lld - %u : %s (%d)", (long long)mConnectionId, bufferId, in receive()
496 mConnectionId, mReleasing.mReleasingIds, mReleasing.mReleasedIds); in postBufferRelease()
513 *transactionId = (mConnectionId << 32) | mSeqId++; in postSend()
516 *transactionId, bufferId, BufferStatus::TRANSFER_TO, mConnectionId, in postSend()
537 mConnectionId, -1, mReleasing.mReleasingIds, in postReceive()
547 mConnectionId, -1, mReleasing.mReleasingIds, in postReceive()
562 mConnectionId, -1, mReleasing.mReleasingIds, in postReceiveResult()
576 TransactionId transactionId = (mConnectionId << 32); in trySyncFromRemote()
587 (long long)mConnectionId); in trySyncFromRemote()
601 mConnectionId, mReleasing.mReleasingIds, in syncReleased()
606 ALOGV("client release buffer %lld - %u", (long long)mConnectionId, id); in syncReleased()
614 (long long)mConnectionId); in syncReleased()
618 ALOGW("client %lld cache status inconsitent!", (long long)mConnectionId); in syncReleased()
658 mConnectionId, in syncReleased()
661 (long long)mConnectionId, in syncReleased()
682 (long long)mConnectionId, mCache.mBuffers.size(), mCache.mActive, evicted); in evictCaches()
694 (long long)mConnectionId, id); in invalidateBuffer()
697 (long long)mConnectionId, (unsigned int)id); in invalidateBuffer()
727 (long long)mConnectionId, invalidated); in invalidateRange()
741 (long long)mConnectionId, status == ResultStatus::OK, in allocateBufferHandle()