HomeSort by relevance Sort by last modified time
    Searched refs:uIndex (Results 1 - 13 of 13) 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...]
msdrm.h 195 UINT uIndex,
239 UINT uIndex,
264 UINT uIndex,
294 UINT uIndex,
324 UINT uIndex,
330 UINT uIndex,
538 UINT uIndex,
wdspxe.h 74 ULONG uIndex;
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 193 * uIndex: Stream index (zero based).
201 * DSP_EVALUE: uIndex is invalid, or, if pAttrIn != NULL,
212 UINT uIndex,
drv.h 354 * uIndex >= 0
365 extern DSP_STATUS DRV_GetDevObject(UINT uIndex, struct DRV_OBJECT* hDrvObject,
wcdioctl.h 354 UINT uIndex;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 195 * uIndex: Stream index (zero based).
203 * DSP_EVALUE: uIndex is invalid, or, if pAttrIn != NULL,
214 UINT uIndex,
wcdioctl.h 354 UINT 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/ti/omap3/dspbridge/libbridge/
DSPStrm.c 454 DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, UINT uIndex,
503 strncat(szEventName, _ultoa((ULONG)uIndex, szTemp, 16), 3);
595 tempStruct.ARGS_STRM_OPEN.uIndex = uIndex;
  /external/pdfium/core/src/fxge/apple/
apple_int.h 266 const FX_CHAR* FX_IOSGetFamilyName(uint32_t uIndex);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 427 milliseconds