Searched refs:handle_ptr (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/utest/fidl/
H A Dmessage_tests.cpp78 zx_handle_t* handle_ptr = builder.New<zx_handle_t>(); local
80 *handle_ptr = handle_value;
/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp451 zx_handle_t* handle_ptr = TypedAt<zx_handle_t>(frame->offset); local
456 if (frame->handle_state.nullable && *handle_ptr == ZX_HANDLE_INVALID) {
460 if (!ClaimHandle(handle_ptr)) {
H A Ddecoding.cpp425 zx_handle_t* handle_ptr = TypedAt<zx_handle_t>(frame->offset); local
428 switch (*handle_ptr) {
436 if (!ClaimHandle(handle_ptr)) {
H A Dvalidating.cpp414 const zx_handle_t* handle_ptr = TypedAt<zx_handle_t>(frame->offset); local
417 switch (*handle_ptr) {
/fuchsia/zircon/scripts/
H A Dzircon.elf-gdb.py495 for handle_ptr in handles:
496 _print_handle_summary(handle_ptr.dereference(), num)

Completed in 44 milliseconds