Searched refs:SetPriority (Results 1 - 25 of 54) sorted by relevance

123

/external/lzma/CPP/Windows/
H A DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } function in class:NWindows::CThread
/external/webrtc/webrtc/base/
H A Dplatform_thread.h72 bool SetPriority(ThreadPriority priority);
/external/dng_sdk/source/
H A Ddng_abort_sniffer.h97 void SetPriority (dng_priority priority) function in class:dng_abort_sniffer
/external/swiftshader/src/D3D9/
H A DDirect3DBaseTexture9.hpp46 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DCubeTexture9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DIndexBuffer9.hpp47 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DResource9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DSurface9.hpp46 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DTexture9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DVertexBuffer9.hpp47 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DVolumeTexture9.hpp45 unsigned long __stdcall SetPriority(unsigned long newPriority);
H A DDirect3DBaseTexture9.cpp118 unsigned long Direct3DBaseTexture9::SetPriority(unsigned long newPriority) function in class:D3D9::Direct3DBaseTexture9
124 return Direct3DResource9::SetPriority(newPriority);
H A DDirect3DIndexBuffer9.cpp116 unsigned long Direct3DIndexBuffer9::SetPriority(unsigned long newPriority) function in class:D3D9::Direct3DIndexBuffer9
122 return Direct3DResource9::SetPriority(newPriority);
H A DDirect3DVertexBuffer9.cpp155 unsigned long Direct3DVertexBuffer9::SetPriority(unsigned long newPriority) function in class:D3D9::Direct3DVertexBuffer9
161 return Direct3DResource9::SetPriority(newPriority);
H A DDirect3DCubeTexture9.cpp156 unsigned long Direct3DCubeTexture9::SetPriority(unsigned long newPriority) function in class:D3D9::Direct3DCubeTexture9
162 return Direct3DBaseTexture9::SetPriority(newPriority);
H A DDirect3DTexture9.cpp147 unsigned long Direct3DTexture9::SetPriority(unsigned long newPriority) function in class:D3D9::Direct3DTexture9
153 return Direct3DBaseTexture9::SetPriority(newPriority);
H A DDirect3DVolumeTexture9.cpp148 unsigned long Direct3DVolumeTexture9::SetPriority(unsigned long newPriority) function in class:D3D9::Direct3DVolumeTexture9
154 return Direct3DBaseTexture9::SetPriority(newPriority);
H A DDirect3DResource9.cpp196 unsigned long Direct3DResource9::SetPriority(unsigned long newPriority) function in class:D3D9::Direct3DResource9
/external/syslinux/efi32/include/efi/protocol/
H A Dlegacyboot.h111 SET_PRIORITY SetPriority; member in struct:_LEGACY_BOOT_INTERFACE
/external/syslinux/efi64/include/efi/protocol/
H A Dlegacyboot.h111 SET_PRIORITY SetPriority; member in struct:_LEGACY_BOOT_INTERFACE
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
H A Dlegacyboot.h111 SET_PRIORITY SetPriority; member in struct:_LEGACY_BOOT_INTERFACE
/external/webrtc/webrtc/test/
H A Dframe_generator_capturer.cc92 thread_.SetPriority(rtc::kHighPriority);
H A Dfake_audio_device.cc57 thread_.SetPriority(rtc::kHighPriority);
/external/webrtc/webrtc/video/
H A Dvideo_capture_input.cc57 encoder_thread_.SetPriority(rtc::kHighPriority);
/external/vboot_reference/cgpt/
H A Dcgpt.h152 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index,

Completed in 425 milliseconds

123