Searched refs:mSharedMemoryIndex (Results 1 – 4 of 4) sorted by relevance
37 : 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()
36 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()
68 return mSharedMemoryIndex; in getSharedMemoryIndex()80 int32_t mSharedMemoryIndex = -1; variable
52 int32_t mSharedMemoryIndex = -1;