Searched refs:mDealer (Results 1 – 9 of 9) sorted by relevance
44 mDealer = new MemoryDealer(kBufferSize, "MediaHTTPConnection"); in JMediaHTTPConnection()45 mMemory = mDealer->allocate(kBufferSize); in JMediaHTTPConnection()
49 sp<MemoryDealer> mDealer; member
118 sp<MemoryDealer> mDealer; member in android::Allocation169 : MemoryBase(heap, offset, size), mDealer(dealer) in Allocation()224 mDealer->deallocate(freedOffset); in ~Allocation()
128 sp<MemoryDealer> mDealer[2]; member
306 sp<MemoryDealer> mDealer; member
248 sp<MemoryDealer> mDealer[2]; member
233 CHECK(mDealer[portIndex] == NULL); in allocateBuffersOnPort()242 mDealer[portIndex] = new MemoryDealer(totalSize, "MediaFilter"); in allocateBuffersOnPort()245 sp<IMemory> mem = mDealer[portIndex]->allocate(bufferSize); in allocateBuffersOnPort()
780 CHECK(mDealer[portIndex] == NULL); in allocateBuffersOnPort()853 mDealer[portIndex] = new MemoryDealer(totalSize, "ACodec"); in allocateBuffersOnPort()856 sp<IMemory> mem = mDealer[portIndex]->allocate(bufSize); in allocateBuffersOnPort()914 mem = mDealer[portIndex]->allocate(conversionBufferSize); in allocateBuffersOnPort()1190 mDealer[kPortIndexOutput] = new MemoryDealer(totalSize, "ACodec"); in allocateOutputMetadataBuffers()1201 sp<IMemory> mem = mDealer[kPortIndexOutput]->allocate(bufSize); in allocateOutputMetadataBuffers()1519 mDealer[portIndex].clear(); in freeBuffersOnPort()7436 mCodec->mDealer[kPortIndexOutput].clear(); in onOMXEvent()
1366 mDealer = new MemoryDealer(totalSize, "MediaCodec"); in onMessageReceived()1378 sp<IMemory> mem = mDealer->allocate(info.mData->capacity()); in onMessageReceived()