HomeSort by relevance Sort by last modified time
    Searched defs:sInfo (Results 1 - 10 of 10) sorted by null

  /packages/apps/Settings/src/com/android/settings/qstile/
DevelopmentTileConfigActivity.java 65 ServiceInfo sInfo = info.serviceInfo;
67 new ComponentName(sInfo.packageName, sInfo.name));
70 && sInfo.enabled);
73 preference.setTitle(sInfo.loadLabel(pm));
74 preference.setIcon(sInfo.icon);
75 preference.setKey(sInfo.name);
  /frameworks/native/headers/media_plugin/media/hardware/
HardwareAPI.h 475 // Note: The descriptor ID used in sInfo may change in subsequent calls. (although for now only
488 // represented using sInfo, the component SHALL use the closest representation.
490 // Note: the size of sInfo may increase in the future by supporting additional descriptor types.
496 HDRStaticInfo sInfo; // IN/OUT
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 688 SignerInfo sInfo = signerInformation.info;
697 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(),
698 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), unsignedAttr),
716 SignerInfo sInfo = signerInformation.info;
739 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(),
740 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), ne (…)
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_interform.cpp 262 CFX_WideString sInfo;
263 bool bRet = pContext->RunScript(csJS, &sInfo);
299 CFX_WideString sInfo;
300 bool bRet = pContext->RunScript(script, &sInfo);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 280 struct fb_var_screeninfo sInfo ={0};
283 ioctl(fb_fd, FBIOGET_VSCREENINFO, &sInfo);
287 (sInfo.xres && sInfo.xres <= qHD_WIDTH )) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 256 struct fb_var_screeninfo sInfo ={0};
259 ioctl(fb_fd, FBIOGET_VSCREENINFO, &sInfo);
263 (sInfo.xres && sInfo.xres <= qHD_WIDTH )) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 573 milliseconds