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

  /system/core/trusty/storage/lib/
storage.c 42 static inline uint32_t _to_handle(file_handle_t fh) function
169 struct storage_file_close_req req = { .handle = _to_handle(fh)};
194 struct storage_file_read_req req = { .handle = _to_handle(fh), .size = size, .offset = off };
229 struct storage_file_write_req req = { .handle = _to_handle(fh), .offset = off, };
271 struct storage_file_set_size_req req = { .handle = _to_handle(fh), .size = file_size, };
282 struct storage_file_get_size_req req = { .handle = _to_handle(fh), };
  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 114 __wsi_type ## _to_handle(struct __wsi_type *_obj) \
130 __VkIcdType ## _to_handle(__VkIcdType *_obj) \
  /external/mesa3d/src/amd/vulkan/
radv_private.h     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h     [all...]

Completed in 174 milliseconds