Searched refs:mappedAddr (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/ |
H A D | nativeimage.cpp | 183 void *mappedAddr = mmap(handle->virAddr, handle->size, PROT_READ | PROT_WRITE, MAP_SHARED, handle->fd, PARAM_0);
in OHNativeImageAttachContext() local 186 uint32_t *pixel = static_cast<uint32_t *>(mappedAddr);
in OHNativeImageAttachContext() 192 munmap(mappedAddr, handle->size);
in OHNativeImageAttachContext() 240 void *mappedAddr = mmap(handle->virAddr, handle->size, PROT_READ | PROT_WRITE, MAP_SHARED, handle->fd, PARAM_0);
in OHNativeImageDetachContext() local 243 uint32_t *pixel = static_cast<uint32_t *>(mappedAddr);
in OHNativeImageDetachContext() 249 munmap(mappedAddr, handle->size);
in OHNativeImageDetachContext() 294 void *mappedAddr = mmap(handle->virAddr, handle->size, PROT_READ | PROT_WRITE, MAP_SHARED, handle->fd, PARAM_0);
in OHNativeImageUpdateSurfaceImage() local 297 uint32_t *pixel = static_cast<uint32_t *>(mappedAddr);
in OHNativeImageUpdateSurfaceImage() 303 munmap(mappedAddr, handle->size);
in OHNativeImageUpdateSurfaceImage() 336 void *mappedAddr in OHNativeImageUpdateSurfaceImageBoundary() local [all...] |
Completed in 2 milliseconds