Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 – 25 of 78) sorted by relevance

1234

/hardware/google/gfxstream/guest/mesa/include/GL/
Dwglext.h42 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int…
43 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, …
47 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
48 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr…
112 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
115 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
140 typedef BOOL (WINAPI * PFNWGLDESTROYPBUFFERARBPROC) (HPBUFFERARB hPbuffer);
141 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal…
146 BOOL WINAPI wglDestroyPbufferARB (HPBUFFERARB hPbuffer);
147 BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue);
[all …]
/hardware/google/gfxstream/include/GL/
Dwglext.h455 extern BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
456 extern BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, …
460 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int…
461 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, …
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri…
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP…
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP…
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL…
[all …]
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DTag.aidl135 CALLER_NONCE = TagType.BOOL | 7,
183 INCLUDE_UNIQUE_ID = TagType.BOOL | 202,
214 BOOTLOADER_ONLY = TagType.BOOL | 302,
229 ROLLBACK_RESISTANCE = TagType.BOOL | 303,
241 EARLY_BOOT_ONLY = TagType.BOOL | 305,
379 NO_AUTH_REQUIRED = TagType.BOOL | 503,
420 ALLOW_WHILE_ON_BODY = TagType.BOOL | 506,
467 TRUSTED_USER_PRESENCE_REQUIRED = TagType.BOOL | 507,
481 TRUSTED_CONFIRMATION_REQUIRED = TagType.BOOL | 508,
492 UNLOCKED_DEVICE_REQUIRED = TagType.BOOL | 509,
[all …]
DTagType.aidl41 BOOL = 7 << 28, enumConstant
/hardware/google/gfxstream/guest/mesa/src/util/
Ddbghelp.h47 …typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerDat…
48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context);
49 …typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
51 typedef BOOL (WINAPI *PSYMBOLSERVERPROC)(LPCSTR,LPCSTR,PVOID,DWORD,DWORD,LPSTR);
52 typedef BOOL (WINAPI *PSYMBOLSERVEROPENPROC)(VOID);
53 typedef BOOL (WINAPI *PSYMBOLSERVERCLOSEPROC)(VOID);
54 typedef BOOL (WINAPI *PSYMBOLSERVERSETOPTIONSPROC)(UINT_PTR,ULONG64);
55 …typedef BOOL (CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action,ULONG64 data,ULONG64 con…
57 typedef BOOL (WINAPI *PSYMBOLSERVERPINGPROC)(LPCSTR);
61BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two…
[all …]
Du_debug_symbol.c57 static BOOL g_bSymInitialized = false;
115 typedef BOOL (WINAPI *PFN) _arg_types; \
127 BOOL, 0,
128 (HANDLE hProcess, PSTR UserSearchPath, BOOL fInvadeProcess),
138 BOOL, false,
144 BOOL, false,
148 DBGHELP_DISPATCH(SymCleanup, BOOL, false, (HANDLE hProcess), (hProcess))
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
DTag.aidl45 CALLER_NONCE = (android.hardware.security.keymint.TagType.BOOL | 7) /* 1879048199 */,
49 INCLUDE_UNIQUE_ID = (android.hardware.security.keymint.TagType.BOOL | 202) /* 1879048394 */,
51 BOOTLOADER_ONLY = (android.hardware.security.keymint.TagType.BOOL | 302) /* 1879048494 */,
52 ROLLBACK_RESISTANCE = (android.hardware.security.keymint.TagType.BOOL | 303) /* 1879048495 */,
54 EARLY_BOOT_ONLY = (android.hardware.security.keymint.TagType.BOOL | 305) /* 1879048497 */,
63 NO_AUTH_REQUIRED = (android.hardware.security.keymint.TagType.BOOL | 503) /* 1879048695 */,
66 ALLOW_WHILE_ON_BODY = (android.hardware.security.keymint.TagType.BOOL | 506) /* 1879048698 */,
67 …TRUSTED_USER_PRESENCE_REQUIRED = (android.hardware.security.keymint.TagType.BOOL | 507) /* 1879048…
68 …TRUSTED_CONFIRMATION_REQUIRED = (android.hardware.security.keymint.TagType.BOOL | 508) /* 18790487…
69 …UNLOCKED_DEVICE_REQUIRED = (android.hardware.security.keymint.TagType.BOOL | 509) /* 1879048701 */,
[all …]
DTagType.aidl45 BOOL = (7 << 28) /* 1879048192 */, enumConstant
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dagproto.h64 BOOL pad1;
113 BOOL pad1;
121 BOOL single_screen;
122 BOOL app_group_leader;
137 BOOL pad1;
DXKBproto.h52 BOOL supported;
86 BOOL forceSound;
87 BOOL eventOnly;
138 BOOL lockGroup;
143 BOOL latchGroup;
232 BOOL active;
261 BOOL preserve;
409 BOOL getAllSI;
438 BOOL recomputeActions;
439 BOOL truncateSI;
[all …]
Dcupproto.h47 BOOL pad1;
70 BOOL pad1;
92 BOOL pad1;
Dmitmiscproto.h41 BOOL onOff;
56 BOOL onOff;
Dxtestproto.h77 BOOL same;
113 BOOL impervious;
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXwinsock.h42 #define BOOL wBOOL macro
53 #undef BOOL
DXwindows.h53 #define BOOL wBOOL macro
65 #undef BOOL
DXproto.h341 BOOL saveUnders;
442 BOOL saveUnder;
443 BOOL mapInstalled;
445 BOOL override;
564 BOOL sameScreen;
589 BOOL sameScreen;
640 BOOL allCharsExist;
689 BOOL allCharsExist;
829 BOOL present;
910 BOOL globalAutoRepeat;
[all …]
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/
Dpresent.h45 BOOL AllowDISCARDDelayedRelease;
51 BOOL TearFreeDISCARD;
88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
92 BOOL (WINAPI *GetWindowOccluded)(ID3DPresent *This);
94 BOOL (WINAPI *ResolutionMismatch)(ID3DPresent *This);
96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
99 BOOL (WINAPI *IsBufferReleased)(ID3DPresent *This, D3DWindowBuffer *buffer);
Dd3dadapter9.h41 …r9 *This, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFormat, BOOL bWindowed);
43 …Type)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTIS…
76 …eviceType(D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFormat, BOOL bWindowed);
78 …HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Win…
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DUtils.cpp41 case V1_2::OperandType::BOOL: in sizeOfData()
58 case V1_2::OperandType::BOOL: in isTensor()
/hardware/interfaces/keymaster/4.1/
Dtypes.hal28 EARLY_BOOT_ONLY = TagType:BOOL | 305,
44 DEVICE_UNIQUE_ATTESTATION = TagType:BOOL | 720,
52 IDENTITY_CREDENTIAL_KEY = TagType:BOOL | 721,
69 STORAGE_KEY = TagType:BOOL | 722,
/hardware/interfaces/keymaster/3.0/
Dtypes.hal27 BOOL = 7 << 28,
47 CALLER_NONCE = TagType:BOOL | 7, /** Allow caller to specify nonce or IV. */
55 ECIES_SINGLE_HASH_MODE = TagType:BOOL | 201, /* Whether the ephemeral public key is fed into the
57 INCLUDE_UNIQUE_ID = TagType:BOOL | 202, /* If true, attestation certificates for this key
63 BOOTLOADER_ONLY = TagType:BOOL | 302, /** Usable only by bootloader. */
82 ALL_USERS = TagType:BOOL | 500, /** Reserved for future use -- ignore. */
87 NO_AUTH_REQUIRED = TagType:BOOL | 503, /** If key is usable without authentication. */
98 ALLOW_WHILE_ON_BODY = TagType:BOOL | 506, /* Allow key to be used after authentication timeout
103 ALL_APPLICATIONS = TagType:BOOL | 600, /* Specified to indicate key is usable by all
106 EXPORTABLE = TagType:BOOL | 602, /* If true, private/secret key can be exported, but only
[all …]
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkeymaster_tags.h207 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
247 inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument
270 static_assert(tag_type != TagType::BOOL || (sizeof...(args) == 0),
272 static_assert(tag_type == TagType::BOOL || (sizeof...(args) == 1),
275 tag_type == TagType::BOOL ||
372 case TagType::BOOL:
405 case TagType::BOOL:
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DUtils.cpp40 case V1_3::OperandType::BOOL: in sizeOfData()
60 case V1_3::OperandType::BOOL: in isTensor()
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DTagType.aidl45 BOOL = 1879048192, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DTagType.aidl45 BOOL = 1879048192, enumConstant

1234