HomeSort by relevance Sort by last modified time
    Searched refs:BOOL (Results 451 - 475 of 1109) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 56 BOOL gm;
  /external/webrtc/webrtc/modules/desktop_capture/win/
window_capture_utils.cc 15 bool
61 bool AeroChecker::IsAeroEnabled() {
62 BOOL result = FALSE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
msports.h 29 IN BOOL ForceClaim,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 49 BOOL expandEdge;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qedit.idl 53 BOOL OneShot
65 BOOL BufferThem
amstream.idl 169 [in] BOOL bRenderer);
181 [in] BOOL bCancelEOS);
275 BOOL bIsSyncPoint);
280 BOOL bIsPreroll);
295 BOOL bDiscontinuity);
  /external/fio/engines/
windowsaio.c 15 typedef BOOL (WINAPI *CANCELIOEX)(HANDLE hFile, LPOVERLAPPED lpOverlapped);
22 BOOL io_complete;
30 BOOL iothread_running;
38 static BOOL timeout_expired(DWORD start_count, DWORD end_count);
242 static BOOL timeout_expired(DWORD start_count, DWORD end_count)
244 BOOL expired = FALSE;
317 BOOL success = FALSE;
  /external/tpm2/
Object.c 71 BOOL
99 BOOL
249 static BOOL
299 BOOL skipChecks, // IN: flag to indicate if it is OK to skip
407 static BOOL
790 BOOL
815 BOOL
PCR.c 47 BOOL
80 BOOL
105 static BOOL
134 BOOL
292 BOOL
299 BOOL allocated = FALSE;
383 static BOOL
389 BOOL selected = FALSE;
593 BOOL
617 BOOL
    [all...]
  /system/tools/hidl/
ConstantExpression.cpp 44 case SK(BOOL): __action__(bool) \
58 static inline bool isSupported(ScalarType::Kind kind) {
59 return SK(BOOL) == kind || ScalarType(kind).isValidEnumStorageType();
71 // Kinds in concern: bool, (u)int[8|16|32|64]
73 if(lft == SK(BOOL)) return rgt;
74 if(rgt == SK(BOOL)) return lft;
75 bool isLftSigned = (lft == SK(INT8)) || (lft == SK(INT16))
77 bool isRgtSigned = (rgt == SK(INT8)) || (rgt == SK(INT16))
143 bool handleLogical(bool lval, const char *op, bool rval)
    [all...]
  /external/walt/ios/WALT/
MIDIClient.m 33 - (BOOL)attachedToDevice:(MIDIDeviceRef)device;
189 - (BOOL)connectToSource:(MIDISource *)source error:(NSError **)error {
218 - (BOOL)connectToDestination:(MIDIDestination *)destination error:(NSError **)error {
235 - (BOOL)sendData:(NSData *)data error:(NSError **)error {
270 - (BOOL)attachedToDevice:(MIDIDeviceRef)device {
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 148 - (BOOL)addICECandidate:(RTCICECandidate*)candidate {
154 - (BOOL)addStream:(RTCMediaStream*)stream {
155 BOOL ret = self.peerConnection->AddStream(stream.mediaStream);
211 - (BOOL)setConfiguration:(RTCConfiguration *)configuration {
255 - (BOOL)getStatsWithDelegate:(id<RTCStatsDelegate>)delegate
avfoundationvideocapturer.mm 54 @property(nonatomic, readonly) BOOL isRunning;
55 @property(nonatomic, assign) BOOL useBackCamera; // Defaults to NO.
73 BOOL _orientationHasChanged;
108 - (void)setUseBackCamera:(BOOL)useBackCamera {
164 - (BOOL)setupCaptureSession {
348 bool AVFoundationVideoCapturer::IsRunning() {
356 void AVFoundationVideoCapturer::SetUseBackCamera(bool useBackCamera) {
360 bool AVFoundationVideoCapturer::GetUseBackCamera() const {
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 285 BOOL exact;
337 static BOOL
392 WINGDIAPI BOOL APIENTRY
482 WINGDIAPI BOOL APIENTRY
506 WINGDIAPI BOOL APIENTRY
stw_context.c 63 BOOL APIENTRY
68 BOOL ret = FALSE;
92 BOOL APIENTRY
97 BOOL ret = FALSE;
298 BOOL APIENTRY
302 BOOL ret = FALSE;
333 BOOL APIENTRY
388 BOOL
393 BOOL ret = FALSE;
stw_framebuffer.c 421 BOOL APIENTRY
460 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL);
486 BOOL APIENTRY
548 BOOL
583 BOOL APIENTRY
622 BOOL APIENTRY
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 113 BOOL Input;
120 BOOL
144 BOOL Success;
299 BOOL HasMbr;
372 BOOL ProcessMbr,
433 BOOL ProcessMbr
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 116 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc);
117 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc);
119 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes);
122 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
123 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
124 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
  /external/python/cpython2/PC/
_subprocess.c 218 BOOL result;
269 BOOL result;
415 BOOL result;
496 BOOL result;
522 BOOL result;
594 BOOL result;
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 192 BOOL exists;
216 BOOL exists;
253 BOOL exists;
284 BOOL isSideways,
285 BOOL isRightToLeft,
292 BOOL* isDisabled) override
  /external/skia/src/utils/win/
SkWGL_win.cpp 17 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const {
45 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc,
55 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc,
65 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc,
80 BOOL SkWGLExtensions::swapInterval(int interval) const {
100 BOOL SkWGLExtensions::destroyPbuffer(HPBUFFER hPbuffer) const {
112 bool pf_less(const PixelFormat& a, const PixelFormat& b) {
291 bool doubleBuffered, int msaaSampleCount, bool deepColor,
407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor
    [all...]
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m 81 - (BOOL)areAllExpectationsSatisfied {
136 - (void)expectMessage:(NSData*)message isBinary:(BOOL)isBinary {
142 - (BOOL)waitForAllExpectationsToBeSatisfiedWithTimeout:(NSTimeInterval)timeout {
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.mm 62 - (BOOL)setCaptureDeviceById:(char*)uniqueId {
161 - (BOOL)initializeVariables {
197 - (BOOL)initializeVideoCapture{
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 341 BOOL saveUnders;
444 BOOL saveUnder;
445 BOOL mapInstalled;
447 BOOL override;
566 BOOL sameScreen;
591 BOOL sameScreen;
642 BOOL allCharsExist;
691 BOOL allCharsExist;
831 BOOL present;
912 BOOL globalAutoRepeat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 341 BOOL saveUnders;
444 BOOL saveUnder;
445 BOOL mapInstalled;
447 BOOL override;
566 BOOL sameScreen;
591 BOOL sameScreen;
642 BOOL allCharsExist;
691 BOOL allCharsExist;
831 BOOL present;
912 BOOL globalAutoRepeat
    [all...]

Completed in 668 milliseconds

<<11121314151617181920>>