Home
last modified time | relevance | path

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

/system/private/efi/protocol/
A Dfile.h65 efi_status (*Open) (struct efi_file_protocol* self, struct efi_file_protocol** new_handle,
88 efi_status (*OpenEx) (struct efi_file_protocol* self, struct efi_file_protocol* new_handle,
/system/dev/display/dummy/
A Ddummy-display.cpp62 void* new_handle = malloc(1); in DisplayControllerImplImportVmoImage() local
63 image->handle = reinterpret_cast<uint64_t>(new_handle); in DisplayControllerImplImportVmoImage()
/system/utest/property/
A Dproperty.c29 static bool get_new_rights(zx_handle_t handle, zx_rights_t new_rights, zx_handle_t* new_handle) { in get_new_rights() argument
30 ASSERT_EQ(zx_handle_duplicate(handle, new_rights, new_handle), ZX_OK, ""); in get_new_rights()

Completed in 6 milliseconds