Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DSharedRingBuffer.cpp65 uint8_t* tmpPtr = (uint8_t *) mmap(0, mSharedMemorySizeInBytes, in allocate() local
69 if (tmpPtr == MAP_FAILED) { in allocate()
74 mSharedMemory = tmpPtr; in allocate()