HomeSort by relevance Sort by last modified time
    Searched refs:uIndex (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 190 virtual HRESULT WINAPI SetNamespaceAt(ULONG uIndex,LPCWSTR pszName) = 0;
191 virtual HRESULT WINAPI GetNamespaceAt(ULONG uIndex,ULONG *puNameBufLength,LPWSTR pName) = 0;
192 virtual HRESULT WINAPI RemoveNamespaceAt(ULONG uIndex) = 0;
195 virtual HRESULT WINAPI SetScope(ULONG uIndex,LPWSTR pszClass) = 0;
196 virtual HRESULT WINAPI SetScopeFromText(ULONG uIndex,LPWSTR pszText) = 0;
197 virtual HRESULT WINAPI GetScope(ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **pKeyList) = 0;
198 virtual HRESULT WINAPI GetScopeAsText(ULONG uIndex,ULONG *puTextBufSize,LPWSTR pszText) = 0;
199 virtual HRESULT WINAPI RemoveScope(ULONG uIndex) = 0;
223 HRESULT (WINAPI *SetNamespaceAt)(IWbemPath *This,ULONG uIndex,LPCWSTR pszName);
224 HRESULT (WINAPI *GetNamespaceAt)(IWbemPath *This,ULONG uIndex,ULONG *puNameBufLength,LPWSTR pName)
    [all...]
usbscan.h 32 unsigned uIndex;
39 unsigned uIndex;
msdrm.h 195 UINT uIndex,
239 UINT uIndex,
264 UINT uIndex,
294 UINT uIndex,
324 UINT uIndex,
330 UINT uIndex,
538 UINT uIndex,
dwmapi.h 245 HRESULT WINAPI DwmGetGraphicsStreamTransformHint (UINT uIndex, MilMatrix3x2D *pTransform);
246 HRESULT WINAPI DwmGetGraphicsStreamClient (UINT uIndex, UUID *pClientUuid);
wdspxe.h 74 ULONG uIndex;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbscan.h 49 IN ULONG uIndex;
56 IN ULONG uIndex;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 710 int uIndex = uvRowIndex + 1;
717 int uv = data[uIndex] & 0xFF;
724 uIndex += uvInc;
759 int uIndex = uRowIndex;
770 uv = data[uIndex] & 0xFF;
772 uIndex++;
791 int uIndex = 1;
803 int uv = data[uIndex] & 0xFF;
809 uIndex += 4;
  /hardware/google/easel/amber/camera/libhdrplusclient/
HdrPlusClientUtils.cpp 48 uint32_t uIndex = vIndex + 1;
53 int32_t uc = ((uint8_t*)buffer.data)[uIndex] - 128;
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 717 milliseconds