HomeSort by relevance Sort by last modified time
    Searched refs:ump_id (Results 1 - 4 of 4) sorted by null

  /device/linaro/hikey/gralloc/
gralloc_priv.h 180 int ump_id; member in struct:private_handle_t
220 ump_id((int)secure_id),
253 ump_id((int)UMP_INVALID_SECURE_ID),
286 ump_id((int)UMP_INVALID_SECURE_ID),
alloc_device.cpp 184 ump_secure_id ump_id; local
216 ump_id = ump_secure_id_get(ump_mem_handle);
218 if (UMP_INVALID_SECURE_ID != ump_id)
221 private_handle_t::LOCK_STATE_MAPPED, ump_id, ump_mem_handle);
230 AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_handle, ump_id);
313 hnd->ump_id = m->framebuffer->ump_id;
316 if ((int)UMP_INVALID_SECURE_ID != hnd->ump_id)
318 hnd->ump_mem_handle = (int)ump_handle_create_from_secure_id(hnd->ump_id);
    [all...]
framebuffer_device.cpp 393 ioctl(fd, IOCTL_GET_FB_UMP_SECURE_ID, &module->framebuffer->ump_id);
396 if ((int)UMP_INVALID_SECURE_ID != module->framebuffer->ump_id)
398 AINF("framebuffer accessed with UMP secure ID %i\n", module->framebuffer->ump_id);
gralloc_module.cpp 104 hnd->ump_mem_handle = (int)ump_handle_create_from_secure_id(hnd->ump_id);

Completed in 669 milliseconds