HomeSort by relevance Sort by last modified time
    Searched defs:PlatformHandle (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/edk/embedder/
platform_handle.h 23 struct MOJO_SYSTEM_IMPL_EXPORT PlatformHandle {
24 PlatformHandle() {}
25 explicit PlatformHandle(int handle) : handle(handle) {}
27 explicit PlatformHandle(mach_port_t port)
64 struct MOJO_SYSTEM_IMPL_EXPORT PlatformHandle {
65 PlatformHandle() : PlatformHandle(INVALID_HANDLE_VALUE) {}
66 explicit PlatformHandle(HANDLE handle)
  /external/libese/libese-hw/nxp/pn80t/
nq_nci.c 60 struct PlatformHandle {
65 const struct PlatformHandle *handle = blob;
73 const struct PlatformHandle *handle = blob;
87 struct PlatformHandle *handle = calloc(1, sizeof(*handle));
103 struct PlatformHandle *handle = blob;
130 const struct PlatformHandle *handle = ns->handle;
161 const struct PlatformHandle *handle = ns->handle;

Completed in 180 milliseconds