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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.h 37 typedef void* HandleType;
40 typedef int HandleType;
50 HandleType Get() const { return fd_; }
63 HandleType fd_;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system.h 37 typedef void* HandleType;
40 typedef int HandleType;
50 HandleType Get() const { return fd_; }
63 HandleType fd_;
  /external/chromium_org/content/common/
handle_enumerator_win.h 14 enum HandleType {
34 static HandleType StringToHandleType(const base::string16& type);
36 static base::string16 GetAccessString(HandleType handle_type,
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 59 phOsalNfc_eHandleType_t HandleType;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 29 typedef uint32_t HandleType;
34 typedef std::map<HandleType, RenderContextPtr> RenderContextMap;
35 typedef std::map<HandleType, WindowSurfacePtr> WindowSurfaceMap;
36 typedef std::map<HandleType, ColorBufferRef> ColorBufferMap;
71 HandleType createRenderContext(int p_config, HandleType p_share, bool p_isGL2 = false);
72 HandleType createWindowSurface(int p_config, int p_width, int p_height);
73 HandleType createColorBuffer(int p_width, int p_height, GLenum p_internalFormat);
74 void DestroyRenderContext(HandleType p_context);
75 void DestroyWindowSurface(HandleType p_surface)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 60 NDR64_UINT32 HandleType : 3;
157 NDR64_FORMAT_CHAR HandleType;
164 NDR64_FORMAT_CHAR HandleType;
172 NDR64_FORMAT_CHAR HandleType;
ndrtypes.h 92 unsigned char HandleType;

Completed in 192 milliseconds