HomeSort by relevance Sort by last modified time
    Searched defs:GetPriority (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/lzma/CPP/Windows/
Thread.h 31 int GetPriority() { return ::GetThreadPriority(thread); }
  /external/libchrome/base/process/
process_posix.cc 371 int Process::GetPriority() const {
373 return getpriority(PRIO_PROCESS, process_);
  /external/webrtc/webrtc/p2p/base/
candidate.h 181 uint32_t GetPriority(uint32_t type_preference,
  /external/vboot_reference/cgpt/
cgpt_common.c 737 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) {
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 249 def GetPriority (self):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 130 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob2 *This,BG_JOB_PRIORITY *pVal);
179 #define IBackgroundCopyJob2_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)
bits2_0.h 112 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob3 *This,BG_JOB_PRIORITY *pVal);
165 #define IBackgroundCopyJob3_GetPriority(This,pVal) (This)->lpVtbl -> GetPriority(This,pVal)
bits.h 316 virtual HRESULT WINAPI GetPriority(BG_JOB_PRIORITY *pVal) = 0;
355 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob *This,BG_JOB_PRIORITY *pVal);
396 #define IBackgroundCopyJob_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)
    [all...]
mstask.h 404 virtual HRESULT WINAPI GetPriority(DWORD *pdwPriority) = 0;
452 HRESULT (WINAPI *GetPriority)(ITask *This,DWORD *pdwPriority);
    [all...]
  /system/connectivity/shill/
service.cc 252 &Service::GetPriority,
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]

Completed in 1498 milliseconds

1 2 3 4