Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/binding/
DSharedRegionParcelable.cpp37 : mSharedMemoryIndex(parcelable.sharedMemoryIndex), in SharedRegionParcelable()
43 result.sharedMemoryIndex = mSharedMemoryIndex; in parcelable()
52 mSharedMemoryIndex = sharedMemoryIndex; in setup()
63 if (mSharedMemoryIndex < 0) { in resolve()
64 ALOGE("invalid mSharedMemoryIndex = %d", mSharedMemoryIndex); in resolve()
67 SharedMemoryParcelable *memoryParcel = &memoryParcels[mSharedMemoryIndex]; in resolve()
81 if (mSharedMemoryIndex < 0 || mSharedMemoryIndex >= MAX_SHARED_MEMORIES) { in validate()
82 ALOGE("invalid mSharedMemoryIndex = %d", mSharedMemoryIndex); in validate()
92 ALOGD("mSharedMemoryIndex = %d", mSharedMemoryIndex); in dump()
DRingBufferParcelable.cpp36 mSharedMemoryIndex(parcelable.sharedMemoryIndex), in RingBufferParcelable()
49 result.sharedMemoryIndex = mSharedMemoryIndex; in parcelable()
65 mSharedMemoryIndex = sharedMemoryIndex; in setupMemory()
74 mSharedMemoryIndex = sharedMemoryIndex; in setupMemory()
132 setupMemory(mSharedMemoryIndex, 0, in updateMemory()
DRingBufferParcelable.h68 return mSharedMemoryIndex; in getSharedMemoryIndex()
80 int32_t mSharedMemoryIndex = -1; variable
DSharedRegionParcelable.h52 int32_t mSharedMemoryIndex = -1;